MCP Server
MCP
UCAI
UCAI — The ABI-to-MCP Server Generator. Convert any smart contract ABI into an AI-ready MCP server.
Install
uvx abi-to-mcp
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "abi-to-mcp",
"version": "0.1.0",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Ethereum JSON-RPC endpoint URL",
"name": "WEB3_PROVIDER_URL"
},
{
"description": "Etherscan API key for fetching verified contract ABIs",
"isSecret": true,
"name": "ETHERSCAN_API_KEY"
},
{
"description": "Private key for signing transactions (write operations)",
"isSecret": true,
"name": "PRIVATE_KEY"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment