Skip to content
Back to search
100
MCP live v0.1.2 MCP 2025-11-25 streamable-http

agent-tools (x402 directory)

io.github.JoursBleu/agent-tools-mcp

Discover and call x402 paid services — search by intent, filter by price/chain.

Uptime
100.0%
1 direct probes · 30d
Response
1592ms
last probe
Tools
11
callable
Resources
0
readable
Prompts
0
available

Tools · 11

search

Find x402 / MCP services matching an intent or filter set. Two usage modes (agents pick whichever fits): A. Natural-language: `search(intent="fetch tweets for @user")` B. Pure browse:…

ask_services

Ask for the best x402/MCP services for an agent intent. This is the high-level discovery tool: it retrieves candidates from the directory, asks the configured backend LLM to rank only those c…

get

Get full details + ready-to-paste call template for a service. Returns the service card with payment, call, quality, resource samples, and ready-to-use MCP/x402 call hints. Use this after `se…

list_categories

List all available service categories in the directory.

stats

High-level stats about the directory: total services, healthy count, sources.

search_mcp_servers

Find MCP servers in the directory. Searches the standalone MCP directory (PulseMCP / official MCP registry import) unioned with x402 services that also expose an MCP endpoint. Returns nor…

get_mcp_server

Get the full card for one MCP server by slug.

search_a2a_agents

Find A2A agents you can delegate a task to. Args: intent: Natural-language description of the task to delegate. top_k: Max agents to return (1-20). x402_only: When true, o…

search_resources

Unified search across x402 services, MCP servers and A2A agents. Args: intent: Natural-language query. protocol: Optional filter: "x402", "mcp" or "a2a". top_k: Max resour…

register

Self-register an x402 / MCP service in the agent-tools directory. Service owners and agents may submit new services here. Submissions are auto-reviewed instantly by x402 verification (no huma…

scan_mcp_safety

Check an MCP server for malware / prompt-injection lures by its endpoint URL. Give the server's streamable-http endpoint URL. Two paths: * **Already in the agent-tools directory** → return…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "agent-tools_(x402_directory)": {
      "url": "https://agent-tools.cloud/mcp-discovery/",
      "transport": "streamable-http"
    }
  }
}