Bitquery (Web3 Blockchain GraphQL APIs) Connector for AI agents.
3 live capabilities
Query real-time blockchain data and DeFi metrics across 40+ chains.
Waiting for input…
Why people use Bitquery (Web3 Blockchain GraphQL APIs)
Bitquery Blockchain Data for Web3 Developers
This Connector lets your agent do that work for you. Just ask it to find the transaction, and it'll pull the Calls and Events from the chain directly. You get a clean answer in your chat window instead of a messy web of tabs.
What Vinkius changes
You get a unified way to query any chain without managing your own nodes.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Debugging a failed smart contract call
A developer asks their agent to check for specific Calls on Polygon to see why a transaction reverted.
- Real-world use case 02
Analyzing price impact on a DEX
An analyst asks for the 10 biggest DexTrades on Uniswap in the last hour.
- Real-world use case 03
Tracking a multi-chain fund movement
A security researcher asks the agent to map out a series of historical transfers across 5 different chains to track a specific wallet.
Complete set · 3capabilities
The complete Bitquery (Web3 Blockchain GraphQL APIs) capability set.
These are the exact actions your AI can choose when you ask it to work with Bitquery (Web3 Blockchain GraphQL APIs).
01—03
3 capabilities in this set.
Part of 3 available through Bitquery (Web3 Blockchain GraphQL APIs).
- 01 Capability
Query v1
Execute a GraphQL query against the Bitquery V1 Historical API to pull older blockchain data.
- 02 Capability
Query v2
Run advanced GraphQL queries on the V2 Streaming API to get live transfers, calls, and DEX trades.
- 03 Capability
Generate token
Create an OAuth2 access token using your Client ID and Secret for secure, automated connections.
Set up in minutes
One URL. Then ask Bitquery (Web3 Blockchain GraphQL APIs) to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Bitquery (Web3 Blockchain GraphQL APIs) from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_KU35mdsrfwl05byKZplozxH5s4oOqPEODwO2ZR75/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Bitquery (Web3 Blockchain GraphQL APIs), and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Bitquery (Web3 Blockchain GraphQL APIs) for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_KU35mdsrfwl05byKZplozxH5s4oOqPEODwO2ZR75/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Bitquery (Web3 Blockchain GraphQL APIs) URL.
- Step 03
Save and start
Save the connection and enable Bitquery (Web3 Blockchain GraphQL APIs) in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"bitquery-web3-blockchain-graphql-apis": {
"url": "https://edge.vinkius.com/vk_preview_KU35mdsrfwl05byKZplozxH5s4oOqPEODwO2ZR75/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Bitquery (Web3 Blockchain GraphQL APIs)
Open Agent mode in chat and ask: "Using Bitquery (Web3 Blockchain GraphQL APIs), help me...". 3 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"bitquery-web3-blockchain-graphql-apis": {
"url": "https://edge.vinkius.com/vk_preview_KU35mdsrfwl05byKZplozxH5s4oOqPEODwO2ZR75/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Bitquery (Web3 Blockchain GraphQL APIs)
Ask Copilot: "Using Bitquery (Web3 Blockchain GraphQL APIs), help me...". 3 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"bitquery-web3-blockchain-graphql-apis": {
"url": "https://edge.vinkius.com/vk_preview_KU35mdsrfwl05byKZplozxH5s4oOqPEODwO2ZR75/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Bitquery (Web3 Blockchain GraphQL APIs)
Open Cascade and ask: "Using Bitquery (Web3 Blockchain GraphQL APIs), help me...". 3 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"bitquery-web3-blockchain-graphql-apis": {
"url": "https://edge.vinkius.com/vk_preview_KU35mdsrfwl05byKZplozxH5s4oOqPEODwO2ZR75/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Bitquery (Web3 Blockchain GraphQL APIs)
Ask Cline: "Using Bitquery (Web3 Blockchain GraphQL APIs), help me...". 3 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add bitquery-web3-blockchain-graphql-apis --transport http "https://edge.vinkius.com/vk_preview_KU35mdsrfwl05byKZplozxH5s4oOqPEODwO2ZR75/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Bitquery (Web3 Blockchain GraphQL APIs)
Ask Claude: "Using Bitquery (Web3 Blockchain GraphQL APIs), show me...". 3 tools are ready
Where the request belongs
Work Bitquery can move forward.
This is for the Web3 engineer who's tired of manually checking multiple explorers or the data analyst who needs to aggregate DeFi metrics without writing custom scrapers for every single chain.
Web3 Developer
Debugging smart contract calls and verifying on-chain events directly in the IDE.
Data Analyst
Extracting cross-chain DeFi metrics and market trends using natural language.
Security Researcher
Auditing historical transactions to track fund movements across multiple protocols.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsOKLink (Multi-chain Web3 Blockchain Data API)
Access real-time blockchain data across multiple chains—query addresses, tokens, transactions, and blocks directly from your AI agent.
Blockdaemon (Blockchain Infrastructure)
Access institutional-grade blockchain data across multiple protocols. list blocks, track transactions, and retrieve financial reports via Blockdaemon Ubiquity.
Blockchain.com Data
Access real-time Bitcoin blockchain data via Blockchain.com. query blocks, transactions, and addresses directly from any AI agent.
BlockCypher (Multi-chain Blockchain Developer API)
Access multi-chain blockchain data for BTC, ETH, and more. Query blocks, addresses, and transactions or broadcast new ones directly through AI.
Covalent
Equip your AI agent to query unified blockchain data including balances, transactions, and NFTs across 100+ chains.
The Graph (Web3 Indexing)
Index and query blockchain data across EVM and Solana chains. Access transfers, holders, swaps, and custom subgraphs directly.
Bring your own AI
Change the model, client or framework. Keep Bitquery connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Bitquery.
The practical details behind the request, access and result.
Can Bitquery MCP see data on Solana?
Yes, it supports Solana. You can query live transfers, smart contract calls, and other on-chain events across the Solana network.
Does this work for Bitcoin?
Yes, it covers over 40 chains including Bitcoin. You can use it to fetch historical data for audits or trend analysis.
How do I get real-time DEX data?
You can pull live trade data and liquidity metrics from various decentralized exchanges using the streaming query capabilities.
Can I use this for security audits?
Absolutely. It's built for this. You can use the historical query features to map out past transactions and fund movements across multiple chains.
Do I need to run my own node?
No, you don't. This Connector connects directly to the Bitquery infrastructure, so you don't have to worry about managing your own nodes or RPC endpoints.
How do I keep my credentials safe?
The Connector includes a capability to generate OAuth2 access tokens. This allows your agent to handle the authentication flow securely without exposing your secrets.
What is the difference between query_v1 and query_v2?
Use query_v1 for historical data across 40+ legacy and non-EVM chains (like Bitcoin). Use query_v2 for real-time streaming and advanced filtering on EVM chains and Solana, supporting complex joins like 'joinCalls'.
How do I obtain an access token if I only have a Client ID and Secret?
You can use the generate_token capability. Provide your Bitquery Client ID and Secret, and the capability will return a Bearer token that you can use as your BITQUERY_ACCESS_TOKEN credential.
Can I query data from multiple regions?
Yes. Both query_v1 and query_v2 support an optional region parameter. You can choose between 'global', 'asia', or 'us' to optimize latency based on your location.
One connection away
Give your agent a direct line to Bitquery.
Connect Bitquery once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available