Skip to content

Commit 3719990

Browse files
author
Arjun Bagga
committed
Add community.api-witchcraft (pay-per-call x402 API marketplace)
Signed-off-by: Arjun Bagga <arjun@arjunbagga.xyz>
1 parent ccf5f2b commit 3719990

1 file changed

Lines changed: 53 additions & 0 deletions

File tree

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,53 @@
1+
{
2+
"$schema": "../schemas/server-definition.schema.json",
3+
"id": "community.api-witchcraft",
4+
"name": "API Witchcraft",
5+
"alias": "api-witchcraft",
6+
"description": "Pay-per-call API marketplace for AI agents — 20 compliance, crypto, geo/network, agent-security and knowledge endpoints, settled via x402/USDC on Base. Payment happens INSIDE each tool, no API key or subscription needed.",
7+
"logo": "https://avatars.githubusercontent.com/u/9919?v=4",
8+
"schema_version": "2.1",
9+
"categories": [
10+
"developer-tools",
11+
"ai-ml",
12+
"security"
13+
],
14+
"tags": [
15+
"x402",
16+
"usdc",
17+
"base",
18+
"pay-per-call",
19+
"compliance",
20+
"agent-tools",
21+
"crypto"
22+
],
23+
"transport": {
24+
"type": "http",
25+
"url": "https://apiwitchcraft.duckdns.org/mcp",
26+
"metadata": {
27+
"inputs": []
28+
}
29+
},
30+
"auth": {
31+
"type": "none",
32+
"instructions": "No API key needed. Each tool pays $0.002 USDC via x402 on Base inside the call — agents pay per use, no account or contract."
33+
},
34+
"contributor": {
35+
"name": "Arjun Bagga",
36+
"github": "arjunbagga-xyz",
37+
"url": "https://portfolio-arjunbagga.netlify.app"
38+
},
39+
"links": {
40+
"repository": "https://github.com/arjunbagga-xyz/api-dalla",
41+
"homepage": "https://apiwitchcraft.duckdns.org",
42+
"documentation": "https://apiwitchcraft.duckdns.org/llms.txt"
43+
},
44+
"platforms": [
45+
"all"
46+
],
47+
"capabilities": {
48+
"tools": true,
49+
"resources": false,
50+
"prompts": false,
51+
"read_only_mode": false
52+
}
53+
}

0 commit comments

Comments
 (0)