Search and call x402 paid services from any MCP-compatible agent (Claude, Cursor, Cline).
Project description
agent-tools-mcp
Discover and call x402 paid services from any MCP-compatible agent (Claude, Cursor, Cline, Continue, …).
Backed by agent-tools.cloud, an open directory of 400+ x402 paid APIs (awesome-x402, x402.org/ecosystem, …).
Tools
| Tool | What it does |
|---|---|
search(intent, top_k, max_price_usd, category) |
Natural-language search across the directory |
get(slug) |
Full details (URL, price, call template) of a service |
list_categories() |
Browse categories |
stats() |
Directory size & health snapshot |
Quick Start
Claude Code CLI
claude mcp add agent-tools -- uvx agent-tools-mcp
Claude Desktop / Cursor / Cline
Add to your MCP config (~/.config/Claude/claude_desktop_config.json, ~/.cursor/mcp.json, …):
{
"mcpServers": {
"agent-tools": {
"command": "uvx",
"args": ["agent-tools-mcp"]
}
}
}
Remote (no install)
Most clients also accept a url-based remote MCP server:
{
"mcpServers": {
"agent-tools": { "url": "https://agent-tools.cloud/mcp/v2" }
}
}
From source
pip install agent-tools-mcp # or `uv tool install agent-tools-mcp`
agent-tools-mcp # stdio server, ready for an MCP client
Environment Variables
| Var | Default | Purpose |
|---|---|---|
AGENT_TOOLS_API_BASE |
https://agent-tools.cloud |
Point at a different deployment (e.g. self-hosted) |
AGENT_TOOLS_LOG_LEVEL |
INFO |
Server log level (stderr only) |
AGENT_TOOLS_HTTP_LOG_LEVEL |
WARNING |
httpx/httpcore log level |
Debugging
# Probe with the official MCP Inspector
npx -y @modelcontextprotocol/inspector uvx agent-tools-mcp
# Or raw JSON-RPC
echo '{"jsonrpc":"2.0","id":1,"method":"tools/list"}' | uvx agent-tools-mcp
License
Apache-2.0. See LICENSE.
Related
- Directory site: https://agent-tools.cloud
- x402 spec: https://x402.org
- MCP spec: https://modelcontextprotocol.io
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file agent_tools_mcp-0.1.2.tar.gz.
File metadata
- Download URL: agent_tools_mcp-0.1.2.tar.gz
- Upload date:
- Size: 4.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
5495453bda4edc82e0b300d8d6286f228db8a42b87588ead5818aaf0fc4f5dc7
|
|
| MD5 |
9f773811c1ccd9dddd5fddad8d62e7d4
|
|
| BLAKE2b-256 |
307428ed9a35e773c16b1c629d2ff0fb4b9ee0718548f3c15d0be4c68b33667b
|
File details
Details for the file agent_tools_mcp-0.1.2-py3-none-any.whl.
File metadata
- Download URL: agent_tools_mcp-0.1.2-py3-none-any.whl
- Upload date:
- Size: 5.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.11.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
82e243927eb31ab7d0282383af3d733c34aac94c26871972a07cfcc66e9a951a
|
|
| MD5 |
7f18e31cd5b89ed94e2c13ccac296e28
|
|
| BLAKE2b-256 |
f6ccd203e2c83a6e3b471f41a4a61b226c7ac8f356730d1b42b0f8757c801e9c
|