ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Bitquery with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Query real-time and historical blockchain data across 40+ chains including Ethereum, Solana, and Bitcoin using GraphQL.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 3 capabilities

The complete Bitquery capability set.

These are the exact actions your AI can choose when you ask it to work with Bitquery.

Capability set01 / 01

01-03

3 capabilities in this set.

Part of 3 available through Bitquery.

  1. 01

    Generate token

    The returned token should be used as the BITQUERY_ACCESS_TOKEN credential. Generate an OAuth2 access token using Client ID and Secret

  2. 02

    Query v1

    Provide a valid GraphQL query string. Execute a GraphQL query against Bitquery V1 Historical API

  3. 03

    Query v2

    Supports joins (e.g., joinCalls) and advanced filtering. Cubes include Transfers, Calls, Events, DexTrades, DexTradesByTokens, Instructions, BalanceUpdates. Execute a GraphQL query against Bitquery V2 Streaming API

Observed, not estimated

880ms average. Fast in production.

Bitquery is checked daily against the live service.

Daily averagePeak 1063ms
Aug 21Today
Fastest day
713ms
Slowest day
1063ms
14-day trend
Slowing+16%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 3 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of Bitquery, so you can see the experience inside your AI.

It does not authenticate your account with Bitquery. Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

Bitquery Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_KU35mdsrfwl05byKZplozxH5s4oOqPEODwO2ZR75/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — Bitquery capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "bitquery-web3-blockchain-graphql-apis-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_KU35mdsrfwl05byKZplozxH5s4oOqPEODwO2ZR75/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions Bitquery owners ask.

  • 01

    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'.

  • 02

    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.

  • 03

    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.