You're viewing a demo portfolio

Join the waitlist
PRSM

eth_call

Active

Tool of Alchemy Eth

declared in 0.1.0

Execute any Ethereum JSON-RPC method (e.g. eth_blockNumber, eth_getBalance, eth_getTransactionByHash) on the specified chain (default: eth-mainnet) via Alchemy; pass method name and params array.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "method": "eth_blockNumber"
    },
    {
      "method": "eth_getBalance",
      "params": [
        "0x1234567890123456789012345678901234567890",
        "latest"
      ]
    }
  ],
  "required": [
    "method"
  ],
  "properties": {
    "chain": {
      "type": "string"
    },
    "method": {
      "type": "string"
    },
    "params": {}
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

Alchemy Eth

https://github.com/pipeworx-io/mcp-alchemy-eth

1/7 registries
View full server →
eth_call — Alchemy Eth — PRSM MCP