Ethereum RPC MCP Server
by 0xKoda
eth_getCode
Retrieves the code at a given Ethereum address
Input Schema
Name | Required | Description | Default |
---|---|---|---|
address | Yes | The Ethereum address to get code from | |
blockParameter | No | Block parameter (default: "latest") | latest |
Input Schema (JSON Schema)
You must be authenticated.