x402 Service Discovery

搜索与获取

by rplryan

按能力、价格与 ERC-8004 信任度发现并排序 x402 付费 API,支持在 Base 上使用 USDC。

什么是 x402 Service Discovery

按能力、价格与 ERC-8004 信任度发现并排序 x402 付费 API,支持在 Base 上使用 USDC。

README

x402 Service Discovery MCP Server

⭐ Star to help others find this — if x402Scout has saved you time, a star helps other developers find it

The community-built Bazaar for the x402 agentic economy — a continuously growing catalog of live services with real-time quality signals, facilitator-compatibility checks, and ERC-8004 trust scoring. The discovery layer that Coinbase's own PROJECT-IDEAS.md asked the community to build.

MCP Registry Smithery Score API Status Services Indexed scout_relay x402scout CLI ScoutGate License: MIT


ScoutGate — Instant x402 API Monetization

Wrap any existing API in x402 payments in under 2 minutes — no protocol knowledge required

The x402 ecosystem's biggest friction point has been supply-side: getting an API behind x402 payments requires understanding EIP-712 headers, facilitator registration, and settlement logic. ScoutGate removes all of it.

bash
# Register your existing API (30 seconds)
curl -X POST https://x402-scoutgate.onrender.com/register \  -H "Content-Type: application/json" \  -d '{"api_url": "https://your-api.com", "wallet_address": "0xYourWallet", "price_usd": 0.01, "name": "My API"}'
# Returns: {"proxy_url": "https://x402-scoutgate.onrender.com/api/abc123", "api_id": "abc123"}

That's it. Your API is now x402-enabled, auto-listed in x402Scout, and settling on Base mainnet in real USDC. ScoutGate handles facilitator integration, EIP-712 verification, and settlement.

Fee model: 2% per transaction (min $0.002). Live at: https://x402-scoutgate.onrender.com | Register your API


Terminal CLI — x402scout

Search the full x402 service catalog from your terminal

bash
# Install (npm)
npm install -g x402scout

# Search
x402scout search "weather data"

# Top services by trust score
x402scout top 10

# Browse by category
x402scout browse data

# Scan a URL for x402 compliance
x402scout scan https://api.yourservice.com

# Ecosystem stats
x402scout stats

See cli/README.md for full usage.


scout_relay — Autonomous Payment Router

Route, execute, and audit x402 payments in a single call

Where the Discovery MCP finds what to call, scout_relay handles calling it — discovering the best service, making the x402 payment, retrying on failure, and returning the result. One call. Fully autonomous.

bash
# Route an intent to the best matching x402 service
curl -X POST https://x402-scout-relay.onrender.com/route \
  -H "Content-Type: application/json" \
  -H "X-Payment: <your-x402-payment-header>" \
  -d '{"intent": "blockchain analytics for wallet 0xABC", "max_budget_usd": 0.05}'

4 MCP tools — add to any MCP client:

ToolWhat It Does
scout_routeDiscover best service for an intent + execute payment
scout_discoverQuery the discovery catalog without executing
scout_executeExecute payment to a known service URL
scout_auditView spend log and agent budget status

Fee model: max($0.003, 2.5% of downstream transaction value) per routed call.

Placement bids: Providers can register routing priority bids at POST /placement/bid (x402-gated, $0.01 registration fee). Bids are used as tiebreakers after trust-score filtering — merit first, always.

EndpointDescription
GET /healthService health + version
POST /routeRoute an intent (x402-gated)
POST /executeExecute to a known URL (x402-gated)
GET /discoverCatalog discovery (free)
GET /auditSpend log (free)
POST /placement/bidRegister a provider placement bid (x402-gated, $0.01)
GET /placement/bidsView all active placement bids (public)

Live at: https://x402-scout-relay.onrender.com


What This Is (30 seconds)

x402 is Coinbase's HTTP-native micropayment standard for the agentic web. An AI agent hits an endpoint, gets an HTTP 402 challenge, pays with USDC on Base, and receives data — no API keys, no subscriptions, pure machine-to-machine.

The problem: Hundreds of x402-payable services exist across the ecosystem. The official x402.org catalog lists names. That's it. No uptime data. No latency scores. No facilitator-compatibility flags. No trust signals. An agent has no way to know which services are actually live, trustworthy, or compatible with its payment flow.

This MCP server solves it. Connect any Claude, Cursor, or Windsurf agent directly to the x402 Service Discovery API — a continuously-updated catalog with real quality signals on every entry. Find services, check health, verify facilitator compatibility, and register new endpoints — all from inside your AI workflow.


MCP Tools (5 discovery + 4 relay = 9 total)

Discovery Tools

ToolWhat It DoesCost
x402_discoverSemantic search across the live catalog by keyword, category, max price$0.010 USDC (pays via x402)
x402_healthReal-time uptime + latency check for any registered service$0.001 USDC (pays via x402)
x402_registerRegister a new x402 service (HTTPS-only, rate-limited)Free
x402_attestERC-8004 trust score and reputation signals for a serviceFree
x402_scanFull x402 compliance scan: live config, trust score, mismatch detection$0.010 USDC (pays via x402)

Relay Tools (via scout_relay)

ToolWhat It DoesCost
scout_routeDiscover best service for an intent + execute x402 paymentmax($0.003, 2.5%)
scout_discoverQuery discovery catalog without executingFree
scout_executeExecute x402 payment to a known service URLmax($0.003, 2.5%)
scout_auditView agent spend log and budget statusFree

Quickstart — 30 Seconds to Discovery

Option A: Docker (recommended)

Add to your claude_desktop_config.json, Cursor MCP settings, or Windsurf config:

json
{
  "mcpServers": {
    "x402-discovery": {
      "command": "docker",
      "args": ["run", "-i", "--rm", "ghcr.io/rplryan/x402-discovery-mcp:latest"]
    }
  }
}

Option B: npx (no Docker required)

json
{
  "mcpServers": {
    "x402-discovery": {
      "command": "npx",
      "args": ["-y", "@rplryan/x402-discovery-mcp"]
    }
  }
}

Option C: Direct API

The Discovery API is publicly accessible — no authentication required:

bash
# Search for services
curl "https://x402scout.com/discover?query=blockchain+analytics&max_price_usd=0.01"

# Full catalog
curl "https://x402scout.com/.well-known/x402-discovery"

Why This Matters

The Discovery Gap in x402

The x402 protocol solves payment. It does not solve discovery. When hundreds of services exist but agents can't find, evaluate, or route to them intelligently, the protocol's full value is unrealized.

This project fills that gap with three layers:

  1. Discovery — Find x402 services by capability, category, price ceiling
  2. Quality signals — Uptime %, latency (ms), facilitator compatibility, ERC-8004 trust score
  3. Execution — scout_relay discovers, pays, retries, and returns results autonomously

What Makes This Different from x402.org/ecosystem

Capabilityx402.org/ecosystemThis Project
Service listings✅ Names + URLs✅ Full metadata
Uptime monitoring❌ None✅ Live health checks
Latency data❌ None✅ Per-service ms scores
Facilitator compatibility❌ None✅ Per-service flag
ERC-8004 trust signals❌ None✅ Reputation scoring
Agent-native usage prompts❌ Nonellm_usage_prompt per service
Auto-updated catalog❌ Manual✅ Scans every 6 hours
MCP integration❌ None✅ 9 tools, registry-published
Semantic search❌ None✅ Keyword + category + price
Autonomous execution❌ None✅ scout_relay — discover + pay + retry
Agent integration hints❌ NonehowToUse block per service — exact x402 payment steps

Live Catalog Stats

code
Total Services:      Live — check https://x402scout.com/catalog
Auto-scan interval:  6 hours
Scan sources:        x402.org/ecosystem, awesome-x402, GitHub search
Categories:          data, compute, agent, utility
Facilitator-compat:  Flagged per service
Trust signals:       ERC-8004 per service
Primary URL:         https://x402scout.com
Trust scores:        0-100 per service (ERC-8004 based)
Payment metadata:    x402Config (address, asset, version) per service
Router:              Live at https://x402-scout-relay.onrender.com

Catalog Sample

CategoryCountNotable Services
dataLiveCoinGecko, Einstein AI, DJD Agent Score, Ordiscan, Nansen, Zapper, AdEx AURA
utilityLivedTelecom STT, Pinata, Tip.MD, Cybercentry, Trusta Attestation, AsterPay
computeLiveBlockRun.AI, X402Engine, AurraCloud, AiMo, QuickSilver
agentLiveQuestflow, Ubounty, Bitte Protocol, Farnsworth, SerenaI

Example: Agent Workflow

Discovery only

python
# 1. Agent needs blockchain analytics under $0.01
result = x402_discover(
    query="blockchain analytics whale tracking",
    max_price_usd=0.01,
    category="data"
)
# Returns: ranked list with price, uptime %, latency, llm_usage_prompt

# 2. Scan for compliance + trust before paying
scan = x402_scan(url=result[0]["url"])

# 3. Check live health before committing
health = x402_health(url=result[0]["url"])

Full autonomous execution via scout_relay

python
# One call — discovery + payment + retry handled automatically
result = scout_route(
    intent="blockchain analytics for wallet 0xABC",
    max_budget_usd=0.05
)
# Returns: {result: {...}, provider: "...", fee_usd: 0.003, trust_score: 82}

Payments use EIP-712 signed TransferWithAuthorization via the x402 HTTP protocol — not direct ERC-20 transfer. Signature verified server-side; on-chain settlement via receiveWithAuthorization.


CDP Builder Grant Context

This project is a direct implementation of two items from Coinbase's own public roadmap:

From PROJECT-IDEAS.md in coinbase/x402:

"Dynamic Endpoint Shopper — An agent that discovers an MCP registry, pays for access, chains results from multiple services"

From the CDP x402 facilitator roadmap:

"A discovery layer for buyers (human and agents) to find available services (Bazaar)"

We built the community Bazaar. It's live. It has quality signals the official page doesn't. And it uses x402 payments itselfx402_discover costs $0.010 USDC, paid via the protocol it serves. scout_relay extends this: it routes and executes x402 payments autonomously, charging its own x402 fee for the service.

What We've Shipped (11 days)

DeliverableStatus
x402 Service Discovery API v3.7.0✅ Live on Render
x402 Discovery MCP Server✅ Docker + GitHub MCP Registry
x402 RouteNet v1.0.0 (smart routing)✅ Live on Render
x402 Payment Harness v1.0.0 (EOA testing)✅ PyPI pip install x402-payment-harness
Continuously growing catalog with quality signals✅ Auto-updating every 6h
ERC-8004 trust layer✅ Per-service trust scoring
Facilitator compatibility layer✅ Pre-payment compatibility check
Full HTTP 402 protocol flow proven on Base✅ EIP-712 sign → X-PAYMENT header → 200
x402scout CLI v1.0.0npm install -g x402scout
scout_relay v2.1.0 (payment router)✅ Live on Render
Provider placement bids (POST /placement/bid)✅ Live — x402-gated, self-serve
x402Config payment metadata in catalog✅ payment_address, asset_contract, x402Version per service
/scan compliance endpoint (paid)✅ Live — compliance grade, mismatch detection, trust score
howToUse integration blocks✅ Per-service exact x402 payment steps in /discover results
Landing page (x402scout.com)✅ NVG green design, live stats, code snippets
Endpoint security hardening✅ SSRF guard, rate limiting, HTTPS-only on /register
Smithery score✅ 100/100
GitHub MCP Registry✅ Published: io.github.rplryan/x402-discovery-mcp
ScoutGate v1.0.0 (x402 API monetization gateway)✅ Live on Render — wrap any API in x402 payments in 30 seconds

Architecture

code
┌─────────────────────────────────────────────────────┐
│              AI Agent (Claude / Cursor / Windsurf)  │
│                                                     │
│  x402_discover → x402_health → x402_attest         │
│  x402_scan → x402_register → x402_health           │
│                                                     │
│  scout_route → scout_execute → scout_audit          │
└──────────┬──────────────────────────┬───────────────┘
           │ MCP (stdio/Docker)       │ REST / MCP
┌──────────▼──────────┐    ┌──────────▼──────────────┐
│  x402 Discovery     │    │  scout_relay v2.1.0      │
│  MCP Server         │    │  x402-scout-relay        │
│  ghcr.io/rplryan/   │    │  .onrender.com           │
│  x402-discovery-mcp │    │  Fee: max($0.003, 2.5%)  │
└──────────┬──────────┘    └──────────┬───────────────┘
           │ HTTPS                    │ HTTPS
           └──────────────┬───────────┘
                          │
┌─────────────────────────▼───────────────────────────┐
│     x402 Discovery API (Render, v3.7.0)             │
│     https://x402scout.com                          │
│                                                     │
│  • Growing catalog  • Auto-scan every 6h            │
│  • Health checks  • Facilitator compat flags        │
│  • ERC-8004 trust • llm_usage_prompt per service    │
└─────────────────────────────────────────────────────┘

Related Projects

ProjectDescriptionStatus
x402 Discovery APIREST backend powering this MCP serverLive v3.7.0
scout_relayAutonomous x402 payment router — discover + execute + audit in one callLive v2.1.0
x402 RouteNetSmart routing across discovered servicesLive v1.0.0
x402 Payment HarnessEOA-based Python library + CLI for x402 payment testingPyPI v1.0.0
ScoutGateWrap any existing API in x402 payments in 30 seconds — no protocol knowledge requiredLive v1.0.0

Register Your Service

If you're building an x402-enabled service, add it to the catalog:

bash
curl -X POST https://x402scout.com/register \
  -H "Content-Type: application/json" \
  -d '{
    "name": "My Service",
    "url": "https://myservice.example.com/api",
    "price_usd": 0.010,
    "category": "data",
    "description": "What your service does",
    "network": "base-mainnet"
  }'

Or use the x402_register MCP tool from inside Claude/Cursor/Windsurf.

Want routing priority? Register a placement bid at POST https://x402-scout-relay.onrender.com/placement/bid (x402-gated, $0.01 registration fee). Your service gets weighted as a tiebreaker after trust-score filtering — merit first, always.


License

MIT


Built on Coinbase x402 protocol | Base Network | ERC-8004 | Model Context Protocol

常见问题

x402 Service Discovery 是什么?

按能力、价格与 ERC-8004 信任度发现并排序 x402 付费 API,支持在 Base 上使用 USDC。

相关 Skills

agent-browser

by chulla-ceja

热门

Browser automation CLI for AI agents. Use when the user needs to interact with websites, including navigating pages, filling forms, clicking buttons, taking screenshots, extracting data, testing web apps, or automating any browser task. Triggers include requests to "open a website", "fill out a form", "click a button", "take a screenshot", "scrape data from a page", "test this web app", "login to a site", "automate browser actions", or any task requiring programmatic web interaction.

搜索与获取
未扫描3.7k

接口规范

by alexxxiong

热门

API 规范管理工具 - 跨项目 API 文档的初始化、更新、查询与搜索。Triggers: 'API文档', 'API规范', '接口文档', '路由解析', 'apispec', 'API lookup', 'API search'.

搜索与获取
未扫描3.7k

investment-research

by caijichang212

热门

Perform structured investment research (投研分析) for a company/stock/ETF/sector using a repeatable framework: fundamentals (basic/财务报表与商业模式), technical analysis (技术指标与关键价位), industry research (行业景气与竞争格局), valuation (估值对比/情景), catalysts and risks, and produce a professional research report + actionable plan. Use when the user asks for: equity/ETF analysis, earnings/financial statement breakdown, peer/industry comparison, valuation ranges, bull/base/bear scenarios, technical trend/support-resistance, or a full research memo.

搜索与获取
未扫描3.7k

相关 MCP Server

by Anthropic

热门

Puppeteer 是让 Claude 自动操作浏览器进行网页抓取和测试的 MCP 服务器。

这个服务器解决了手动编写 Puppeteer 脚本的繁琐问题,适合需要自动化网页交互的开发者,比如抓取动态内容或做端到端测试。不过,作为参考实现,它可能缺少生产级的安全防护,建议在可控环境中使用。

搜索与获取
82.9k

网页抓取

编辑精选

by Anthropic

热门

Fetch 是 MCP 官方参考服务器,让 AI 能抓取网页并转为 Markdown 格式。

这个服务器解决了 AI 直接处理网页内容时格式混乱的问题,适合需要让 Claude 分析在线文档或新闻的开发者。不过作为参考实现,它缺乏生产级的安全配置,你得自己处理反爬虫和隐私风险。

搜索与获取
82.9k

Brave 搜索

编辑精选

by Anthropic

热门

Brave Search 是让 Claude 直接调用 Brave 搜索 API 获取实时网络信息的 MCP 服务器。

如果你想让 AI 助手帮你搜索最新资讯或技术文档,这个工具能绕过传统搜索的限制,直接返回结构化数据。特别适合需要实时信息的开发者,比如查 API 更新或竞品动态。不过它依赖 Brave 的 API 配额,高频使用可能受限。

搜索与获取
82.9k

评论