Config is the same across clients — only the file and path differ.
{
"mcpServers": {
"x402-discovery": {
"args": [
"run",
"-i",
"--rm",
"ghcr.io/rplryan/x402-discovery-mcp:latest"
],
"command": "docker"
}
}
}Are you the author?
Add this badge to your README to show your security score and help users find safe servers.
⭐ Star to help others find this — if x402Scout has saved you time, a star helps other developers find it
Run this in your terminal to verify the server starts. Then let us know if it worked — your result helps other developers.
npx -y 'x402scout' 2>&1 | head -1 && echo "✓ Server started successfully"
After testing, let us know if it worked:
Five weighted categories — click any category to see the underlying evidence.
No known CVEs.
Checked x402scout against OSV.dev.
Click any tool to inspect its schema.
x402_discovery_apiPublicly accessible x402 Service Discovery API
https://x402scout.com/discover{?query,max_price_usd,category}
x402_catalogFull x402 service catalog in well-known format
https://x402scout.com/.well-known/x402-discovery
scout_relay_apiAutonomous payment router API
https://x402-scout-relay.onrender.com{/health,/route,/execute,/discover,/audit,/placement/bid,/placement/bids}
scoutgate_apiInstant x402 API monetization service
https://x402-scoutgate.onrender.com{/register,/api/{api_id}}
Be the first to review
Have you used this server?
Share your experience — it helps other developers decide.
Sign in to write a review.
Others in finance / search
Web and local search using Brave Search API
Production ready MCP server with real-time search, extract, map & crawl.
Context7 Platform -- Up-to-date code documentation for LLMs and AI code editors
mini cli search engine for your docs, knowledge bases, meeting notes, whatever. Tracking current sota approaches while being all local
MCP Security Weekly
Get CVE alerts and security updates for X402 Discovery MCP Server and similar servers.
Start a conversation
Ask a question, share a tip, or report an issue.
Sign in to join the discussion.
⭐ 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.
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.
# 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
Search the full x402 service catalog from your terminal
# 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.
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.
# 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:
| Tool | What It Does |
|---|---|
| ` |