Changelog

What shipped, newest first.

12 June 2026

Financial document classifier + one MCP server for everything

  • New tool: /classify — financial document-type classification (payslip, tax invoice, bank statement, salary certificate, PAYG summary, receipt) with country and confidence. Abstains rather than guesses.
  • POST /v1/classify over REST; classify_document as an MCP tool.
  • One MCP server now carries the full suite: add /mcp once and get every tool. Scoped servers (/mcp-aitext, /mcp-verify) keep working for existing installs.

12 June 2026

API keys + usage metering

  • Free self-serve API keys (instant, no account): your own 50 documents/day quota instead of sharing the per-IP one.
  • Bearer authentication on every endpoint, REST and MCP alike.
  • GET /v1/usage — metered usage read from the same counters that enforce the quota.

12 June 2026

Developer documentation

  • New docs: quickstart, authentication, full API reference, MCP integration guide, errors & limits.
  • Use-case guides and this changelog.

11 June 2026

Readable fact-check links

  • Fact-check permalinks now use the document’s own title as the URL slug (hash-named files no longer produce hash-looking links).

10 June 2026

URL intake everywhere + agent prompts

  • Every MCP tool now accepts a public url — agents verify a document with one short string instead of encoding it.
  • Fact-check results from MCP calls return a shareable permalink.
  • MCP servers publish ready-made prompts (e.g. "Fact-check a report URL") that appear natively in supporting clients.
  • AI-text detection accepts {"url": ...} over REST.
  • Security hardening across the URL fetcher and upload paths.

8 June 2026

Public fact-check permalinks

  • Every fact-check persists under a content-hash id with a public, shareable /fc/<slug>-<hex> page.
  • Fact-check accepts a report URL directly — paste a link instead of uploading.
  • Streaming (SSE) keeps deep checks alive through proxies.

5 June 2026

Scorecard results

  • Redesigned results on all four surfaces: web tools, PDF report, Markdown report — score dial, verdict banner, per-component bars.

3 June 2026

Three MCP servers in the official registry

  • Document forensics (/mcp), AI-text detection (/mcp-aitext), and reference fact-checking (/mcp-verify) are live in the official MCP registry — hosted, no install.
  • New tools and pages: AI detector and Fact check, with feedback on every result.

May 2026

Stipple launches

  • Document verification warrants: forensic inspection with risk bands, shareable records, and audit-ready PDF reports.
  • Agent discovery surfaces: agents.md, llms.txt, A2A agent card.