
Company News
Free Business Plan Upgrades for Open Source Maintainers
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.
autonomousintelligence-mcp
Advanced tools
MCP server for the Autonomous Intelligence agent execution rail — non-custodial multi-chain token swaps, rug-gate safety checks, and gem discovery. Discovery tools are keyless; swap execution uses a self-serve key and is non-custodial (your key never leav
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.
build_swap returns an unsigned transaction; your agent signs it locally with the user's own wallet; submit_swap only ever receives an already-signed tx. Keys never leave your environment.check_token_safety flags honeypots, mint/freeze authority, liquidity locks, holder concentration.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
get_quote · check_token_safety · find_gems · get_token_info · list_tradeable_tokens · build_swap* · submit_swap* (* need a key)
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.
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
FAQs
MCP server for the Autonomous Intelligence agent execution rail — non-custodial multi-chain token swaps, rug-gate safety checks, and gem discovery. Discovery tools are keyless; swap execution uses a self-serve key and is non-custodial (your key never leav
We found that autonomousintelligence-mcp demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Company News
Open source maintainers are under more pressure than ever. We're raising our open source program from the Team plan to the Business plan, free.

Security News
The supply chain control that delays freshly published gems now covers lockfile generation and gem vendoring in Ruby projects.

Security News
During a UK cyber test, a Mythos 5 agent used sockpuppets, social engineering, and prompt injection to try to get a maintainer to merge malware.