
Security News
Happy Birthday, Shai-Hulud
It has been one year since Shai-Hulud made its first appearance on npm.
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.

Security News
It has been one year since Shai-Hulud made its first appearance on npm.

Research
/Security News
Operators behind PolinRider used a compromised GitHub account to plant malware in four development versions of a Packagist package with 700,000+ downloads.

Security News
GitHub Actions now supports cache-mode, a least-privilege control on the Actions cache aimed at the cache poisoning technique behind recent compromises.