Finalnotice Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Finalnotice Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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/mcpOr 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).
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.