CryptoStruct
Remote MCP server for historical crypto & prediction-market data: search ~500K instruments, live market stats (OHLC, turnover, spreads, depth, slippage) and tick-data purchase. Keyless for catalog & stats; optional OAuth for account tools. Endpoint: https://cryptostruct.com/mcp
Ads
Overview
First-party remote MCP server for cryptostruct.com — historical crypto and prediction-market data (tick-level daily files from 35 venues including Kalshi and Polymarket) plus live market statistics, built for traders, quants and AI agents. This repository documents the hosted server. There is nothing to install or run from here — the server is operated by CryptoStruct. - Endpoint: https://cryptostruct.com/mcp (Streamable HTTP, stateless, JSON mode) - OAuth endpoint: https://cryptostruct.com/mcp/auth (same tools; answers 401 + WWW-Authenticate to trigger the standard OAuth flow — Dynamic Client Registration + PKCE) - Server card: /.well-known/mcp/server-card.json - Documentation: <https://cryptostruct.com/docs/mcp> · Product docs: <https://docs.cryptostruct.com>
Installation
claude mcp add --transport http cryptostruct https://cryptostruct.com/mcp
Configuration
{
"mcpServers": {
"cryptostruct": {
"url": "https://cryptostruct.com/mcp"
}
}Capabilities
- Search the instrument catalog
Ask for instruments across 35 venues, including prediction markets, using `search_instruments` with filters like `class=prediction`.
- Get live market snapshots
Request current OHLC, VWAP, spreads, and top-of-book depth for any instrument via `get_market_snapshot`.
- Analyze historical aggregates
Pull daily, hourly, or minute-level stats (e.g., `get_daily_stats`, `get_hourly_stats`) for event studies or trend analysis.
- Check archive coverage
Verify day-level data availability for an instrument back to 2021 using `get_coverage`.
- Preview and start purchases
Use `preview_checkout` to dry-run a data purchase, then `create_checkout` to get a Stripe URL or trigger credit approval.
- Manage your account
List past orders, retrieve purchased file downloads, and check subscription or credit balance with `list_my_orders` and `get_my_subscription`.
Tags
- crypto
- trading
- finance
- data-analysis
Related MCP servers
PayRam Crypto Card Payment Gateway
OfficialSelf Hosted Payment gateway for agents, openclaw, hermes and more
Capital.com Public API MCP Server
OfficialThe Capital.com MCP Server lets your AI assistant talk to your trading account directly. Market data, position checks, trade previews – all in plain language, without leaving your AI tool.
Bridge Town
OfficialBridge Town is an MCP-native, git-versioned financial modeling platform for FP&A teams and finance leaders. AI agents use Bridge Town tools to create projects, write Python model files, run models in isolated cloud sandboxes, query data, write outputs to Google Sheets, create dashboards, branch scenarios, and collaborate with teammates.
27dream/mcp-eastmoney
China A-share stock market MCP server — real-time quotes, main capital flow ranking, sector fund flow, and historical K-lines via Eastmoney's free APIs. Zero config, no API keys required. 5 tools: `get_stock_quote`, `search_stock`, `main_fund_rank`, `sector_fund_flow`, `get_kline`. Install: `uvx mcp-eastmoney` or `pip install mcp-eastmoney`.