Server data from the Official MCP Registry
Free demand-letter PDF generator for unpaid invoices, 80+ jurisdictions, 29 languages.
Free demand-letter PDF generator for unpaid invoices, 80+ jurisdictions, 29 languages.
Remote endpoints: streamable-http: https://finalnotice.io/mcp
Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.
3 tools verified · Open access · 1 issue found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Remote Plugin
No local installation needed. Your AI client connects to the remote endpoint directly.
Add this to your MCP configuration to connect:
{
"mcpServers": {
"io-github-ptrinh-final-notice": {
"url": "https://finalnotice.io/mcp"
}
}
}From the project's GitHub README.
Free, no-registration Model Context Protocol server that generates professional debt-collection demand letters: a print-ready PDF (formal letter + matching envelope), localized and legally formatted for 80+ jurisdictions and 29 languages (including Arabic/RTL, CJK, Indic, Thai, Cyrillic, and Greek).
https://finalnotice.io/mcpThis repository is the registry manifest for a remote, hosted MCP server; there is nothing to install or run locally.
Most MCP clients accept a remote HTTP server. For example, with Claude Code:
claude mcp add --transport http final-notice https://finalnotice.io/mcp
Or add to a client config that supports remote servers:
{
"mcpServers": {
"final-notice": {
"type": "http",
"url": "https://finalnotice.io/mcp"
}
}
}
| Tool | Description |
|---|---|
list_jurisdictions | Supported countries, currencies, languages, and tones. Call first to pick a valid jurisdiction + language. |
preview_demand_letter | Render the letter's text (title, subject, body, amount, legal reference, closing) as structured JSON — no PDF — to review wording. |
generate_demand_letter | Generate the finished PDF (letter + envelope) and return it as a base64 resource. |
generate_demand_letter arguments){
"jurisdiction": "GB",
"language": "en",
"tone": "final",
"senderName": "Acme Ltd",
"senderType": "business",
"attested": true,
"senderAddress": "1 High St\nLondon",
"debtorName": "J. Smith",
"debtorAddress": "2 Park Rd\nLeeds",
"amount": 2450,
"currency": "GBP",
"invoiceNumber": "INV-1042",
"deadlineDays": 14
}
Required fields: senderName, senderAddress, debtorName, debtorAddress, amount (> 0).
Business/firm senders must set attested: true.
GET /api/meta, POST /api/preview, POST /api/generate.License: MIT (this manifest repository).
Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.