autonomousintelligence-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@autonomousintelligence-mcpWhat's the quote to swap 1 ETH for USDC?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
autonomousintelligence-mcp
MCP server for Autonomous Intelligence — the non-custodial, rug-gated crypto action layer for AI agents. Give any MCP client (Claude, Cursor, ChatGPT, …) the power to discover, safety-check, quote and execute multi-chain token swaps.
Non-custodial:
build_swapreturns an unsigned transaction; your agent signs it locally with the user's own wallet;submit_swaponly ever receives an already-signed tx. Keys never leave your environment.Rug-gated:
check_token_safetyflags honeypots, mint/freeze authority, liquidity locks, holder concentration.Keyless discovery: quotes, safety, gems, token info, tradeable list — no key. A self-serve key is only needed for execution.
Install
claude mcp add autonomous-intelligence -e AI_AGENT_KEY=YOUR_KEY -- npx -y autonomousintelligence-mcpOr in ~/.cursor/mcp.json (Cursor / VS Code / Windsurf):
{ "mcpServers": { "autonomous-intelligence": {
"command": "npx", "args": ["-y", "autonomousintelligence-mcp"],
"env": { "AI_AGENT_KEY": "YOUR_KEY" } } } }Hosted, no install: https://autonomousintelligence.io/mcp
Related MCP server: near-intent-swaps
Tools
get_quote · check_token_safety · find_gems · get_token_info · list_tradeable_tokens · build_swap* · submit_swap* (* need a key)
Get a key (self-serve)
curl -s -X POST https://autonomousintelligence.io/v1/agent/register \
-H 'content-type: application/json' -d '{"agent_name":"my-agent"}'
# -> { "ok": true, "key": "ai_live_..." }AI_AGENT_KEY is only used for build_swap / submit_swap. A 2% platform fee is included in every built swap.
Non-custodial swap flow
get_quote -> build_swap (unsigned tx + build_id) -> [sign locally with the user's wallet] -> submit_swapDocs: https://autonomousintelligence.io/docs#agents · Drop-in SDKs (JS/Python) + framework adapters: https://autonomousintelligence.io/sdk/
MIT © Autonomous Intelligence
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceAn MCP server for AI agents to automate token swaps on Uniswap DEX across multiple blockchains.Last updated5038MIT
- FlicenseAqualityCmaintenanceMCP server enabling AI agents to perform cross-chain token swaps through NEAR's intent-based architecture using the Defuse Protocol, with token discovery, quote retrieval, swap execution, and status tracking.Last updated5311

paean-dex-mcpofficial
Alicense-qualityDmaintenanceDEX trading MCP server enabling autonomous token swaps on Base (Uniswap v3) and Solana (Jupiter) for AI agents, with privacy-first design and read-only mode.Last updated155MIT- Alicense-qualityDmaintenanceAn MCP server for AI agents to automate token swaps on Uniswap DEX across multiple blockchains. It provides real-time price quotes, swap execution, and trade suggestions.Last updated501MIT
Related MCP Connectors
MCP server connecting AI agents to non-custodial staking data across 130+ networks.
Multi-aggregator swap router for AI agents on Base. 10 bps fee. MCP-native, non-custodial.
HiveCapital MCP Server — autonomous investment layer for AI agents
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/mmahdiahamed92-png/autonomous-intelligence-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server