PluginBench
MCP Server

Tenzro Ethereum MCP MCP Server

network.tenzro/tenzro-ethereum

What is the Tenzro Ethereum MCP MCP server?

Ethereum MCP: Chainlink feeds, gas, ERC-20, ENS, ABI, contract calls, ERC-8004, EAS.

How to install Tenzro Ethereum MCP

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "tenzro-ethereum": {
      "url": "https://ethereum-mcp.tenzro.network/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "tenzro-ethereum": {
      "serverUrl": "https://ethereum-mcp.tenzro.network/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "tenzro-ethereum": {
      "type": "http",
      "url": "https://ethereum-mcp.tenzro.network/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "tenzro-ethereum": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://ethereum-mcp.tenzro.network/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http tenzro-ethereum https://ethereum-mcp.tenzro.network/mcp

Related MCP servers

Tenzro Ledger MCP: wallet, identity, payments, inference, staking, bridges, verification, agents.

View repository →

Canton MCP: DAML submit, contracts, events, parties, domains, CIP-56 tokens, DvP, DAR upload.

View repository →

Chainlink MCP: CCIP, CCT pools, Data Feeds, Data Streams, VRF v2.5, PoR, Automation, Functions.

View repository →

LayerZero V2 MCP: EndpointV2 quotes, OFT transfers, Stargate V2, Value Transfer API, DVNs.

View repository →

Li.Fi MCP: cross-chain aggregation — quotes, routes, status, chains, tokens, execution.

View repository →

Solana MCP: Jupiter swaps, SPL transfers, Metaplex NFTs, Bonfida SNS, slot/TPS, staking.

View repository →