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.
服务器配置
{
"mcpServers": {
"bitquery": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.bitquery.io/mcp"
]
}
}
}