← autonomousintelligence.io

INDIVIDUAL MCP TOOL

list_tradeable_tokens

Every token swappable on the DEX.

autonomousintelligence.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://autonomousintelligence.io/mcp

No auth detected

Connect to this endpoint to inspect the live schema for list_tradeable_tokens and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • A tool name, description or schema mentions credentials.

Parent server

autonomousintelligence.io

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.

Related tools

  • get_quote — Get a swap quote (route, expected out, 2% fee disclosed) for inputMint→outputMint of amount in base units.
  • check_token_safety — Rug-gate a token: honeypot, mint/freeze authority, liquidity lock, holder concentration.
  • find_gems — Rug-gated new/trending tokens.
  • get_token_info — Live price, liquidity and market cap for a mint.
  • build_swap — Build an UNSIGNED swap transaction (2% fee baked in) + a build_id.
  • submit_swap — Broadcast an already-signed swap transaction with its build_id.