← ioswarm.io

INDIVIDUAL MCP TOOL

runs.launch

Launch a run: agents search the web, read sources, and write a cited report — real work, done for the caller.

ioswarm.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://ioswarm.io/mcp

No auth detected

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

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a write-action term.

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

  • market.pulse — FREE, no key, no account: live prices for BTC, ETH, SOL, AMZN and NVDA with the session's change, plus today's news — the platform's newest published news digest parsed into stories with source links, and the market wire's latest headlines.
  • search — Search the swarm's published research: the featured shelf, the operator's daily news / markets / AI digests, and — when a key is presented — the caller's own reports.
  • fetch — Read one report by the id search returned: the full markdown text with its citations and evidence header, plus title, url and metadata.
  • route.classify — Classify a freeform request into the right mode (research, news, finance, astrology, …) before spending a run.
  • runs.get — A run's status and metadata.
  • runs.wait — Block until a run finishes, then return its record — and its report when it completed.
  • runs.report — The finished, cited report for a completed run (report_text is markdown).
  • runs.cancel — Stop a running job.