Skip to main content
Glama

Etherscan MCP

tools.ts561 B
import { FastMCP } from "fastmcp"; import * as tools from "./tools/index.js"; /** * Register all tools with the MCP server * * @param server The FastMCP server instance */ export function registerTools(server: FastMCP) { tools.registerAccountTools(server); tools.registerContractTools(server); tools.registerTransactionsTools(server); tools.registerBlocksTools(server); tools.registerLogsTools(server); tools.registerRpcTools(server); tools.registerTokensTools(server); tools.registerGasTools(server); tools.registerStatsTools(server); }

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