# agent-tools (x402 directory) MCP server

Discover and call x402 paid services — search 470+ APIs by intent.

## Links
- Registry page: https://www.getdrio.com/mcp/io-github-joursbleu-agent-tools-mcp
- Repository: https://github.com/JoursBleu/agent-tools-mcp
- Website: https://agent-tools.cloud

## Install
- Command: `uvx agent-tools-mcp`
- Endpoint: https://agent-tools.cloud/mcp-discovery/
- Auth: Not captured

## Setup notes
- Package: Pypi agent-tools-mcp v0.1.1
- Remote endpoint: https://agent-tools.cloud/mcp-discovery/

## Tools
- search - Find x402 paid services matching a natural-language intent.

    Results are ranked by: health → has-quality-signal → confidence
    → 30-day transaction volume → last-updated. So the highest-quality
    real-traffic services appear first.

    Each item in the response includes (when available):
      - confidence  : 0.0–1.0 quality score from x402scan (higher = more
                      reliable / validated by the explorer).
      - tx_30d      : x402 payments observed in the last 30 days
                      (proxy for real usage; 0 or null for unproven services).
    Agents should prefer items with non-null confidence and tx_30d > 0 unless
    the user explicitly wants experimental endpoints.

    Args:
        intent: What the agent wants to do (English or Chinese), e.g.
            "fetch user tweets", "check on-chain whale activity".
        top_k: Max number of services (default 5, max 25).
        max_price_usd: Hard upper bound on per-call price in USD.
        category: Optional category filter (see `list_categories`).
        chain: Optional chain filter ("base", "polygon", "arbitrum", ...).
        min_confidence: Optional minimum confidence threshold (0.0–1.0).
            E.g. 0.8 keeps only services x402scan rates as high-quality.
     Endpoint: https://agent-tools.cloud/mcp-discovery/
- get - Get full details (URL, price, schema, call template) of a service by slug.

    Returned dict includes `confidence` (0–1, x402scan quality score) and
    `tx_30d` (30-day x402 payment count) when available — use these to
    judge whether a service is production-ready before calling it.
     Endpoint: https://agent-tools.cloud/mcp-discovery/
- list_categories - List all available service categories in the directory. Endpoint: https://agent-tools.cloud/mcp-discovery/
- stats - High-level stats about the directory: total services, healthy count, sources. Endpoint: https://agent-tools.cloud/mcp-discovery/

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: io.github.JoursBleu
- Version: 0.1.1
- Runtime: Pypi
- Transports: STDIO, HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: May 22, 2026
- Source: https://registry.modelcontextprotocol.io
