Use Bitquery MCP in Windsurf
Connect Windsurf to Bitquery's hosted MCP endpoint at https://mcp.bitquery.io to query DEX trades, prices, liquidity, and wallet history while you build trading tools and dashboards.
Setup
- Open Windsurf → Settings → MCP (or the MCP / Cascade connectors panel).
- Add a custom MCP server.
- Server URL:
https://mcp.bitquery.io - Save and reload the MCP configuration.
- On first use, sign in with your Bitquery account when OAuth opens in the browser.
If Windsurf expects a JSON config, use the same mcp-remote pattern as Cursor:
{
"mcpServers": {
"bitquery": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.bitquery.io/mcp"]
}
}
}
Example prompts
- "Latest Raydium pool creations on Solana in the last 2 hours."
- "OHLC 5m candles for ETH/USDC on Uniswap v3 today."
- "Wallet PnL summary for
0x…on Ethereum last 30 days."
See MCP server overview for full coverage and auth options.
Frequently Asked Questions
How do I connect Windsurf to Bitquery?
Add https://mcp.bitquery.io as a custom MCP server in Windsurf settings and complete OAuth on first tool call.
What can I ask once connected?
DEX trades, OHLC, trending tokens, wallet history, market cap — across major chains, in natural language.