Bankless Onchain MCP Server

Official

get_proxy

Retrieve the proxy contract address for a specified network and contract using the Bankless Onchain MCP Server. Enables interaction with proxy implementations for blockchain contracts.

Instructions

Gets the proxy address for a given network and contract

Input Schema

NameRequiredDescriptionDefault
contractYesThe contract address to request the proxy implementation contract for
networkYesThe blockchain network (e.g., "ethereum", "base")

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "contract": { "description": "The contract address to request the proxy implementation contract for", "type": "string" }, "network": { "description": "The blockchain network (e.g., \"ethereum\", \"base\")", "type": "string" } }, "required": [ "network", "contract" ], "type": "object" }

You must be authenticated.

Other Tools from Bankless Onchain MCP Server

Related Tools

ID: uawv4sbvqj