x402 crypto market structure
This server provides real-time and historical crypto market data, orderflow analysis, macro regime detection, and wallet risk scoring — accessible as free MCP tools for AI agents.
Live Market Snapshot (
marketSnapshot): Get real-time price, funding rate, open interest, buy/sell ratio, and Fear & Greed index for major tokens (BTC, ETH, SOL, XRP, BNB, DOGE, ADA, AVAX, LINK, ATOM, DOT, ARB, SUI, OP, LTC).Macro Market Analysis (
marketAnalyze): Pre-trade analysis including regime detection, DXY, VIX, directional signal, and confidence score.Cross-Exchange Orderflow (
marketOrderflow): Real-time buy/sell pressure, cumulative volume delta (CVD), whale activity, and liquidation pressure aggregated across 20+ exchanges.Full Market Bundle (
marketFull): Combined snapshot + orderflow data with LLM-synthesized analysis in a single call.Historical Price Data: Up to 5,000 bars (up to 7 years) of OHLCV data with buy/sell flow at three granularities:
Hourly (
history1h)Daily (
history1d) — ideal for backtesting5-minute (
history5m) — high-resolution intraday
Wallet Risk Scoring (
addressRisk): Analyze Ethereum or Solana addresses for mixer usage, sanctions exposure, and high-risk counterparty connections.API Info (
apiInfo): Retrieve current pricing schedules, quick-start guides, token coverage, and migration details for the paid REST tier.
All MCP tools are stateless and require no API key. A paid REST tier is available for higher throughput, with pay-per-call access via USDC on Base or Solana.
Provides market data and analysis for the AMP cryptocurrency token, including live price, funding, open interest, buy/sell ratios, and historical OHLCV data.
Integrates with Binance exchange data as part of cross-exchange market structure analysis, providing orderflow, CVD, whale activity, and liquidation pressure metrics.
Integrates with Coinbase exchange data as part of cross-exchange market structure analysis, providing price data, orderflow metrics, and market aggregates.
Uses InfluxDB to store and serve normalized 1-minute bars of cross-exchange orderflow data aggregated from 20 cryptocurrency exchanges.
Provides market data and analysis for the NEAR cryptocurrency token, including live price, funding, open interest, buy/sell ratios, and historical OHLCV data.
Integrates with OKX exchange data as part of cross-exchange market structure analysis, providing price data and market aggregates.
Provides wallet risk analysis for Solana addresses, including risk scoring for mixers, sanctions, and counterparties, and supports Solana-based USDC payments for REST API access.
Provides market data and analysis for the SUI cryptocurrency token, including live price, funding, open interest, buy/sell ratios, and historical OHLCV data.
Provides market data and analysis for the TON cryptocurrency token, including live price, funding, open interest, buy/sell ratios, and historical OHLCV data.
Provides market data and analysis for the XRP cryptocurrency token, including live price, funding, open interest, buy/sell ratios, and historical OHLCV data.
x402-mcp
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.
Install
Claude Desktop / Cursor / Windsurf
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 Code
claude mcp add x402 -- npx -y @tunedforai/x402-mcpCline / Continue / other MCP clients
Use the same npx -y @tunedforai/x402-mcp invocation as the stdio command.
Manual
npm install -g @tunedforai/x402-mcp
x402-mcp # runs the stdio serverTools
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 |
| Any-token CoinGecko-backed market coverage: price, momentum, rank, liquidity/exchange context, and risk flags. Defaults to |
| Free / $0.05 |
| Free 16-field MCP subset: live price, funding, OI, buy/sell ratio, fear/greed |
| Free / $0.20 |
| Macro regime, DXY, VIX, directional signal + confidence |
| Free / $0.25 |
| Cross-exchange CVD, whale activity, liquidation pressure |
| Free / $0.50 |
| Snapshot + orderflow + LLM-synthesized analysis |
| Free / $0.75 |
| Wallet risk score (mixers, sanctions, counterparties). EVM + Solana |
| Free / $0.25 |
| Pricing, quick-start, migration details |
| Free |
Token coverage
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.
MCP subset contract
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_steps
The 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:
This is a 16-field MCP subset. Paid REST /data at x402.tunedfor.ai ($0.20 USDC) returns the full 70-field snapshot including on-chain metrics, sentiment, and historical percentiles. No API key, pay-per-call from any wallet.Examples
Pre-trade check
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.Cross-exchange orderflow
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.Free MCP vs Paid REST
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:
Pay-per-call in USDC on Base or Solana via the x402 protocol
No API keys — your agent signs payment locally; the private key never leaves your machine
Rate-limited to 60 calls/minute and 200 calls/hour per wallet — prevents stripmining; 429 on breach
No subscriptions — no monthly minimums
Call apiInfo from any MCP client to get the current pricing schedule, migration guide, and SDK examples.
How x402 payment works (REST tier)
When your agent calls a paid REST endpoint:
First request returns
HTTP 402 Payment Requiredwith the priceAgent signs a USDC payment locally (private key never leaves the agent)
Agent retries with the payment header attached
Server verifies on-chain settlement and returns the data
No accounts, no API keys, no credit cards. Just USDC and a wallet.
Data sources
Price + ticker: OKX, Coinbase public APIs
Funding / OI / liquidations: Coinalyze (commercial license)
On-chain metrics, exchange flows, whale ratios: licensed third-party institutional data
Cross-exchange orderflow (CVD, whale bars, liq aggregations): WebSocket aggregator across 20 exchanges into InfluxDB, normalized into 1-minute bars
Macro context (DXY, VIX, Treasury yields): FRED + Finviz
Fear & Greed Index: alternative.me
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.
Links
Service: x402.tunedfor.ai
REST docs: x402.tunedfor.ai/catalog
Quick-start: x402.tunedfor.ai/llms.txt
npm: @tunedforai/x402-mcp
Smithery: smithery.ai/server/@tunedforai/x402-mcp
Issues / requests: github.com/tunedforai/x402-mcp/issues
x402 protocol: x402.org
License
MIT © Tuned For AI
Latest Blog Posts
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/tunedforai/x402-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server