← Back to Plugins
MCP Server MCP

io.tkllabs.bh.mcp-servers/ethereum-toolkit

github By github 👁 3 views ▲ 0 votes

Real-time Ethereum blockchain data (gas prices, account balances etc) on Mainnet and Sepolia

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp-servers.bh.tkllabs.io:9780/ethereum-mcp",
      "headers": [
        {
          "description": "API key for authentication as Bearer token",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    },
    {
      "type": "sse",
      "url": "https://mcp-servers.bh.tkllabs.io:9780/ethereum-sse",
      "headers": [
        {
          "description": "API key for authentication as Bearer token",
          "isRequired": true,
          "isSecret": true,
          "name": "Authorization"
        }
      ]
    }
  ],
  "packages": []
}
mcp model-context-protocol streamable-http sse

Comments

Sign in to leave a comment

Loading comments...