← ioswarm.io

INDIVIDUAL MCP TOOL

list_modes

The launchable modes with a one-line contract for each.

ioswarm.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://ioswarm.io/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

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

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

ioswarm.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.swarmio]
url = "https://ioswarm.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "swarmio": {
      "type": "http",
      "url": "https://ioswarm.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: swarmio
Remote MCP URL: https://ioswarm.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": {
    "swarmio": {
      "url": "https://ioswarm.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "swarmio": {
      "type": "http",
      "url": "https://ioswarm.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "swarmio",
  "transport": "streamable-http",
  "url": "https://ioswarm.io/mcp"
}
MCP Inspector

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

Related tools

  • route_prompt — Classify a freeform request into the right swarm mode (research, news, finance, astrology, …) before spending a run.
  • launch_run — Launch a swarm run: a team of agents searches the web, reads sources, and writes a cited report.
  • get_run — A run's status and metadata.
  • get_report — The finished, cited report for a completed run (report_text is markdown).
  • cancel_run — Stop a running job.
  • get_balance — The caller's credit balance and plan state.
  • get_topup_terms — How to refill credits machine-to-machine: USDC on Base to a published address, verified on-chain.