Skip to main content
Glama

@xiaok/etherscan-mcp

Etherscan の API およびサービスと対話するための動的 MCP サーバー。

サーバーの実行

mcp-cliでテストする

サーバーをテストおよびデバッグする最も速い方法はfastmcp devを使用することです。

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

これにより、ターミナルで MCP サーバーをテストおよびデバッグするために、 mcp-cliを使用してサーバーが実行されます。

MCP Inspectorで検査する

もう 1 つの方法は、公式のMCP Inspector使用して Web UI でサーバーを検査することです。

npx fastmcp inspect server.ts

Related MCP server: agentek-eth

よくある質問

Claude Desktop ではどのように使用しますか?

ガイドhttps://modelcontextprotocol.io/quickstart/userに従って、次の構成を追加します。

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

APIドキュメント

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

サポートチェーンリスト: https://docs.etherscan.io/etherscan-v2/getting-started/supported-chainsすべてのエンドポイントがすべてのチェーンでサポートされているわけではないことにご注意ください。サポートリストはこちら: https://forms.blockscan.com/public/grid/3E9QiN00NLhCQVibiP3Z-Bpqhmd7zGXsgapEKJupxiI

やるべきこと

  1. 完全にテストする

Latest Blog Posts

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