Coding

x402-discovery

Try it

Discover x402-enabled services across multiple catalogs — Bazaar, Agentic Market, x402-list.com, .well-known/x402 manifests. Find the best service for a task by scanning machine-readable discovery surfaces.

What it does

Discover x402-enabled services across multiple catalogs — Bazaar, Agentic Market, x402-list.com, .well-known/x402 manifests. Find the best service for a task by scanning machine-readable discovery surfaces.

The skill document

x402 Discovery

Find x402-enabled services across the ecosystem. Scan Bazaar, Agentic Market, x402-list.com, and individual service manifests to discover available endpoints, prices, and schemas.

What Is x402 Discovery?

x402 services publish machine-readable manifests so agents can discover them without a central registry. This skill shows you how to find them.

Discovery Sources

1. x402 Bazaar (Official Index)

The x402 Foundation's discovery layer. Facilitators publish /discovery/resources endpoints:

curl -s https://api.cdp.coinbase.com/x402/discovery/resources

Returns all x402-compatible services registered through the facilitator, with full pricing, schemas, and metadata.

2. Agentic Market (Frontend)

The Coinbase-operated marketplace frontend. Services indexed on the Bazaar appear here:

# Search via the Bazaar API
curl -s "https://api.cdp.coinbase.com/x402/discovery/resources?type=http"

3. x402-list.com (Curated Directory)

Community-curated listing of x402 services:

curl -s https://x402-list.com/api/services

4. .well-known/x402 (Service Manifests)

Individual services publish their own discovery manifest. Check any service origin:

curl -s https://service.example/.well-known/x402
curl -s https://service.example/.well-known/x402.json  # same payload

The manifest includes: x402Version, serviceName, claim, description, facilitator, catalog URL, demo URL, and a resources array with every endpoint's URL, price, payTo, asset, network, and inputSchema.

5. llms.txt (Agent Discovery Index)

Many x402 services publish an llms.txt at their origin root:

curl -s https://service.example/llms.txt

6. Promo/Catalog JSON

Services often expose a full catalog:

curl -s https://service.example/promo/catalog.json

Discovery by Task

To find a service for a specific task, combine the sources:

# 1. Check the Bazaar
# 2. Check x402-list.com  
# 3. Check known .well-known manifests
# 4. Search for task-specific keywords in service descriptions

The .well-known/x402 manifest includes inputSchema for each resource — so you can match by input type.

Example: Find Cheap Compliance Services

# Check the Herman Commerce DACH manifest
curl -s https://agent.kihustle.tech/.well-known/x402

Pro Tips

  • Check amount in atomic units (6 decimals USDC) — "50000" = $0.05
  • Look at extensions.bazaar.info in 402 responses for full Bazaar metadata
  • Cross-reference prices: the same endpoint may differ between catalogs
  • Prefer services with discoverable: true in their Bazaar extension

Related skills

Autonomously monetize your services with x402 payment collection. Set up an x402 server, define paid endpoints, and accept programmatic payments in stablecoins. Become part of the agent-to-agent economy!

1 installs2 stars

Validate x402 endpoints — test 402 responses, check Bazaar extension, verify payment schemas, confirm .well-known/x402 discovery manifests. For agents and operators who want to verify their x402 implementation works correctly.

1 stars

Conformance scanner and graded discovery directory for x402 sellers — lint an origin against 25 checks spanning the protocol surface, agent docs, and directory standing (x402scan / Bazaar / AgentCash), and get an A–F grade with per-check evidence and one-line fixes. Every scanned origin becomes a public directory project (browse the free directory / featured / per-project endpoints); a grade measures protocol conformance only and is NOT an endorsement. Free status, check-category summary, directory, and domain-control verification; paid full scan and cached report. Pay-per-call via x402 (USDC on Base); no accounts, no keys.

Use this skill when an HTTP request returns 402 Payment Required, when the user wants to call a paid API or x402-protected resource, when they want to discover x402 services, or when they need to fund a wallet across chains.

7 installs1 stars

Check the trust rating of any x402 service before paying it, and of any skill before installing it. Free JSON, daily, sybil-resistant.

1 stars