agent-tools-mcp
https://server.smithery.ai/kangletian/agent-tools-mcp/mcp**Discover agent-callable resources from your agent.** `agent-tools-mcp` is a discovery layer over the [agent-tools.cloud](https://agent-tools.cloud) directory, which indexes **three** kinds of resources and exposes them as MCP tools: - **x402 services** — pay-per-call HTTP APIs (USDC on Base). `search` / `get` / `list_categories`. - **MCP servers** — external tools & context via MCP. `search_mcp_servers` / `get_mcp_server`. - **A2A agents** — delegate a task to a peer agent. `search_agents` / `get_agent`. - **Unified** — `search_all` searches all three at once; `stats` reports live directory size & health. A2A tells agents *who* can do the job, x402 lets them *pay* for it, MCP gives them the *tools* to do it. Search by intent, filter by price / chain, read the full call template, then call. This is a discovery layer, not a facilitator — your agent keeps full custody of payment; we just help it find the right resource. - Repo: https://github.com/AgentTools-Cloud/AgentToolsCollection - PyPI: `pip install agent-tools-mcp` - Remote (free, streamable-http): https://agent-tools.cloud/mcp-discovery/ - License: Apache-2.0
How to connect
https://server.smithery.ai/kangletian/agent-tools-mcp/mcp
curl -X POST https://server.smithery.ai/kangletian/agent-tools-mcp/mcp \
-H 'Content-Type: application/json' \
-H 'Accept: application/json, text/event-stream' \
-d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'