MCP server for real-time crypto market data, cross-exchange order flow, macro analysis, and wallet risk checks.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ we're steadily working through the catalog.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by X402 MCP.
marketLightFree / $0.05
marketSnapshotFree / $0.20
marketAnalyzeFree / $0.25
marketOrderflowFree / $0.50
marketFullFree / $0.75
addressRiskFree / $0.25
Cross-exchange crypto market structure for AI agents. 20 exchanges, 26 fixed Pillar tokens plus any-token light coverage, 7 tools - light coverage, snapshot, orderflow, macro regime, full analysis, address risk, and API info. Free via MCP.
x402-mcp is a stdio MCP server that exposes x402.tunedfor.ai - a real-time crypto market structure API - as 7 tools any MCP-compatible client (Claude Desktop, Cursor, Cline, Windsurf, Claude Code) can call. Free via MCP for testing and low-frequency queries; paid REST at the same endpoints for production agents that need higher throughput.
Add to your MCP config (~/Library/Application Support/Claude/claude_desktop_config.json on macOS, equivalent on other OS):
Use the same npx -y @tunedforai/x402-mcp invocation as the stdio command.
All 7 tools are stateless. No API key, no auth, no setup. Just call them.
| Tool | What it returns | REST equivalent | Free via MCP / Paid REST |
|---|---|---|---|
marketLight | Any-token CoinGecko-backed market coverage: price, momentum, rank, liquidity/exchange context, and risk flags. Defaults to brief=off; set brief=full for Kimi brief | POST /data/light | Free / $0.05 |
marketSnapshot | Free 16-field MCP subset: live price, funding, OI, buy/sell ratio, fear/greed | POST /data | Free / $0.20 |
marketAnalyze | Macro regime, DXY, VIX, directional signal + confidence | POST /analyze/market | Free / $0.25 |
marketOrderflow | Cross-exchange CVD, whale activity, liquidation pressure | POST /analyze/orderflow | Free / $0.50 |
marketFull | Snapshot + orderflow + LLM-synthesized analysis | POST /analyze/full | Free / $0.75 |
addressRisk | Wallet risk score (mixers, sanctions, counterparties). EVM + Solana | POST /analyze/address | Free / $0.25 |
apiInfo | Pricing, quick-start, migration details | GET /api_info | Free |
Major L1s and L2s on the snapshot tier: BTC, ETH, SOL, XRP, BNB, DOGE, ADA, AVAX, LINK, ATOM, DOT, ARB, SUI, OP, LTC.
Extended orderflow tier: the above plus NEAR, AAVE, BCH, HBAR, SHIB, TON, TRX, UNI, XLM.
marketLight supports listed CoinGecko symbols beyond the fixed Pillar token list. Use it for lightweight coverage of tokens such as WCT when the fixed snapshot/orderflow tools reject a symbol. It defaults to brief=off for lower latency; request brief=full when you specifically need the Kimi-generated prose brief.
Call apiInfo from any MCP client for the authoritative current list.
marketSnapshot returns a free 16-field MCP subset for agent context and routing. It is not the paid REST /data schema.
Expected top-level MCP keys:
as_of_utctokensnapshotdata_freshnesspresentation_hintnext_stepsThe snapshot object carries the 16 market data fields plus metadata. token and fetched_at are metadata keys, so a raw JSON key count may show 17 keys under snapshot even though the product contract is the 16-field market-data subset.
Do not require schema_version or coverage from MCP. Those belong to the paid REST contract unless the MCP product contract is intentionally expanded.
Every marketSnapshot response must keep the REST CTA:
The MCP wrapper is free with rate limits โ perfect for testing, prototyping, low-frequency agent workflows, and personal use.
For production agents (24/7 polling, multi-token monitoring, backtesting at scale), use the paid REST endpoints at x402.tunedfor.ai. REST is:
Call apiInfo from any MCP client to get the current pricing schedule, migration guide, and SDK examples.
When your agent calls a paid REST endpoint:
HTTP 402 Payment Required with the priceNo accounts, no API keys, no credit cards. Just USDC and a wallet.
We don't redistribute raw exchange data โ we serve derived, computed aggregates. All raw source fields are transformed into our own composite signals before responses are returned.
MIT ยฉ Tuned For AI
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/tunedforai-x402-mcp)<a href="https://allmcps.com/mcp/tunedforai-x402-mcp"><img src="https://allmcps.com/api/badge/tunedforai-x402-mcp?style=directory" alt="X402 MCP on AllMCPs" /></a>