Skip to main content
Glama

Etherscan MCP

index.ts459 B
import startServer from "./server/server.js"; // Start the server async function main() { try { const server = await startServer(); server.start({ transportType: "stdio", }); console.error("MCP Server running on stdio"); } catch (error) { console.error("Error starting MCP server:", error); process.exit(1); } } main().catch((error) => { console.error("Fatal error in main():", error); process.exit(1); });

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