Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
53 changes: 53 additions & 0 deletions servers/community.api-witchcraft.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,53 @@
{
"$schema": "../schemas/server-definition.schema.json",
"id": "community.api-witchcraft",
"name": "API Witchcraft",
"alias": "api-witchcraft",
"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.",
"logo": "https://avatars.githubusercontent.com/u/9919?v=4",
"schema_version": "2.1",
"categories": [
"developer-tools",
"ai-ml",
"security"
],
"tags": [
"x402",
"usdc",
"base",
"pay-per-call",
"compliance",
"agent-tools",
"crypto"
],
"transport": {
"type": "http",
"url": "https://apiwitchcraft.duckdns.org/mcp",
"metadata": {
"inputs": []
}
},
"auth": {
"type": "none",
"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."
},
"contributor": {
"name": "Arjun Bagga",
"github": "arjunbagga-xyz",
"url": "https://portfolio-arjunbagga.netlify.app"
},
"links": {
"repository": "https://github.com/arjunbagga-xyz/api-dalla",
"homepage": "https://apiwitchcraft.duckdns.org",
"documentation": "https://apiwitchcraft.duckdns.org/llms.txt"
},
"platforms": [
"all"
],
"capabilities": {
"tools": true,
"resources": false,
"prompts": false,
"read_only_mode": false
}
}
Loading