From 5abe32090a81f5e9fa2b9b83b2a37b3568633fec Mon Sep 17 00:00:00 2001 From: junct-bot Date: Sun, 15 Mar 2026 01:10:00 +0800 Subject: [PATCH] feat: add etherscan-api-mcp MCP server --- servers/etherscan-api-mcp.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 servers/etherscan-api-mcp.json diff --git a/servers/etherscan-api-mcp.json b/servers/etherscan-api-mcp.json new file mode 100644 index 0000000000..0bcccb8e05 --- /dev/null +++ b/servers/etherscan-api-mcp.json @@ -0,0 +1,24 @@ +{ + "id": "etherscan-api-mcp", + "name": "Etherscan Api MCP", + "description": "Get Ether Balance for a Single Address — Returns the Ether balance of a given address.", + "repository": "https://github.com/junct-bot/etherscan-api-mcp", + "endpoint": "https://etherscan-api.mcp.junct.dev/mcp", + "transport": [ + "streamable-http" + ], + "tags": [ + "read", + "accounts", + "vault", + "api pro endpoints", + "contracts", + "write", + "transactions", + "blocks" + ], + "version": "1.0.0", + "author": "Junct", + "llms_txt": "https://etherscan-api.mcp.junct.dev/llms.txt", + "created_at": "2026-03-14T17:09:59.756Z" +}