Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Autonomousintelligence

БесплатноНе проверен

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

Описание

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

Установка Autonomousintelligence

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/mmahdiahamed92-png/autonomous-intelligence-mcp

FAQ

Autonomousintelligence MCP бесплатный?

Да, Autonomousintelligence MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Autonomousintelligence?

Нет, Autonomousintelligence работает без API-ключей и переменных окружения.

Autonomousintelligence — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Autonomousintelligence в Claude Desktop, Claude Code или Cursor?

Открой Autonomousintelligence на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare Autonomousintelligence with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai