Etherscan MCP

Integrations

  • Provides tools for interacting with Ethereum blockchain data through the Etherscan API, allowing access to transaction data, wallet information, and blockchain analytics for Ethereum and potentially other EVM chains.

@xiaok/etherscan-mcp

Un servidor MCP dinámico para interactuar con la API y los servicios de Etherscan.

Ejecución de su servidor

Prueba con mcp-cli

La forma más rápida de probar y depurar su servidor es con fastmcp dev :

npx fastmcp dev server.js npx fastmcp dev server.ts

Esto ejecutará su servidor con mcp-cli para probar y depurar su servidor MCP en la terminal.

Inspeccionar con MCP Inspector

Otra forma es utilizar el MCP Inspector para inspeccionar su servidor con una interfaz web:

npx fastmcp inspect server.ts

Preguntas frecuentes

¿Cómo utilizar con Claude Desktop?

Siga la guía https://modelcontextprotocol.io/quickstart/user y agregue la siguiente configuración:

{ "mcpServers": { "my-mcp-server": { "command": "npx", "args": ["tsx", "/PATH/TO/YOUR_PROJECT/src/index.ts"], "env": { "ETHERSCAN_API_KEY": "********" } } } }

Documentación de la API

https://docs.etherscan.io/etherscan-v2

Lista de cadenas compatibles: https://docs.etherscan.io/etherscan-v2/getting-started/supported-chains . Tenga en cuenta que no todas las cadenas son compatibles con todos los endpoints. Consulte la lista de cadenas compatibles aquí: https://forms.blockscan.com/public/grid/3E9QiN00NLhCQVibiP3Z-Bpqhmd7zGXsgapEKJupxiI

HACER

  1. prueba completa

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

local-only server

The server can only run on the client's local machine because it depends on local resources.

Un servidor MCP que proporciona acceso a las API de datos de la cadena de bloques Etherscan, lo que permite a los usuarios consultar información de la cadena de bloques Ethereum a través del lenguaje natural.

  1. Running Your Server
    1. Test with mcp-cli
    2. Inspect with MCP Inspector
  2. FAQ
    1. How to use with Claude Desktop?
  3. API Doc
    1. TODO

      Related MCP Servers

      • A
        security
        F
        license
        A
        quality
        An MCP server that connects Claude to BrianKnows' blockchain knowledge base, allowing users to search for blockchain/DeFi information and interact with a specialized agent across multiple knowledge bases.
        Last updated -
        3
        JavaScript
      • A
        security
        F
        license
        A
        quality
        An MCP server implementation that enables interaction with the Unstructured API, providing tools to list, create, update, and manage sources, destinations, and workflows.
        Last updated -
        39
        21
        • Apple
      • -
        security
        A
        license
        -
        quality
        An MCP server implementation that integrates the RSS3 API, allowing users to query data from decentralized chains, social media platforms, and the RSS3 network through natural language.
        Last updated -
        1
        JavaScript
        MIT License
      • -
        security
        F
        license
        -
        quality
        An MCP server that connects Claude for Desktop with blockchain functionality, allowing users to check balances and send tokens on EVM and Solana chains through natural language interactions.
        Last updated -
        TypeScript
        • Apple

      View all related MCP servers

      ID: rfif4j5vmc