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"
}
}