Odel
UCAI

UCAI

Local
@nirholas37PythonUpdated 3w ago

UCAI — The ABI-to-MCP Server Generator. Convert any smart contract ABI into an AI-ready MCP server.

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).

PyPIabi-to-mcpv0.1.0

Run

uvx abi-to-mcp

MCP client config

{
  "mcpServers": {
    "ucai": {
      "command": "uvx",
      "args": [
        "abi-to-mcp"
      ]
    }
  }
}