ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use BlockCypher with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Access multi-chain blockchain data for BTC, ETH, and more. Query blocks, addresses, and transactions or broadcast new ones directly through AI.

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 · 15 capabilities

The complete BlockCypher capability set.

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

Capability set01 / 04

01-04

4 capabilities in this set.

Part of 15 available through BlockCypher.

  1. 01

    Generate address

    Requires token for POST. Generate a new address and keypair

  2. 02

    Get block by hash

    Get block details by hash

  3. 03

    Get transaction

    Get transaction details by hash

  4. 04

    Send transaction

    Requires token for POST. Send a signed transaction to the network

Capability set02 / 04

05-08

4 capabilities in this set.

Part of 15 available through BlockCypher.

  1. 05

    Call eth contract method

    Requires token. Call an Ethereum contract method

  2. 06

    Create eth contract

    Requires token. Create an Ethereum contract

  3. 07

    Create webhook

    Requires token. Create a WebHook for real-time notifications

  4. 08

    Get address

    Get address details and transaction references

Capability set03 / 04

09-12

4 capabilities in this set.

Part of 15 available through BlockCypher.

  1. 09

    Get address balance

    Get address balance only

  2. 10

    Get blockchain

    Get current state of a blockchain

  3. 11

    Get token info

    Get information about an API token

  4. 12

    New transaction

    Requires token for POST. Create a skeleton transaction for signing

Capability set04 / 04

13-15

3 capabilities in this set.

Part of 15 available through BlockCypher.

  1. 13

    Fund beth test address

    Fund an address on the BETH test chain

  2. 14

    Fund bcy test address

    Fund an address on the BCY test chain

  3. 15

    Get block by height

    Get block details by height

Observed, not estimated

948ms average. Fast in production.

BlockCypher is checked daily against the live service.

Daily averagePeak 1170ms
Aug 20Today
Fastest day
795ms
Slowest day
1170ms
14-day trend
Slowing+12%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 15 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 BlockCypher, so you can see the experience inside your AI.

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

BlockCypher Connector

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

Connector linkhttps://edge.vinkius.com/vk_preview_zNqfy12Pcd0eP9X2OAKKbEnegvImrcf4u1KSShvC/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 — BlockCypher capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "blockcypher-multi-chain-blockchain-developer-api-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_zNqfy12Pcd0eP9X2OAKKbEnegvImrcf4u1KSShvC/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 BlockCypher owners ask.

  • 01

    Can I check the balance of a specific address without fetching all its transaction history?

    Yes! Use the get_address_balance capability. It provides a lightweight response containing only the balance and basic metadata for the specified coin and chain.

  • 02

    How do I find the current block height and fee estimates for Bitcoin?

    Simply use the get_blockchain capability with 'btc' as the coin and 'main' as the chain. It will return the latest block height, hash, and current network fee tiers.

  • 03

    Is it possible to generate a new wallet address for testing purposes?

    Yes. The generate_address capability allows you to create a new public/private keypair and address for any supported chain (e.g., 'btc' on 'test3' or 'bcy' on 'test').