General Tools
spoolis.com
Manages Spool agreements for creating, compiling, and verifying contractual outcomes between parties.
ENDPOINT 1
https://spoolis.com/api/mcp
MCP server metadata
- Name
- spoolis
- Version
- 0.1.0
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_resultVerify 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-onlycompile_spoolTurn purchase intent into a proposed DRAFT Spool (the agreement object) with explicit acceptance criteria and earned-value rules.
Potential side effectscreate_spoolCreate a production Spool (the agreement object) from structured terms and acceptance criteria.
Potential side effectsget_spoolRead a Spool (the agreement object), including hash-covered evidence requirements, dispute policy, and salted unit identity configuration.
Inferred read-onlycreate_counterparty_inviteCreate a 15-minute, single-use grant that lets the other party join a Spool (the agreement object).
Potential side effectspropose_spoolMove a draft Spool (the agreement object) into the proposed state so the counterparty can review it.
Inferred read-onlyaccept_spoolConfirm the compiled contract by accepting a proposed Spool (the agreement object).
Inferred read-onlyamend_spoolChange acceptance criteria or unit-based earned-value rules on a proposed Spool (the agreement object).
Inferred read-onlyabandon_spoolAbandon an active Spool (the agreement object) before payment is committed.
Potential side effectscommit_paymentAsk the configured settlement adapter to authorize and, where supported, hold the maximum value for a Spool (the agreement object).
Inferred read-onlysubmit_evidenceAttach fulfillment evidence to an acceptance criterion in a Spool (the agreement object).
Inferred read-onlyverify_spoolEvaluate submitted evidence against the acceptance criteria in a Spool (the agreement object) and determine what was earned.
Inferred read-onlycomplete_spoolRead a Spool (the agreement object) whose outcome is already completed.
Inferred read-onlyget_spool_eventsRead the canonical audit history for a Spool (the agreement object), including agreement, fulfillment, verification, and settlement events.
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.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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.