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).
Run
uvx abi-to-mcp
MCP client config
{
"mcpServers": {
"ucai": {
"command": "uvx",
"args": [
"abi-to-mcp"
]
}
}
}