Skip to content
Back to search
100
MCP live MCP 2025-06-18 streamable-http

io.github.ptrinh/final-notice

io.github.ptrinh/final-notice

Free demand-letter PDF generator for unpaid invoices, 80+ jurisdictions, 29 languages.

Uptime
100.0%
1 direct probes · 30d
Response
256ms
last probe
Tools
3
callable
Resources
0
readable
Prompts
0
available

Tools · 3

list_jurisdictions

List every supported country/jurisdiction (code, name, currency, default language) plus the available languages and tones. Call this first to pick a valid jurisdiction + language.

preview_demand_letter

Render the demand letter's text content (title, subject, body paragraphs, amount line, legal reference, closing) as structured JSON, without producing a PDF. Use to review or refine wording before gen…

generate_demand_letter

Generate the finished demand-letter PDF (formal letter + matching envelope), localized and legally formatted for the jurisdiction. Returns the PDF as a base64 resource. Free, no registration.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.ptrinh/final-notice": {
      "url": "https://finalnotice.io/mcp",
      "transport": "streamable-http"
    }
  }
}