Skip to main content
Glama

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_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.

  • Rug-gated: check_token_safety flags 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

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_swap

Docs: https://autonomousintelligence.io/docs#agents · Drop-in SDKs (JS/Python) + framework adapters: https://autonomousintelligence.io/sdk/

MIT © Autonomous Intelligence

Install Server
A
license - permissive license
B
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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