eth_call
ActiveTool 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": {}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Alchemy Eth
https://github.com/pipeworx-io/mcp-alchemy-eth
1/7 registries