Skip to main content
Glama

Etherscan MCP

@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
Install Server
A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

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. Ejecución de su servidor
    1. Prueba con mcp-cli
    2. Inspeccionar con MCP Inspector
  2. Preguntas frecuentes
    1. ¿Cómo utilizar con Claude Desktop?
  3. Documentación de la API
    1. HACER

      Related MCP Servers

      • A
        security
        A
        license
        A
        quality
        An API server that implements the Model Completion Protocol (MCP) for Cryo blockchain data extraction, allowing users to query Ethereum blockchain data through any MCP-compatible client.
        Last updated -
        5
        86
        Python
        MIT License
        • Linux
        • Apple
      • A
        security
        A
        license
        A
        quality
        A MCP server offering tools for cryptocurrency research and Ethereum-based automation.
        Last updated -
        113
        6
        37
        TypeScript
        AGPL 3.0
      • A
        security
        A
        license
        A
        quality
        An MCP server providing unified access to blockchain operations, bridging, swapping, and crypto trading strategies for AI agents.
        Last updated -
        20
        141
        Python
        GPL 3.0
        • Apple
        • Linux
      • A
        security
        A
        license
        A
        quality
        An MCP server that enables LLMs to perform blockchain operations on the Base network through natural language commands, including wallet management, balance checking, and transaction execution.
        Last updated -
        4
        4
        1
        TypeScript
        MIT License
        • Apple

      View all related MCP servers

      MCP directory API

      We provide all the information about MCP servers via our MCP API.

      curl -X GET 'https://glama.ai/api/mcp/v1/servers/xiaok/etherscan-mcp'

      If you have feedback or need assistance with the MCP directory API, please join our Discord server