{
  "server": {
    "name": "apimcp",
    "version": "1.0",
    "protocol": "model-context-protocol"
  },
  "tools": [],
  "count": 0,
  "endpoints": {
    "list_tools": "GET /mcp",
    "call_tool": "POST /mcp with JSON body: { method: \"callTool\", params: { name: \"<tool>\", arguments: {...} } }"
  },
  "usage": "curl -s https://apimcp.site/mcp | jq .tools[].name\ncurl -s -X POST https://apimcp.site/mcp -H 'Content-Type: application/json' -d '{\"method\":\"callTool\",\"params\":{\"name\":\"email-verify\",\"arguments\":{\"email\":\"test@example.com\"}}}'"
}