Are you an LLM? Read llms.txt for a summary of the docs, or llms-full.txt for the full context.
Skip to content

API

The MCP server exposes three primary tools through the MCP protocol for Ethereum wallet operations and paid content access.

Error Handling

All tools may return error responses in case of invalid parameters or execution failures:

{
  "jsonrpc": "2.0",
  "id": 1,
  "error": {
    "code": -32602,
    "message": "Invalid address format"
  }
}