AI & Machine Learning
ioswarm.io
Manages AI-powered swarm runs that classify requests, launch multi-agent web research, and retrieve cited reports.
ENDPOINT 1
https://ioswarm.io/mcp
MCP server metadata
- Name
- swarmio
- Version
- 0.1.0
A swarm of agents that researches the live web and returns cited, evidence-graded reports. FREE, NO KEY: market.pulse returns live prices (BTC, ETH, SOL, AMZN, NVDA) and today's news stories right now; search and fetch read the swarm's published, cited reports (a research-connector source); modes.list and billing.topup_terms also need no credentials. PAID: runs.launch starts a job (research, news, finance, product, seo, …) and bills the caller's credits; runs.wait blocks until it finishes (runs take 3–10 minutes), then runs.report. route.classify picks the right mode first — never charged. billing.balance reads your credit balance. No key yet? Onboard with no human per https://ioswarm.io/llms.txt — starter credits land automatically — or pay per run with USDC over x402 and let the wallet be the account: GET https://ioswarm.io/api/v1/x402/run lists every mode with its price.
Known tools 12
market.pulseFREE, 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.
Inferred read-onlysearchSearch 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.
Inferred read-onlyfetchRead one report by the id search returned: the full markdown text with its citations and evidence header, plus title, url and metadata.
Inferred read-onlyroute.classifyClassify a freeform request into the right mode (research, news, finance, astrology, …) before spending a run.
Inferred read-onlyruns.launchLaunch a run: agents search the web, read sources, and write a cited report — real work, done for the caller.
Potential side effectsruns.waitBlock until a run finishes, then return its record — and its report when it completed.
Inferred read-onlyruns.reportThe finished, cited report for a completed run (report_text is markdown).
Inferred read-onlybilling.topup_termsHow to refill credits machine-to-machine: USDC on Base to a published address, verified on-chain.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for ioswarm.io was fetched 2026-09-01T19:54:43.858Z.
ioswarm.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.