← Registry

General Tools

spoolis.com

Manages Spool agreements for creating, compiling, and verifying contractual outcomes between parties.

x402 supported1 endpoint16 known toolsFirst detected August 26, 2026Last detected September 6, 2026

ENDPOINT 1

https://spoolis.com/api/mcp

No auth detected

MCP server metadata

Name
spoolis
Version
0.1.0
Capabilities
tools.listChanged
Server instructions

Turn an agreement into verifiable acceptance criteria, verify fulfillment, and determine what was earned. Use Spoolis when payment depends on whether work actually passed.

Known tools 16

verify_result

Verify a result in one call using exactly one of inline conditions or a locally registered recipe slug and hash, creating an inspectable unilateral Spool and signed Outcome Receipt.

Inferred read-only
compile_spool

Turn purchase intent into a proposed DRAFT Spool (the agreement object) with explicit acceptance criteria and earned-value rules.

Potential side effects
create_spool

Create a production Spool (the agreement object) from structured terms and acceptance criteria.

Potential side effects
get_spool

Read a Spool (the agreement object), including hash-covered evidence requirements, dispute policy, and salted unit identity configuration.

Inferred read-only
create_counterparty_invite

Create a 15-minute, single-use grant that lets the other party join a Spool (the agreement object).

Potential side effects
propose_spool

Move a draft Spool (the agreement object) into the proposed state so the counterparty can review it.

Inferred read-only
accept_spool

Confirm the compiled contract by accepting a proposed Spool (the agreement object).

Inferred read-only
amend_spool

Change acceptance criteria or unit-based earned-value rules on a proposed Spool (the agreement object).

Inferred read-only
abandon_spool

Abandon an active Spool (the agreement object) before payment is committed.

Potential side effects
decline_spool

Decline a proposed Spool (the agreement object).

Inferred read-only
cancel_spool

Cancel a Spool (the agreement object) that should not continue.

Inferred read-only
commit_payment

Ask the configured settlement adapter to authorize and, where supported, hold the maximum value for a Spool (the agreement object).

Inferred read-only
submit_evidence

Attach fulfillment evidence to an acceptance criterion in a Spool (the agreement object).

Inferred read-only
verify_spool

Evaluate submitted evidence against the acceptance criteria in a Spool (the agreement object) and determine what was earned.

Inferred read-only
complete_spool

Read a Spool (the agreement object) whose outcome is already completed.

Inferred read-only
get_spool_events

Read the canonical audit history for a Spool (the agreement object), including agreement, fulfillment, verification, and settlement events.

Inferred read-only

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.spoolis]
url = "https://spoolis.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "spoolis": {
      "type": "http",
      "url": "https://spoolis.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "spoolis": {
      "type": "http",
      "url": "https://spoolis.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "spoolis",
  "transport": "streamable-http",
  "url": "https://spoolis.com/api/mcp"
}
MCP Inspector

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

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.