← Registry

Analytics

autonomousintelligence.io

An MCP server that offers DEX trading functionality with token swap quotes, rug-pull safety verification, and live market data for tradeable tokens.

1 endpoint7 known toolsFirst detected August 6, 2026Last detected September 6, 2026

ENDPOINT 1

https://autonomousintelligence.io/mcp

No auth detected

MCP server metadata

Name
autonomous-intelligence
Version
0.1.0
Capabilities
tools.listChanged

Known tools 7

get_quote

Get a swap quote (route, expected out, 2% fee disclosed) for inputMint→outputMint of amount in base units.

Inferred read-only
check_token_safety

Rug-gate a token: honeypot, mint/freeze authority, liquidity lock, holder concentration.

Inferred read-only
find_gems

Rug-gated new/trending tokens.

Inferred read-only
get_token_info

Live price, liquidity and market cap for a mint.

Inferred read-only
list_tradeable_tokens

Every token swappable on the DEX.

Inferred read-only
build_swap

Build an UNSIGNED swap transaction (2% fee baked in) + a build_id.

Inferred read-only
submit_swap

Broadcast an already-signed swap transaction with its build_id.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.autonomous-intelligence]
url = "https://autonomousintelligence.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "autonomous-intelligence": {
      "type": "http",
      "url": "https://autonomousintelligence.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: autonomous-intelligence
Remote MCP URL: https://autonomousintelligence.io/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "autonomous-intelligence": {
      "url": "https://autonomousintelligence.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "autonomous-intelligence": {
      "type": "http",
      "url": "https://autonomousintelligence.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "autonomous-intelligence",
  "transport": "streamable-http",
  "url": "https://autonomousintelligence.io/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for autonomousintelligence.io was fetched 2026-08-21T13:14:19.954Z.

Trust status Trusted

autonomousintelligence.io is assessed as Trusted: Domain has an established technology history spanning over a year.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.