Hosted MCP connecting your AI client to Bitquery's production blockchain trading data — DEX swaps, OHLC candles, market cap, and wallet history across 8 chains (Solana, Ethereum, BSC, Base, Arbitrum, Optimism, Polygon, Tron). OAuth 2.1, no SQL.
概要
Bitquery MCP
Hosted Model Context Protocol server that connects Claude, Cursor, ChatGPT, Claude Code, VS Code, and any other MCP-compatible client to Bitquery's production blockchain trading dataset — the same data behind Bitquery's GraphQL APIs, IDE, and Kafka streams.
Ask in plain English, get clean structured rows back. No SQL, no schema, no rate-limit juggling.
Endpoint
https://mcp.bitquery.io
Authentication
OAuth 2.1 — a browser window opens once, tokens refresh automatically for ~30 days. Read-only access.
Supported chains
Solana, Ethereum, BSC, Base, Arbitrum, Optimism, Polygon (Matic), Tron.
What you get
- Billions of swap-level trade rows across 40+ DEX venues (Raydium, Pump.fun, Uniswap v2/v3/v4, PancakeSwap, Aerodrome, Curve, GMX, and more).
- Pre-built OHLC candles at 1-minute, 5-minute, hourly, and daily intervals.
- Per-token economics — market cap, fully diluted valuation, circulating supply — on every row.
- Built-in outlier filter — wash-traded pools and noisy pairs are deprioritised automatically.
- Wallet history, PnL, sniping research, launchpad pulse — out of the box.
Install (Claude, Cursor, ChatGPT)
Add custom connector with URL https://mcp.bitquery.io. Full guide: https://docs.bitquery.io/docs/mcp/mcp-server/
Install (config-file clients)
{
"mcpServers": {
"bitquery": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.bitquery.io/mcp"]
}
}
}
サーバー設定
{
"mcpServers": {
"bitquery": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.bitquery.io/mcp"
]
}
}
}