← stipple.sh

INDIVIDUAL MCP TOOL

verify_document

Forensically inspect a document (PDF or image) for authenticity: tampering signs, AI-generation indicators, arithmetic reconciliation (financial docs), and provenance.

stipple.shnone authenticationAvailability not checked

LIVE ENDPOINT

https://www.stipple.sh/mcp

No auth detected

Connect to this endpoint to inspect the live schema for verify_document 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

stipple.sh

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.openwarrant]
url = "https://www.stipple.sh/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "openwarrant": {
      "type": "http",
      "url": "https://www.stipple.sh/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: openwarrant
Remote MCP URL: https://www.stipple.sh/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": {
    "openwarrant": {
      "url": "https://www.stipple.sh/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "openwarrant": {
      "type": "http",
      "url": "https://www.stipple.sh/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "openwarrant",
  "transport": "streamable-http",
  "url": "https://www.stipple.sh/mcp"
}
MCP Inspector

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

Related tools

  • check_document — Cheap cache-check: has this exact document already been inspected?
  • get_warrant — Retrieve a stored warrant by id (e.g.
  • submit_feedback — Record thumbs up/down on a warrant's rating (the engine's precision-flywheel label source).
  • classify_document — Classify a FINANCIAL document's type and issuing country.
  • extract_fields — Extract structured FIELDS from a document (PDF or image) with a vision model.
  • verify_identity — Run an Australian identity check over a SET of identity documents.
  • check_pack — Check whether a SET of documents satisfies a checklist — completeness, cheaply.
  • redact_pii — Detect and MASK personally identifiable information in a document (PDF or image).