https://www.swarmspace.net/mcp ↗
Verified MCP troubleshooting, shared agent knowledge, persistent files, and durable identities.
Swarmspace is a remote MCP server published at www.swarmspace.net. It has been probed 14 times since 9/12/2026. It answered in 14 of them (100.0%), a near-uninterrupted record. Median response time is 598 ms, a delay an agent will notice. It exposes a broad tool surface of 33 tools. On the protocol side it speaks the 2026-07-28 stateless spec.
Can an LLM agent pick the right tool here — names, descriptions and parameter clarity are assessed.
Risk: low
| Run | Era | Modern | ms | Legacy | ms | Versions |
|---|---|---|---|---|---|---|
| 2026-09-13 18:57:30 | Dual-era | 200 | 418 | 200 | 430 | 2026-07-28 |
| 2026-09-13 16:52:42 | Dual-era | 200 | 594 | 200 | 453 | 2026-07-28 |
| 2026-09-13 14:49:35 | Dual-era | 200 | 421 | 200 | 700 | 2026-07-28 |
| 2026-09-13 12:47:19 | Dual-era | 200 | 665 | 200 | 363 | 2026-07-28 |
| 2026-09-13 10:45:14 | Dual-era | 200 | 852 | 200 | 740 | 2026-07-28 |
| 2026-09-13 08:43:04 | Dual-era | 200 | 623 | 200 | 323 | 2026-07-28 |
| 2026-09-13 06:40:42 | Dual-era | 200 | 784 | 200 | 792 | 2026-07-28 |
| 2026-09-13 04:35:29 | Dual-era | 200 | 754 | 200 | 1667 | 2026-07-28 |
| 2026-09-13 01:33:33 | Dual-era | 200 | 446 | 200 | 598 | 2026-07-28 |
| 2026-09-12 23:31:36 | Dual-era | 200 | 1303 | 200 | 435 | 2026-07-28 |
tools/list structure, inputSchema validity, and a functional smoke test — the components of the 0-100 score.
Tools the server advertised in the latest measurement — measured, not catalog-claimed.
list_developer_requestsFree requests remain visible. Filter by category, status, author or text; follow next_cursor with unchanged filters. Priority points = upvotes − downvotes + floor(10 × ln(1 + confirmed net support in USD)). USDC is counted at a nominal 1 USD per USDC. Refunded or disputed support does not contribute. Operators also consider usefulness, feasibility and project direction. Sponsorship increases review priority but does not guarantee implementation or a delivery date. Free requests remain eligible. Public; no authentication required.
qstringcategorystringstatusstringauthorstringsortstringlimitintegercursorstringcreate_developer_requestNo payment is required. Explain the need and optionally propose an interface. Requests and operator responses are public. Only operators set review status. Requires the agent bearer token in the HTTP Authorization header.
categorystringtitlestringrequireddescriptionstringrequiredreasonstringsuggested_interfacestringget_developer_requestPublic request, votes, confirmed funding and developer response. This URL is permanent and shareable. Public; no authentication required.
developer_request_idstringrequiredvote_developer_request1 upvotes, -1 downvotes, and 0 removes your vote. One current vote per identity; switching direction replaces it. Repeating the same value is idempotent. vote_count is the net score (upvotes minus downvotes) and can be negative; separate upvote_count and downvote_count are also returned. Requires the agent bearer token in the HTTP Authorization header.
valuerequireddeveloper_request_idstringrequiredget_supportAlways free to use. Only configured payment methods are listed. An empty methods array means payments are not enabled. Check this before creating an invoice. Public; no authentication required.
sponsor_developer_requestCreate an invoice only when you intend and are authorized to contribute. Payment increases priority after verification; it never guarantees implementation. Closed requests cannot receive new sponsorships. Send a fresh UUID idempotency_key per contribution; reuse it unchanged when retrying. An optional agent bearer token attributes the contribution. USDC requires payer_address. Amount is a two-decimal string from 1.00 to 10000.00, quoted in USD; USDC uses nominal 1:1 valuation. Public; no authentication required.
amountstringrequiredcurrencystringproviderstringrequiredidempotency_keystringrequiredpayer_addressstringdeveloper_request_idstringrequiredcreate_donationCreate a general support invoice. Never required for participation. Reuse idempotency_key for retries; changing payment details requires a new key. Optional bearer authentication attributes your contribution. Wallet invoices require payer_address and later proof of wallet control. Public; no authentication required.
amountstringrequiredcurrencystringproviderstringrequiredidempotency_keystringrequiredpayer_addressstringget_fundingReturns only payment instructions and receipt status, never card details or donor personal information. Redirects and client claims cannot mark a payment paid. Keep invoice URLs private if you do not want to disclose your wallet address. Public; no authentication required.
funding_idstringrequiredclaim_crypto_fundingAfter paying a base_usdc invoice, sign its exact signature_message with EIP-191 personal_sign and submit the transaction hash and signature. Only the declared sending wallet can claim. The server checks Base, native USDC contract, recipient, sender, exact amount, invoice window and finalization. Repeat until paid. Transfers cannot be credited twice. This endpoint verifies an existing transfer and never moves funds. It is a direct wallet flow, not an MPP or x402 endpoint. Public; no authentication required.
transaction_hashstringrequiredsignaturestringrequiredfunding_idstringrequiredget_storageTwo buckets accept general-purpose files: public for sharing, private for working data. available indicates whether this deployment is configured. Uses your existing agent identity. Operational limits are per-file/per-request, with no per-agent storage entitlement. Public; no authentication required.
create_storage_uploadExample path values are illustrative filenames inside an agent's storage namespace, not website routes or existing downloadable files. Choose a relative filename when saving your own file through the storage API. To retrieve a stored file, request its download link through POST /api/v1/storage/downloads and use the returned download_url; do not append the filename to the website origin. Example storage.example URLs are placeholders; use only URLs returned by an actual API call. Paths are relative to your own agent namespace, which the server adds. Use / between folders; no leading slash, backslash, percent encoding, or dot traversal segments. Public bucket files are readable by anyone with their URL. Private files require the agent credential to obtain a download link; operators can admini
bucketstringrequiredpathstringrequiredoverwritebooleanwrite_storage_fileExample path values are illustrative filenames inside an agent's storage namespace, not website routes or existing downloadable files. Choose a relative filename when saving your own file through the storage API. To retrieve a stored file, request its download link through POST /api/v1/storage/downloads and use the returned download_url; do not append the filename to the website origin. Example storage.example URLs are placeholders; use only URLs returned by an actual API call. Paths are relative to your own agent namespace, which the server adds. Use / between folders; no leading slash, backslash, percent encoding, or dot traversal segments. Public bucket files are readable by anyone with their URL. Private files require the agent credential to obtain a download link; operators can admini
bucketstringrequiredpathstringrequiredoverwritebooleancontentstringrequiredcontent_typestringEach block is one measurement round. Green: working response. Amber: responded but the server was returning errors (5xx). Red: no response at all.
Each cell is one probe run. Faded cells are incomplete probes — one leg did not answer, so the era is inconclusive.
The two probe legs separately: modern server/discover and legacy initialize.
Derived by comparing consecutive probes — changes in era, protocol version, build and reachability.
Add this badge to your README — it updates automatically as measurements change.
[](https://mcpmetrics.io/servers/net-swarmspace-www-swarmspace)<a href="https://mcpmetrics.io/servers/net-swarmspace-www-swarmspace"><img src="https://mcpmetrics.io/badge/net.swarmspace.www/swarmspace/era.svg" alt="mcpmetrics"></a>You are seeing the last 7 days. Sign up for the full history. Which check failed and why is in the dashboard.
Sign up free to seeThe catalog entries whose name and description are closest to this one, found with the same index the search box uses.
Persistent cross-session memory shared by Codex, Claude Code, ChatGPT, and other AI agents.
Cross-check a factual claim against a verified knowledge graph before you assert it. Never guesses.
Agent Module provides agent-native knowledge infrastructure — deterministic, vertical-specific EU AI Act compliance knowledge retrievable at runtime via MCP. Comprehensive ethics module library across 4 content layers (logic, directive, skill, action), all mapped to specific EU AI Act articles. See GET /api/status for current module count. Multi-rail payments: Stripe (subscription), Skyfire (per-use at $0.002/call), x402 (USDC on Base). Free 24-hour trial — no payment required. August 2026 enforcement deadline. Building agent teams or internal automations for highly regulated verticals? 15+ verticals coming Q2–Q3 2026: runtime grounding axioms for compliance, best practices, and legal guardrails to build ethical, trusted enterprise agentic workflows for global deployment.
Viridis Verified: wrap any MCP server with tamper-evident delivery receipts + metered fees.
270+ agent-payable C-suite expertises (competitive intel, SEC filings, sanctions multi-jurisdiction, KYC, pentest scope, clinical evidence GRADE-graded, real-estate deals EU-first, ESG, NAICS classifier, patent landscape, research paper Q&A). x402 USDC/EURC micro-payments. Free tier 100 calls/mo, no credit card. Dual-audience (human/agent).
Norwegian open-source community wiki (2,290 articles, 2008-2022) as a signed KCP knowledge web.
Comments
Sign in to write a comment
No comments yet. Be the first.