x402 List

x402 Protocol Service Directory

About x402 List

What is x402 List?

x402 List is an agent-first directory of services implementing the x402 payment protocol. It is designed primarily for consumption by AI agents and automated systems via a structured JSON API, and remains fully browsable by humans. Every service entry, uptime metric, and price point that appears on these pages is also available as machine-readable JSON at /api/v1/*, described by an OpenAPI 3.1 specification, and summarized for LLMs at /llms.txt and /llms-full.txt. Services are checked continuously and ranked by reliability, response time, and cost. How each of those numbers is measured (what earns the payment-ready and verified tiers, how uptime is computed, how on-chain facilitator volume is counted) is documented on the methodology page. For what the x402 protocol is and how it works, see what is x402.

How to Submit a Service

If you run an API that implements the x402 protocol, you can list it in the directory for free from your own domain. Submit your service at /submit with your service name, base URL, website, email, category, description, and endpoint paths. Supported networks and pricing are detected automatically from your 402 responses, so you do not provide them. On submission we automatically probe your endpoints to confirm they return a valid 402 response with a well-formed accepts[] payload, then manually review the results. Once approved, your service appears in the directory and monitoring begins.

Already listed? You can update your listing's metadata (name, description, website, category, new endpoints) yourself from /services/<slug>/update: ownership is proven with a one-time domain proof published under your service's /.well-known/ path, and every change is reviewed manually before going live. Measured data such as uptime, pricing, and the payment-ready and verified tiers stays read-only for everyone.

Something wrong with your data, or want off the list? Email info@x402-list.com for data disputes or delisting, or update your listing yourself from /services/<slug>/update.

The x402-list Badge

Listed services can embed the x402-list badge, a continuously-monitored trust marker, on their own website or README. The badge and the live widget now share a single embed page: x402-list.com/widget#badge.

API Access

The full x402 List directory is available as structured JSON at /api. The API returns every listed service with current uptime, pricing, response times, and endpoint details. It is designed for programmatic consumption by AI agents, aggregators, and developer tools. No authentication required. Responses include pagination and filtering parameters for large result sets. Reads are free for agents and point queries; sustained bulk pulling beyond 2,000 requests per day per IP is metered via x402 at $0.01 per request. A first-party MCP server exposes the same data to Model Context Protocol clients, hosted at mcp.x402-list.com/mcp or local via npx -y x402-list-mcp.