ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use Blockscout with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Explore Ethereum-based blockchains directly from your AI agent. Query addresses, tokens, transactions, and smart contracts via Blockscout's open-source API.

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

The complete Blockscout capability set.

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

Capability set01 / 04

01-04

4 capabilities in this set.

Part of 14 available through Blockscout.

  1. 01

    Get account transactions

    Get transactions by address (Etherscan API)

  2. 02

    Get contract source code

    Get contract source code (Etherscan API)

  3. 03

    Get logs

    Get event logs (Etherscan API)

  4. 04

    Get token

    Get token info

Capability set02 / 04

05-08

4 capabilities in this set.

Part of 14 available through Blockscout.

  1. 05

    Get total supply

    Get total supply of native coin (Etherscan API)

  2. 06

    Get transaction

    Get transaction details

  3. 07

    List token balances

    List token balances for an address

  4. 08

    Get account internal transactions

    Get internal transactions by address (Etherscan API)

Capability set03 / 04

09-11

3 capabilities in this set.

Part of 14 available through Blockscout.

  1. 09

    Get address

    Retrieve address details

  2. 10

    Get block

    Get block details

  3. 11

    JSON rpc

    Execute a standard Ethereum JSON-RPC 2.0 method

Capability set04 / 04

12-14

3 capabilities in this set.

Part of 14 available through Blockscout.

  1. 12

    Get contract abi

    Get contract ABI (Etherscan API)

  2. 13

    Get indexing status

    Get indexing status

  3. 14

    Get account balance

    Get native balance for an address (Etherscan API)

Observed, not estimated

909ms average. Fast in production.

Blockscout is checked daily against the live service.

Daily averagePeak 1142ms
Aug 20Today
Fastest day
775ms
Slowest day
1142ms
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. 14 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 Blockscout, so you can see the experience inside your AI.

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

Blockscout Connector

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

Connector linkhttps://edge.vinkius.com/vk_preview_hlcY2pw6zKczmbd2yWRf1qbVzxzUrs93dFPdt3Tl/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 — Blockscout capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "blockscout-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_hlcY2pw6zKczmbd2yWRf1qbVzxzUrs93dFPdt3Tl/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 Blockscout owners ask.

  • 01

    Can I see all the different tokens owned by a specific wallet address?

    Yes. By using the list_token_balances capability with the wallet's address hash, the agent will return a comprehensive list of all ERC-20, ERC-721, and ERC-1155 tokens associated with that account.

  • 02

    Is it possible to check if the Blockscout explorer is fully updated with the latest chain data?

    Absolutely. You can use the get_indexing_status capability to check the synchronization progress, including the indexing ratios for blocks and internal transactions.

  • 03

    Can I retrieve the ABI of a verified smart contract to interact with it?

    Yes, for verified contracts, you can use the get_contract_abi capability. This provides the Application Binary Interface required for decoding transactions or making contract calls.