Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Autonomousintelligence

FreeNot checked

MCP server for Autonomous Intelligence, enabling AI agents to perform non-custodial, rug-gated multi-chain token swaps including safety checks, quotes, and exec

GitHubEmbed

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

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-mcp

FAQ

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

Compare Autonomousintelligence with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All ai MCPs