MarketTrace
M1PositioningM2FootprintM3LiquidationsM4FundingM5Volume ProfileM6Book Depth

Crypto MCP server for AI agents

MarketTrace runs a free, read-only crypto MCP server: cross-exchange perpetual futures microstructure for AI agents over the Model Context Protocol. One normalized market state per asset (funding rate with multi-year percentile, open interest, volume, CVD, order-book imbalance, liquidations, basis) for BTC, ETH, SOL, BNB, XRP, DOGE and HYPE across Binance, Bybit, OKX and Hyperliquid. Facts and normalization, no verdicts: every metric carries its own coverage (venues, window depth, freshness), so an agent knows exactly how much to trust each number.

Connect the MCP server to Claude

  1. In Claude: Settings → Connectors → Add custom connector.
  2. Paste the server URL: https://api.markettrace.ai/mcp
  3. Authorize when prompted (email magic link, no API keys, nothing to copy).
  4. Ask away. The feed is read-only; it can never trade or move funds.

https://api.markettrace.ai/mcp

On Claude Code, add it from the terminal instead. Works with Claude, Claude Code, Cursor, or any MCP client; stdio-only clients connect via the standard mcp-remote bridge.

claude mcp add --transport http markettrace https://api.markettrace.ai/mcp

Listed in the official MCP registry as ai.markettrace/agent-feed.

Open-source bridge & docs on GitHub

MCP tools: funding, open interest, CVD, liquidations

Coverage

BinanceBybitOKXHyperliquid
Funding + percentile
Open interest
CVD / order book
Liquidations

Assets: BTC · ETH · SOL · BNB · XRP · DOGE · HYPE. Refresh ~30s. History: 15-minute archive.

Things to ask

Honesty model

The feed reports what it can measure and says so when it can't: thin history answers with disclosed depth instead of made-up numbers, conditional outcomes go history_silent below the evidence floor, and every response self-declares freshness. Reports history, not predictions.

Free and open source

The hosted MCP server is free: no API keys, no card, OAuth via email magic link. The stdio bridge, connection configs and the full tool contract are open source (MIT) on GitHub. The feed is read-only by design: it can never trade or move funds.

FAQ

Is the MarketTrace MCP server free?

Yes. The hosted endpoint is free: OAuth sign-in, no API keys, no payment details.

Is it open source?

The stdio bridge, client configs and the tool contract are MIT-licensed on GitHub. The data pipeline behind the hosted endpoint is not open source.

Which MCP clients does it work with?

Claude (web/desktop), Claude Code, Cursor, and any client that speaks MCP. Stdio-only clients connect through the standard mcp-remote bridge.

Does it give trading signals?

No. The feed is descriptive: it reports measured market state and history and declares its own coverage. Interpretation stays with the agent, or with you.

Can it place trades or access funds?

No. The server is read-only. It has no keys to any exchange account and no write scope of any kind.

What data does it cover?

Funding rates with multi-year percentiles, open interest, volume, CVD, order-book imbalance, liquidations, basis and OHLCV for BTC, ETH, SOL, BNB, XRP, DOGE and HYPE across Binance, Bybit, OKX and Hyperliquid.

Privacy Policy · Terms of Service