MCP Server
MCP
io.tkllabs.bh.mcp-servers/ethereum-toolkit
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
By
Comments
Sign in to leave a comment