diff --git a/servers/community.api-witchcraft.json b/servers/community.api-witchcraft.json new file mode 100644 index 0000000..fa28931 --- /dev/null +++ b/servers/community.api-witchcraft.json @@ -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 + } +}