ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use GetBlock with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Access 50+ blockchain networks (Ethereum, Solana, Bitcoin) via RPC. Query balances, blocks, and transactions directly from your AI agent.

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

The complete GetBlock capability set.

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

Capability set01 / 07

01-04

4 capabilities in this set.

Part of 26 available through GetBlock.

  1. 01

    Btc analyzepsbt

    Analyze and provide information about a PSBT

  2. 02

    Btc getblockchaininfo

    Get an object containing various state info regarding blockchain processing

  3. 03

    Btc getblockcount

    Get the number of blocks in the longest blockchain

  4. 04

    Debug trace transaction

    Get all traces of a given transaction

Capability set02 / 07

05-08

4 capabilities in this set.

Part of 26 available through GetBlock.

  1. 05

    Eth get balance

    Get the balance of an Ethereum account

  2. 06

    Eth get block by hash

    Get information about a block by hash

  3. 07

    Eth get transaction receipt

    Get the receipt of a transaction by hash

  4. 08

    Sol get token account balance

    Get the token balance of an SPL Token account

Capability set03 / 07

09-12

4 capabilities in this set.

Part of 26 available through GetBlock.

  1. 09

    Sol get transaction

    Get transaction details for a confirmed transaction signature

  2. 10

    Btc createpsbt

    Create a transaction in the Partially Signed Bitcoin Transaction format

  3. 11

    Btc getbestblockhash

    Get the hash of the best (tip) block

  4. 12

    Btc sendrawtransaction

    Submit raw transaction (serialized, hex-encoded) to local node and network

Capability set04 / 07

13-16

4 capabilities in this set.

Part of 26 available through GetBlock.

  1. 13

    Debug trace block by number

    Get traces for all transactions in a block

  2. 14

    Debug trace call

    Run an eth_call within the context of the given block execution

  3. 15

    Eth accounts

    Get a list of addresses owned by client

  4. 16

    Eth block number

    Get the number of the most recent block

Capability set05 / 07

17-20

4 capabilities in this set.

Part of 26 available through GetBlock.

  1. 17

    Eth call

    Execute a new message call immediately without creating a transaction

  2. 18

    Eth estimate gas

    Estimate gas necessary to allow the transaction to complete

  3. 19

    Eth get block by number

    Get information about a block by block number

  4. 20

    Eth get code

    Get code at a given address

Capability set06 / 07

21-23

3 capabilities in this set.

Part of 26 available through GetBlock.

  1. 21

    Eth get transaction by hash

    Get information about a transaction by hash

  2. 22

    Rpc call

    Execute any generic JSON-RPC method via GetBlock

  3. 23

    Sol get account info

    Get all information associated with the account of provided Pubkey

Capability set07 / 07

24-26

3 capabilities in this set.

Part of 26 available through GetBlock.

  1. 24

    Sol get balance

    Get the balance of the provided Pubkey

  2. 25

    Sol get latest blockhash

    Get the latest blockhash from the ledger

  3. 26

    Sol send transaction

    Submit a signed transaction to the cluster for processing

Observed, not estimated

939ms average. Fast in production.

GetBlock is checked daily against the live service.

Daily averagePeak 1250ms
Aug 20Today
Fastest day
808ms
Slowest day
1250ms
14-day trend
Slowing+9%

Connect your client

One URL. Every client.

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

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

GetBlock Connector

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

Connector linkhttps://edge.vinkius.com/vk_preview_fKBRnyAOTfW2kcEEsmaTPlQbbeSL20kULVFH9xwE/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 — GetBlock capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "getblock-web3-rpc-provider-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_fKBRnyAOTfW2kcEEsmaTPlQbbeSL20kULVFH9xwE/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 GetBlock owners ask.

  • 01

    Can I query blockchains other than Ethereum?

    Yes! This server includes specific capabilities for multiple networks, such as sol_get_balance for Solana and btc_get_blockchain_info for Bitcoin, leveraging GetBlock's multi-chain infrastructure.

  • 02

    How do I execute a custom RPC method not listed in the capabilities?

    Use the rpc_call capability. You can provide the method name (e.g., 'eth_chainId') and a JSON string of parameters to interact with any available endpoint feature.

  • 03

    Is it possible to debug failed smart contract transactions?

    Yes. Use the debug_trace_transaction capability with the transaction hash. It will return the execution traces, helping you identify exactly where a call reverted or failed.