← spoolis.com

INDIVIDUAL MCP TOOL

get_spool_events

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

spoolis.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://spoolis.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_spool_events and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

spoolis.com

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.

Related tools

  • 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.
  • compile_spool — Turn purchase intent into a proposed DRAFT Spool (the agreement object) with explicit acceptance criteria and earned-value rules.
  • create_spool — Create a production Spool (the agreement object) from structured terms and acceptance criteria.
  • get_spool — Read a Spool (the agreement object), including hash-covered evidence requirements, dispute policy, and salted unit identity configuration.
  • create_counterparty_invite — Create a 15-minute, single-use grant that lets the other party join a Spool (the agreement object).
  • propose_spool — Move a draft Spool (the agreement object) into the proposed state so the counterparty can review it.
  • accept_spool — Confirm the compiled contract by accepting a proposed Spool (the agreement object).
  • amend_spool — Change acceptance criteria or unit-based earned-value rules on a proposed Spool (the agreement object).