stipple-mcp
Stipple MCP server
Documents in. Answers your agents can act on.
Stipple is a hosted MCP server for document work: forensic authenticity signals, structured field extraction, Australian identity checks, adverse-media and sanctions screening, AU/NZ government tender search, AI-written-text detection, and citation verification for research reports.
No install, no signup — an anonymous free tier works immediately.
Connect
claude mcp add --transport http stipple https://www.stipple.sh/mcpOr in any MCP client config:
{ "mcpServers": { "stipple": { "type": "http", "url": "https://www.stipple.sh/mcp" } } }Endpoint:
https://www.stipple.sh/mcp(Streamable HTTP)Always the
www.host — the apex domain redirects, and a POST through the redirect fails for non-browser clients.Auth: none required. An optional free API key (
POST /v1/keys) gives a private credit allowance; send it asAuthorization: Bearer stp_....
Related MCP server: document-intelligence-mcp
Tools (13)
Tool | What it does | What it is NOT |
| Forensic authenticity inspection of a PDF/image (URL or base64): | A fraud verdict — it is a signal with the evidence behind it |
| Structured fields from a document: ad-hoc field lists, templates (payslip, tax invoice, bank statement, receipt, contract), tables, per-value grounding, redaction, layout, chunking, splitting | A judgment — values are what the document shows; absences come back in |
| Australian identity check over a document set: AFP 100-point or AUSTRAC safe-harbour, with exactly what is missing | A forgery check — pair with |
| Does a document set satisfy a checklist (named scheme or ad-hoc requirements)? | Approval — presence of the right types, not genuineness |
| Adverse media + corroboration-gated sanctions/PEP screening of a person or organisation | A determination — "review", never "guilty"; "nothing found" is not a clean record |
| Free. Search open AU/NZ government tenders | — |
| Rank open tenders against what a company's own website says it does, with | A win probability |
| Free. Where tender data comes from, and why a search can be empty | — |
| Probability a document's prose is AI-written, with the linguistic tells; abstains on non-prose | Calibrated truth — and style, not authenticity |
| For a report: citations resolve and match, internal arithmetic recomputes, unsupported claims flagged | A truth verdict — it reports verification coverage |
| Has this exact file (sha256) been inspected already? Skips a paid call | — |
| Fetch a stored result bundle (JSON or Markdown) | — |
| Thumbs up/down on a rating | — |
Prompts (8)
Guided workflows shipped with the server: Verify a document's authenticity · What kind of document is this? · Run a 100-point identity check · Screen a person for adverse media · Find tenders my company could bid for · Was this written by AI? · Fact-check a report URL · Fact-check pasted text.
How results read
Every inspection reports two independent axes: risk_band (how authentic the
document looks) and inspection_quality (how completely it could be inspected). A
clean phone photo of a real payslip is commonly low risk + limited quality — "nothing
looks tampered, but we couldn't read everything". Low coverage is not risk.
Identical documents are cached by content hash — resubmitting the same bytes returns the stored result instantly and free.
Credits
Anonymous callers share a free weekly allowance per IP. A free API key gets its own allowance and metering. Tender search and source listing cost nothing. Details: stipple.sh/pricing.
Also available
REST API — the same engines at
/v1/*; OpenAPI contract at/openapi.jsonAgent docs —
/agents.md(short form/llms.txt)Scoped servers —
/mcp-aitext(AI-text detection only) and/mcp-verify(reference verification only), for installs that want a single tool
This server cannot be installed
Maintenance
Related MCP Servers
- FlicenseNot gradedqualityAmaintenanceVerifiable document intelligence for AI agents. Extract, summarize, claim-check, and notarize PDFs & URLs with cryptographic proofs, cross-document search, and on-chain attestation via Base L2.
- AlicenseNot gradedqualityDmaintenanceLocal document intelligence for AI agents — extract text, detect tables, read metadata, analyze structure, search keywords, and detect language from PDF and DOCX files. No cloud API required, no API key needed.MIT

Qinisoofficial
AlicenseAqualityBmaintenanceThe deterministic fact-verification layer for AI agents. Validates the structured facts an agent emits — IBANs, payment cards, VAT and national tax IDs, crypto and bank addresses, domains, emails, phone numbers, securities and academic identifiers, plus dates, currencies and holidays — against checksums and curated authoritative data, not guesses.561Apache 2.0- FlicenseAqualityBmaintenanceAgentic KYC/AML compliance server with tools for sanctions screening, identity verification, and risk assessment, where AI orchestrates discretionary checks within deterministic compliance guardrails.6
Related MCP Connectors
Evidence-backed x402 web verification for AI agents, with auditable decisions for every condition.
Real-time fact-check, citation verification, and source-freshness for AI agents.
KYC, KYB, AML, wallet screening, transaction monitoring, and fraud workflows for AI agents.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Sketchjar/stipple-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server