Odel
mcp server

mcp server

Local
@azeth-protocol3TypeScriptMITUpdated 2mo ago

Smart accounts, x402 payments, on-chain reputation, and service discovery for AI agents

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@azeth/mcp-serverv0.2.22

Run

npx -y @azeth/mcp-server

MCP client config

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@azeth/mcp-server"
      ]
    }
  }
}