loading…
Search for a command to run...
loading…
Real-time crypto market structure for AI agents — orderflow across 20 exchanges, 24 tokens. 9 tools: price/funding/OI snapshots, cross-exchange CVD with whale a
Real-time crypto market structure for AI agents — orderflow across 20 exchanges, 24 tokens. 9 tools: price/funding/OI snapshots, cross-exchange CVD with whale activity, 7yr OHLCV history with buy/sell flow, on-chain address risk. Free via MCP ([@tunedforai/x402-mcp](https://www.npmjs.com/package/@tunedforai/x402-mcp) on npm) or pay-per-call in USDC on Base via x402 REST at [x402.tunedfor.ai](https://x402.tunedfor.ai) — no API key, no rate limits.
Cross-exchange crypto market structure for AI agents. 20 exchanges, 26 tokens, 6 tools - 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 6 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):
{
"mcpServers": {
"x402": {
"command": "npx",
"args": ["-y", "@tunedforai/x402-mcp"]
}
}
}
claude mcp add x402 -- npx -y @tunedforai/x402-mcp
Use the same npx -y @tunedforai/x402-mcp invocation as the stdio command.
npm install -g @tunedforai/x402-mcp
x402-mcp # runs the stdio server
All 6 tools are stateless. No API key, no auth, no setup. Just call them.
| Tool | What it returns | REST equivalent | Free via MCP / Paid REST |
|---|---|---|---|
marketSnapshot |
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.
Call apiInfo from any MCP client for the authoritative current list.
You: marketSnapshot BTC
LLM: BTC at $74,180. Buy ratio 58% — bullish lean. Funding rate +0.012%
(mild long bias). Open interest $14.2B. Fear & Greed: 32 (Fear).
Snapshot 12 sec old.
You: marketOrderflow ETH
LLM: ETH cross-exchange CVD: -$1.2M last hour (sell-side dominant).
Whale activity: 8 large bars across Binance/Coinbase/Bybit.
Liquidations: $890K longs, $230K shorts. Pressure: bearish.
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
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"tunedforai-x402-mcp": {
"command": "npx",
"args": []
}
}
}PRs, issues, code search, CI status
Database, auth and storage
Reference / test server with prompts, resources, and tools.
Secure file operations with configurable access controls.