Autonomousintelligence
FreeNot checkedMCP server for Autonomous Intelligence, enabling AI agents to perform non-custodial, rug-gated multi-chain token swaps including safety checks, quotes, and exec
About
MCP server for Autonomous Intelligence, enabling AI agents to perform non-custodial, rug-gated multi-chain token swaps including safety checks, quotes, and execution.
README
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-mcp
Or 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
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_swap
Docs: https://autonomousintelligence.io/docs#agents · Drop-in SDKs (JS/Python) + framework adapters: https://autonomousintelligence.io/sdk/
MIT © Autonomous Intelligence
from github.com/mmahdiahamed92-png/autonomous-intelligence-mcp
Installing Autonomousintelligence
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/mmahdiahamed92-png/autonomous-intelligence-mcpFAQ
Is Autonomousintelligence MCP free?
Yes, Autonomousintelligence MCP is free — one-click install via Unyly at no cost.
Does Autonomousintelligence need an API key?
No, Autonomousintelligence runs without API keys or environment variables.
Is Autonomousintelligence hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Autonomousintelligence in Claude Desktop, Claude Code or Cursor?
Open Autonomousintelligence on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
by modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
by xuzexin-hzCompare Autonomousintelligence with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All ai MCPs
