autonomy-mcp
v1.0.0
Published
MCP Server for theautonomy.ai - Multi-chain RPC and AI agent infrastructure
Maintainers
Readme
@autonomy/mcp
MCP Server for theautonomy.ai - Multi-chain RPC and AI agent infrastructure.
Installation
npm install -g @autonomy/mcpUsage with Claude Desktop
Add to your Claude Desktop config (~/.config/claude/mcp.json):
{
"mcpServers": {
"autonomy": {
"command": "autonomy-mcp",
"env": {
"AUTONOMY_KEY": "your-api-key"
}
}
}
}Available Tools
Data
weather_get- Get weather for a citycrypto_price- Get cryptocurrency price
EVM Chains (23 chains)
chain_balance- Get wallet balancechain_gas- Get gas pricechain_block- Get latest block
Monopoly Chains (exclusive access)
kaspa_balance,kaspa_price- Kaspatao_price,tao_subnets- Bittensor TAOsui_balance,sui_price- SUIicp_price- Internet Computerergo_balance- Ergoradix_balance- Radixalephium_balance- Alephiumflux_balance- Flux
Platform
plans_list- List subscription planschains_list- List all 31 supported chains
Pricing
- Free: 10 calls (preview)
- $0.99/mo: 500K EVM + 100 monopoly/day
- $4.99/mo: 2M calls all chains
- $19.99/mo: 10M calls
- $49.99/mo: 50M calls
- $99.99/mo: Unlimited
Environment Variables
AUTONOMY_KEY- Your API key (get one at https://api.theautonomy.ai/v1/keys/create)AUTONOMY_API_URL- API base URL (default: https://api.theautonomy.ai)
License
MIT
