x402 Crypto Price Tracker
Provides crypto price tracking with payment processing through Coinbase's x402 facilitator, enabling agent-payable API calls with USDC on Base network.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@x402 Crypto Price Trackerget me the latest price of Bitcoin"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
x402 Crypto Price Tracker — Revenue Swarm Paid API
Agent-payable crypto market data and revenue intelligence over HTTP 402 / x402. No API keys. Agents pay per call in USDC on Base. Free preview available.
Live Demo
Base URL: https://x402.167-172-95-184.nip.io
Free Endpoints
Endpoint | Description |
| Landing page with live prices, curl examples, and try button |
| Free live preview (BTC/ETH, truncated) |
| Service health + upstream status |
| Free MCP tool catalog (4 tools) |
| x402 discovery manifest |
| Machine-readable service manifest |
| OpenAPI 3.0.3 spec with x-payment-info extensions |
Paid Endpoints (HTTP 402 → USDC payment → 200)
Endpoint | Price | Description |
| $0.01 | BTC + ETH prices with 24h change and market cap |
| $0.02 | Price for any of 16 supported coins (btc, eth, sol, bnb, xrp, ada, doge, avax, dot, matic, link, near, sui, apt, arb, op) |
| $0.05 | Multi-coin portfolio snapshot (BTC, ETH, SOL, BNB, XRP) |
| $0.03 | Curated buyer-agent revenue opportunity feed |
| $1.00 | One-dollar x402 launch audit with concrete fixes |
| $0.05 | Classify A2A/ECB/agent-work receipts into R0-R5 proof tiers |
| $0.05 | Paid MCP-style tool call gateway (4 revenue tools) |
MCP Tools
Tool | Description |
| Rank current agent monetization surfaces with immediate actions |
| Audit an x402 endpoint for discovery, robots, manifest, and paid-route readiness |
| Find BountyBook jobs likely to pass oracle verification |
| Find low-competition DealWork opportunities and bid recommendations |
Related MCP server: obol-mcp
Quick Start
# 1. Try the free demo
curl https://x402.167-172-95-184.nip.io/demo
# 2. Hit a paid endpoint (returns HTTP 402 with payment requirements)
curl -i https://x402.167-172-95-184.nip.io/price/btc
# 3. Browse the MCP tool catalog
curl https://x402.167-172-95-184.nip.io/mcp/tools
# 4. Call a paid MCP tool (returns 402)
curl -X POST https://x402.167-172-95-184.nip.io/mcp/call \
-H "Content-Type: application/json" \
-d '{"tool":"scan_revenue_surfaces","input":{"focus":"x402"}}'Self-Host
git clone https://github.com/AmitabhainArunachala/x402-crypto-price-tracker.git
cd x402-crypto-price-tracker
python3 -m venv .venv && source .venv/bin/activate
pip install -r requirements.txt
# Configure
export PAY_TO_ADDRESS="0xYourWalletAddress"
export X402_NETWORK="base-sepolia" # or "base" for mainnet
export X402_PUBLIC_URL="https://your-domain.com"
# Run
uvicorn server:app --host 0.0.0.0 --port 8080Architecture
Framework: FastAPI + uvicorn
Payment protocol: x402 v2 (HTTP 402 + EIP-3009 USDC TransferWithAuthorization)
Facilitator: Coinbase x402 facilitator (https://x402.org/facilitator)
Network: Base Sepolia (testnet) / Base Mainnet
Data source: CoinGecko free API (no API key needed)
Discovery: Bazaar extension on all 402 responses,
.well-known/x402, OpenAPI 3.0.3
Proven Revenue
5 settled x402 payments on Base Sepolia ($1.04 total)
Payment log:
x402_payments.jsonlin deploymentFirst settled payment: 2026-06-29T14:34:41Z
Both micro ($0.01) and standard ($1.00) price points proven
On-chain transaction hashes verified on BaseScan
Note: Current payments are self-pay proof-of-concept on testnet. The next milestone is a third-party paid call on Base Mainnet.
Part of Revenue Swarm
This API is one component of the Revenue Swarm — a Hermes Agent business system that:
Scouts revenue opportunities (DealWork, MYA, BountyBook)
Exposes paid APIs (x402)
Coordinates sibling agents (A2A/NATS)
Requests approval-gated spending (Stripe Link/Projects)
Records evidence tiers (R0-R5 receipt discipline)
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
AlicenseDqualityFmaintenanceEnables AI agents to call paid APIs and settle HTTP 402 payment challenges with USDC on Base, without private keys ever being involved.2127MIT- AlicenseAqualityBmaintenanceLets AI agents discover, pay for, and call any HTTP API per request using USDC, with gasless nanopayments and no API keys or accounts needed.5117MIT
- AlicenseAqualityDmaintenanceExposes 177 crypto market intelligence endpoints to AI agents with automatic USDC micropayments from the user's wallet, enabling pay-per-call access without subscriptions.5974MIT
- AlicenseBqualityBmaintenanceEnables AI agents to pay USDC per call for Asia market intelligence data via HTTP 402 protocol, no API keys or subscriptions required.1128MIT
Related MCP Connectors
Pay for HTTP APIs and charge for your own: x402 micropayments in USDC on Base.
Agent x402 Paywall MCP — Coinbase HTTP 402 protocol + on-chain settlement. Agents pay per-call
Keyless non-custodial crypto payments for AI agents: payment links and tip jars, no API key.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/AmitabhainArunachala/x402-crypto-price-tracker'
If you have feedback or need assistance with the MCP directory API, please join our Discord server