# Spoolis (remote · spoolis.com)

Verify work against acceptance criteria; signed receipts attest what passed and was earned.

- Trust score: 79/100 (medium)
- Change this week: +3
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-09-24

## Components

- remote · `spoolis.com`: 79/100 (this document), [markdown](https://verifymcp.io/servers/com-spoolis-mcp/api-mcp.md), [page](https://verifymcp.io/servers/com-spoolis-mcp/api-mcp)
- npm · `@spoolis/mcp`: 74/100, [markdown](https://verifymcp.io/servers/com-spoolis-mcp/spoolis-mcp.md), [page](https://verifymcp.io/servers/com-spoolis-mcp/spoolis-mcp)

## Channel facts

- Endpoint: `https://spoolis.com/api/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `0.1.8`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-09-24.

- **Endpoint Security**: 80/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC check failed: this domain isn't protected by DNSSEC.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 60/100
  - AI-judged instruction clarity (fair).
  - Tool/resource definitions use about 3300 tokens (~103/item across 32 items; 32 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 80/100
  - Stability observed for 24 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 67/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 0% of tool parameters carry a description.
- **Tool Safety**: 100/100
  - No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.
  - We read all 32 captured tool definition(s), and no name or description among them implies an irreversible operation.
  - An AI judge read all 33 captured unit(s) of tool text and found none that tries to manipulate the model reading it.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

## Install

### How do I install the Spoolis MCP server?

Spoolis is a hosted endpoint at https://spoolis.com/api/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

### Claude

```bash
claude mcp add --transport http com-spoolis-mcp 'https://spoolis.com/api/mcp'
```

### Cursor

```json
{
  "mcpServers": {
    "com-spoolis-mcp": {
      "url": "https://spoolis.com/api/mcp"
    }
  }
}
```

### VS Code

```json
{
  "servers": {
    "com-spoolis-mcp": {
      "type": "http",
      "url": "https://spoolis.com/api/mcp"
    }
  }
}
```

### Codex

```toml
[mcp_servers.com-spoolis-mcp]
url = "https://spoolis.com/api/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-spoolis-mcp": {
      "type": "remote",
      "url": "https://spoolis.com/api/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-spoolis-mcp --url 'https://spoolis.com/api/mcp' --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-spoolis-mcp:
    url: "https://spoolis.com/api/mcp"
```

### Netclaw

```json
{
  "McpServers": {
    "com-spoolis-mcp": {
      "Transport": "http",
      "Url": "https://spoolis.com/api/mcp"
    }
  }
}
```

### Vellum

```bash
assistant mcp add com-spoolis-mcp -t streamable-http -u 'https://spoolis.com/api/mcp'
```

### Other

```json
{
  "mcpServers": {
    "com-spoolis-mcp": {
      "type": "http",
      "url": "https://spoolis.com/api/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-09-23 (score 79, +1)

No change was recorded against any check on this day. Stability & Change Management went from 73 to 77. That category is still filling its 30-day observation window: 22 days of observed history at the previous scan, 23 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-20 (score 78, +1)

No change was recorded against any check on this day. Stability & Change Management went from 63 to 67. That category is still filling its 30-day observation window: 19 days of observed history at the previous scan, 20 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-18 (score 77, +1)

- [security] Tool “run_sandbox_scenario” rewrote its description, which is the text the model reads
- [functional improvement] Schema quality: fail → pass
- [functional] Schema quality: good → fair
- [functional] New tool “list_discrepancies”
- [functional] New tool “list_facts”
- [functional] New tool “list_matches”
- [functional] New tool “list_sources”
- [functional] New tool “open_discrepancy”
- [functional] New tool “open_dispute”
- [functional] New tool “request_review”
- [functional] New tool “resolve_discrepancy”
- [functional] New tool “run_matching”
- [functional] New tool “sync_source”
- [functional] New tool “add_source”
- [functional] New tool “decide_review”
- [functional] New tool “get_dispute”
- [functional] New tool “get_review”
- [cosmetic] “create_spool” added an optional parameter “finality”

### 2026-09-16 (score 76, +1)

No change was recorded against any check on this day. Stability & Change Management went from 50 to 53. That category is still filling its 30-day observation window: 15 days of observed history at the previous scan, 16 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-15 (score 75, 0)

- [security] Tool “get_receipt_status” rewrote its description, which is the text the model reads

### 2026-09-14 (score 75, +1)

No change was recorded against any check on this day. Stability & Change Management went from 43 to 47. That category is still filling its 30-day observation window: 13 days of observed history at the previous scan, 14 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-09-11 (score 74, +1)

- [security] Tool “get_spool” rewrote its description, which is the text the model reads
- [security] Tool “verify_result” rewrote its description, which is the text the model reads
- [security] Tool “verify_spool” rewrote its description, which is the text the model reads
- [functional] New tool “get_receipt_status”

### 2026-09-09 (score 73, +1)

- [security] Tool “run_sandbox_scenario” rewrote its description, which is the text the model reads

## MCP tools (32)

### `verify_result` (~382 tokens)

Result verification

Get a signed, durable, portable Outcome Receipt: a verdict artifact, per unit for unitized work, another system can fetch and independently verify. Spoolis makes it by verifying returned work against explicit acceptance criteria. Use when an agent, vendor, or tool reports work as done and the next action depends on whether the delivery actually met the agreed criteria. This runs in one call using exactly one of inline conditions or a locally registered recipe slug and hash, creating an inspectable unilateral Spool, the versioned acceptance policy. The maximum amount field is optional for verification-only runs. Omit it when nobody is paying; the earned amount is then zero and the receipt omits committed value. The maximum amount field is required when unit is present because unit math needs the cap. Recipe verification uses the hosted conditions exactly as written and fails closed when the hash differs. The external provider does not accept conditions in Spoolis. For a batch delivery where items can pass, fail, or remain uncertain individually, pass unit (its unit count matching the item count) AND evidence type dataset with exactly one row per delivered item, keeping a field present with a null value when it is missing; that returns distinct per-unit verdicts and earned value only for passing units. Text evidence with unit is batch-only and settles all-or-nothing. For a keyless production alternative, use POST /api/v1/verify/x402. Sandbox dataset evidence is limited to 100 records. Works in the no-key sandbox.

Input parameters:

- `conditions` (string|array)
- `evidence` (object, required)
- `gated_action` (string)
- `gated_action_note` (string)
- `idempotency_key` (string)
- `max_amount_cents` (integer)
- `recipe` (object)
- `settlement` (string)
- `unit` (object)

### `run_sandbox_scenario` (~189 tokens)

Sandbox scenario

Evaluate Spoolis without a key or account: run a seeded synthetic scenario through a real demo Spool (the agreement object), verification, and a signed demo Outcome Receipt. Use to observe which units may continue after verification and inspect seeded truth only after the Outcome exists. Scenarios: data_enrichment, external_judge_two_consumers, qualified_meetings, production_migration, review_and_dispute, and sources_and_matching. This persists only run parameters and aggregate results; modeled economics are labeled modeled. commercial_state opens and resolves a blocking discrepancy, proving the Outcome moves from uncertain back to accepted. Works in the no-key sandbox.

Input parameters:

- `adversarial_case_count` (integer)
- `defect_rate` (number)
- `modeled_cost_per_unit` (number)
- `record_count` (integer)
- `scenario` (string, required)
- `seed` (string)

### `compile_spool` (~96 tokens)

Spool draft

Turn purchase intent into a proposed DRAFT Spool (the agreement object) with explicit acceptance criteria and earned-value rules. Use before both parties confirm terms; do not use for one-call unilateral result verification. This creates a persisted draft to inspect, then accept_spool confirms it, amend_spool changes conditions or unitization, and abandon_spool discards it. Works in the no-key sandbox.

Input parameters:

- `source` (string, required)

### `create_spool` (~224 tokens)

Spool creation

Create a production Spool (the agreement object) from structured terms and acceptance criteria. Use when both parties will participate in the agreement lifecycle; do not use for one-call unilateral verification. This persists a proposed agreement and may send the counterparty invite reported in the response handoff block. The type field defaults to the person or business service path, while agent selects the agent settlement rail. Conditions may declare verification_method third_party with an external_judge so verification consumes your own evaluator's bound result instead of Spoolis judging those conditions. Production only: set SPOOLIS_API_KEY; not available in the no-key sandbox.

Input parameters:

- `agreement` (object)
- `conditions` (array, required)
- `deliverable` (object, required)
- `dispute_policy` (object)
- `economics` (object)
- `finality` (object)
- `gated_action` (string)
- `gated_action_note` (string)
- `parties` (array, required)
- `terms` (array, required)
- `type` (string)
- `value` (object, required)

### `get_spool` (~98 tokens)

Spool details

Read a Spool (the agreement object), including hash-covered evidence requirements, dispute policy, and salted unit identity configuration. Use for status checks; it has no side effects. A party named in who_may_dispute can supersede an issued receipt through POST /api/v1/receipts/{receipt_id}/supersede. There is no review queue or UI. Works in the no-key sandbox.

Input parameters:

- `id` (string, required)

### `get_receipt_status` (~74 tokens)

Outcome Receipt status

Check whether an Outcome Receipt is still current or has been superseded, before acting on it. Returns state (current, superseded, unknown) and status (active, corrected, revoked). Production only: set SPOOLIS_API_KEY; not available in the no-key sandbox.

Input parameters:

- `receipt_id` (string, required)

### `request_review` (~107 tokens)

Review request

Route receipt units from a Spool (the agreement object) or its whole outcome to a named reviewer. Use when a human decision is required; this creates a review request and hosted link but does not decide it. Production only: set SPOOLIS_API_KEY; not available in the no-key sandbox.

Input parameters:

- `deadline_at` (string, required)
- `on_timeout` (string, required)
- `receipt_id` (string, required)
- `reviewer` (object, required)
- `scope` (object, required)

### `get_review` (~59 tokens)

Review details

Read the review request for a Spool (the agreement object). Use to poll its state; it has no side effects. Production only: set SPOOLIS_API_KEY; not available in the no-key sandbox.

Input parameters:

- `review_id` (string, required)

### `decide_review` (~89 tokens)

Review decision

Decide a pending review for a Spool (the agreement object). Use after inspecting its evidence; this records confirmation or creates a dispute and does not settle payment. Production only: set SPOOLIS_API_KEY; not available in the no-key sandbox.

Input parameters:

- `counter_evidence` (array)
- `reason` (string, required)
- `review_id` (string, required)
- `verdict` (string, required)

### `open_dispute` (~99 tokens)

Dispute opening

Open a dispute for a Spool (the agreement object). Use inside its declared window; this records counter-evidence and marks policy-defined value as not currently final or payable. It does not restrict money. Production only: set SPOOLIS_API_KEY; not available in the no-key sandbox.

Input parameters:

- `counter_evidence` (array)
- `reason` (string, required)
- `receipt_id` (string, required)
- `scope` (object, required)

### `get_dispute` (~71 tokens)

Dispute details

Read a dispute for a Spool (the agreement object). Use to inspect claimed, accepted, disputed, final, and payable figures plus resolution state; it has no side effects. Production only: set SPOOLIS_API_KEY; not available in the no-key sandbox.

Input parameters:

- `dispute_id` (string, required)

### `list_discrepancies` (~58 tokens)

Discrepancy list

Read discrepancies for a Spool (the agreement object). Use for inspecting differences; it has no side effects. Production only: set SPOOLIS_API_KEY; not available in the no-key sandbox.

Input parameters:

- `id` (string, required)

### `open_discrepancy` (~130 tokens)

Discrepancy opening

Open a discrepancy for a Spool (the agreement object). Use when expected and observed figures do not reconcile; this records the difference and does not assume either source is wrong. Production only: set SPOOLIS_API_KEY; not available in the no-key sandbox.

Input parameters:

- `expected` (object, required)
- `explanation` (string, required)
- `id` (string, required)
- `kind` (string, required)
- `links` (object)
- `observed` (object, required)
- `receipt_id` (string)
- `sandbox_session_id` (string)
- `unit` (integer)

### `resolve_discrepancy` (~92 tokens)

Discrepancy resolution

Resolve a discrepancy for a Spool (the agreement object). Use after authority determines the outcome; this records the resolution and does not initiate settlement. Production only: set SPOOLIS_API_KEY; not available in the no-key sandbox.

Input parameters:

- `discrepancy_id` (string, required)
- `outcome` (string, required)
- `resolved_by` (string, required)
- `superseding_receipt_id` (string)

### `list_sources` (~50 tokens)

Source list

Read source connections for a Spool (the agreement object). Use for source health inspection; it has no side effects. Production only: set SPOOLIS_API_KEY; not available in the no-key sandbox.

### `add_source` (~115 tokens)

Source addition

Add a source connection for a Spool (the agreement object). Use before ingestion; this creates a connection and does not ingest evidence. Production only: set SPOOLIS_API_KEY; not available in the no-key sandbox.

Input parameters:

- `auth` (object, required)
- `config` (object, required)
- `correction_semantics` (string, required)
- `deletion_semantics` (string, required)
- `kind` (string, required)
- `name` (string, required)
- `schema_version` (string)
- `spool_id` (string)

### `sync_source` (~59 tokens)

Source sync

Sync a source for a Spool (the agreement object). Use after configuration; this creates an idempotent checkpointed job. Production only: set SPOOLIS_API_KEY; not available in the no-key sandbox.

Input parameters:

- `id` (string, required)

### `list_facts` (~58 tokens)

Fact list

Read typed facts for a Spool (the agreement object). Use to inspect observed evidence; it has no side effects. Production only: set SPOOLIS_API_KEY; not available in the no-key sandbox.

Input parameters:

- `id` (string, required)

### `run_matching` (~59 tokens)

Matching run

Run matching for a Spool (the agreement object). Use after claims and facts exist; this records explainable results and discrepancies. Production only: set SPOOLIS_API_KEY; not available in the no-key sandbox.

Input parameters:

- `id` (string, required)

### `list_matches` (~57 tokens)

Match list

Read matches for a Spool (the agreement object). Use to inspect outcomes and explanations; it has no side effects. Production only: set SPOOLIS_API_KEY; not available in the no-key sandbox.

Input parameters:

- `id` (string, required)

### `create_counterparty_invite` (~101 tokens)

Counterparty invite

Create a 15-minute, single-use grant that lets the other party join a Spool (the agreement object). Use when a counterparty needs scoped access without signing in; do not use as payment authority. This creates a credential that expires after use or 15 minutes. Requires the initiator's full-scope key. Production only: set SPOOLIS_API_KEY; not available in the no-key sandbox.

Input parameters:

- `id` (string, required)

### `propose_spool` (~77 tokens)

Spool proposal

Move a draft Spool (the agreement object) into the proposed state so the counterparty can review it. Use after the acceptance criteria are ready; this changes agreement state and does not accept terms or settle payment. Production only: set SPOOLIS_API_KEY; not available in the no-key sandbox.

Input parameters:

- `id` (string, required)

### `accept_spool` (~78 tokens)

Spool acceptance

Confirm the compiled contract by accepting a proposed Spool (the agreement object). Use only after reviewing its terms and acceptance criteria; this records agreement acceptance but does not verify fulfillment or settle payment. Production agent agreements require the current quote digest. Works in the no-key sandbox.

Input parameters:

- `id` (string, required)
- `quote_digest` (string)

### `amend_spool` (~93 tokens)

Spool amendment

Change acceptance criteria or unit-based earned-value rules on a proposed Spool (the agreement object). Use before acceptance when the draft does not match the intended purchase; this replaces proposal details and does not accept or verify the work. Works in the no-key sandbox.

Input parameters:

- `add_conditions` (array)
- `id` (string, required)
- `remove_condition_ids` (array)
- `unitization` (object)

### `abandon_spool` (~62 tokens)

Spool abandonment

Abandon an active Spool (the agreement object) before payment is committed. Use when the initiator no longer wants to proceed; this ends the agreement and cannot verify work or settle value. Works in the no-key sandbox.

Input parameters:

- `id` (string, required)

### `decline_spool` (~69 tokens)

Spool decline

Decline a proposed Spool (the agreement object). Use when the counterparty rejects its terms; this ends the proposal without accepting it, verifying work, or settling payment. Production only: set SPOOLIS_API_KEY; not available in the no-key sandbox.

Input parameters:

- `id` (string, required)

### `cancel_spool` (~70 tokens)

Spool cancellation

Cancel a Spool (the agreement object) that should not continue. Use only when cancellation is an allowed action; this changes lifecycle state and does not verify fulfillment or settle payment. Production only: set SPOOLIS_API_KEY; not available in the no-key sandbox.

Input parameters:

- `id` (string, required)

### `commit_payment` (~90 tokens)

Payment commitment

Ask the configured settlement adapter to authorize and, where supported, hold the maximum value for a Spool (the agreement object). Use after terms are accepted when the selected payment path requires commitment; this may create a payment authorization or hold, but does not verify work or determine earned value. Production only: set SPOOLIS_API_KEY; not available in the no-key sandbox.

Input parameters:

- `id` (string, required)

### `submit_evidence` (~117 tokens)

Evidence submission

Attach fulfillment evidence to an acceptance criterion in a Spool (the agreement object). Use after work is delivered and before verification; this persists evidence but does not decide whether it passes or what was earned. Works in the no-key sandbox.

Input parameters:

- `claim_class` (string)
- `condition_id` (string, required)
- `id` (string, required)
- `metadata` (object)
- `on_behalf_of` (string)
- `provenance` (string)
- `source` (string, required)
- `type` (string, required)

### `verify_spool` (~210 tokens)

Spool verification

Issue a signed, durable, portable Outcome Receipt from this Spool, the versioned acceptance policy. The receipt is a verdict artifact, per unit for unitized work, another system can fetch and independently verify. Spoolis makes it by evaluating submitted evidence against the acceptance criteria and determining what was earned. Use after evidence is attached; this records the verdict and required evidence as present, missing, stale, unavailable, or provenance unsatisfied. Missing required evidence defaults to uncertain. Conditions with verification_method third_party keep your own judge: verification consumes the declared external evaluator's result, bound to this agreement and evidence per its declared proof requirement, instead of Spoolis judging those conditions itself. Unitized receipts may include salted public unit identities. Sandbox dataset evidence is limited to 100 records. Canonical recipe: compile -> verify -> Outcome Receipt -> verifyReceipt -> optional status check -> consumer acts on earned. Works in the no-key sandbox.

Input parameters:

- `confirmations` (array)
- `id` (string, required)

### `complete_spool` (~72 tokens)

Completed Spool

Read a Spool (the agreement object) whose outcome is already completed. Use for compatibility when a completed result is expected; it has no side effects and does not run verification or settlement. Production only: set SPOOLIS_API_KEY; not available in the no-key sandbox.

Input parameters:

- `id` (string, required)

### `get_spool_events` (~61 tokens)

Spool event history

Read the canonical audit history for a Spool (the agreement object), including agreement, fulfillment, verification, and settlement events. Use to reconstruct what happened; it has no side effects. Works in the no-key sandbox.

Input parameters:

- `id` (string, required)

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-spoolis-mcp/api-mcp#diagnostics

## Score history

- 2026-09-24: 79
- 2026-09-23: 79
- 2026-09-22: 78
- 2026-09-21: 78
- 2026-09-20: 78
- 2026-09-19: 77
- 2026-09-18: 77
- 2026-09-17: 76
- 2026-09-16: 76
- 2026-09-15: 75
- 2026-09-14: 75
- 2026-09-13: 74
- 2026-09-12: 74
- 2026-09-11: 74
- 2026-09-10: 73
- 2026-09-09: 73
- 2026-09-08: 72
- 2026-09-07: 72
- 2026-09-06: 71
- 2026-09-05: 71
- 2026-09-04: 70
- 2026-09-03: 70
- 2026-09-02: 70
- 2026-09-01: 63
- 2026-08-31: 62

## Common questions

### What is the Spoolis MCP server?

Spoolis is an MCP server listed in the public MCP registry as com.spoolis/mcp. Verify work against acceptance criteria; signed receipts attest what passed and was earned. This page covers its hosted endpoint (https://spoolis.com/api/mcp).

### Is the Spoolis MCP server safe to use?

Spoolis scores 79 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

### What tools does the Spoolis MCP server expose?

Spoolis exposes 32 tools: verify_result, run_sandbox_scenario, compile_spool, create_spool, get_spool, and 27 more. Their descriptions and schemas cost roughly 3,266 tokens of context every time the server is loaded.

### Does the Spoolis MCP server require authentication?

No. We connected to Spoolis without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.

### Is the Spoolis MCP server still maintained?

Spoolis is still listed as active in the MCP registry. We last reached this channel on 24 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

## Links

- Remote endpoint: https://spoolis.com/api/mcp
- Website: https://spoolis.com/docs/mcp
- Changelog RSS feed: https://verifymcp.io/servers/com-spoolis-mcp/api-mcp.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-spoolis-mcp/api-mcp.json
- HTML version of this page: https://verifymcp.io/servers/com-spoolis-mcp/api-mcp
