Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ⚖️ Legal
  3. Finalnotice MCP
Finalnotice MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/11/2026, 1:16:06 PM

Finalnotice MCP

User RatingsBe the first to rate and review this MCP server!
View RepositoryVisit Website
legaldocumentspdflocalization

Generates localized debt-collection demand-letter PDFs with a matching envelope across 100+ jurisdictions and 33 languages.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent — or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag — we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON ▾

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "ptrinh-finalnotice-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "finalnotice-mcp"
      ]
    }
  }
}

💡 Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Tool Schemas (3) Directory Badge Claim listing Alternatives⚖️ More in Legal

Overview

The ptrinh/finalnotice-mcp MCP server generates localized debt-collection demand letters as a formal PDF with a matching envelope. It exposes tools to list supported jurisdictions, preview letter text as JSON, and generate the final PDF as a base64 resource. The service can be used through the hosted Streamable HTTP endpoint or through a local stdio wrapper that forwards requests to the public API. Reach for it when an agent needs jurisdiction- and language-specific collection-letter templates without authentication or an API key.

Use cases

•List valid jurisdictions and languages before drafting a collection notice
•Preview localized demand-letter wording for review
•Generate a formal letter and matching envelope as a PDF
•Create multilingual collection documents with jurisdiction-specific formatting

Key features

•Supports 100+ jurisdictions
•Supports 33 languages and multiple writing systems
•Previews letter content as structured JSON
•Generates a letter-and-envelope PDF
•Offers hosted HTTP and local stdio access
•Requires no authentication or API key

Capabilities & Tool Schemas (3) ~95 tokensApproximate context cost of this server’s tool schemas (~4 chars/token), before any tool is called. Actual usage depends on your client and model.Self-reported Self-reportedParsed from the repository README, not verified against a live server — may be incomplete or out of date.

Inspect callable tools, capabilities, and parameters exposed to AI agents by Finalnotice MCP.

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.

How Finalnotice MCP works

What ptrinh/finalnotice-mcp MCP server does

The ptrinh/finalnotice-mcp MCP server creates debt-collection demand letters for more than 100 jurisdictions and 33 languages. Generated output contains a formal letter and a corresponding envelope in a print-ready PDF. Supported language coverage includes Arabic with right-to-left layout, as well as CJK, Indic, Thai, Cyrillic, and Greek scripts.

The output is intended for factual, non-threatening collection notices. It is not legal advice. Jurisdiction-specific formatting and rules are handled by the hosted rendering service rather than by the local wrapper.

How it works

The server provides three MCP tools. list_jurisdictions returns available countries, currencies, languages, and tones. Call it first when selecting valid input values. preview_demand_letter produces the proposed title, subject, body, amount, legal reference, and closing as structured JSON without creating a PDF. After reviewing that text, generate_demand_letter renders the completed letter and envelope and returns the PDF as a base64 resource.

The hosted service is available at https://finalnotice.io/mcp using Streamable HTTP and JSON-RPC 2.0. The local package is a thin stdio MCP server that sends tool requests to https://finalnotice.io by default. A REST interface also mirrors the tools through /api/meta, /api/preview, and /api/generate.

Setup and configuration

No account, authentication, or API key is required. You can connect an MCP client directly to the hosted endpoint, or run the package locally with npx -y finalnotice-mcp. Docker is also supported by building the repository image and running it with standard input attached.

The upstream API base can be changed with the FINALNOTICE_API_BASE environment variable. For a local stdio configuration, the command is npx and the arguments are -y finalnotice-mcp. The README also provides a Claude MCP configuration using the hosted URL.

Tools and capabilities

  • Enumerate supported jurisdictions, currencies, languages, and tones.
  • Preview localized letter wording before PDF creation.
  • Generate a PDF containing the demand letter and matching envelope.
  • Apply jurisdiction-specific formatting and language/script layout.
  • Include sender, debtor, amount, currency, invoice, and deadline details.

Required generation inputs include senderName, senderAddress, debtorName, debtorAddress, and a positive amount. Business or firm senders must mark the submission as attested. Setting debtorType to individual enables consumer-protection handling where supported, such as the UK or Dutch examples described in the README.

Limitations and notes

The ptrinh/finalnotice-mcp MCP server depends on the hosted Final Notice service for rendering, jurisdiction rules, fonts, and layout. The local package therefore forwards requests rather than performing PDF generation entirely offline. Generated documents should be reviewed before use, particularly where local procedural requirements apply.

The project is released under the MIT license. The service is free, with an optional donation link. Its material does not claim to replace legal advice, and the generated letters are described as factual, non-threatening templates.

Read the full README →View source on GitHub →

Related MCP Servers

View all in Legal View all alternatives
  • PDFGate MCP Server logoPDFGate MCP Server

    MCP server for the PDFGate API. Generate PDFs, manage documents and handle e-signatures.

    ⚖️ Legal3 views
    Compare vs PDFGate MCP Server →
  • Canlii MCP logoCanlii MCP

    Canadian case law and legislation metadata via CanLII. Bring-your-own free CanLII API key. Hosted endpoint at canlii-mcp.vaquill.ai. MIT.

    ⚖️ Legal3 views
    Compare vs Canlii MCP →
  • Regintel MCP logoRegintel MCP

    MCP server for the RegIntel API: structured regulatory data across 41 jurisdictions and 212 regulations (GDPR, MiCA, DORA, SEC, FINRA, FCA, APRA, ASIC, MAS). Tools for search, lookup, recent updates, and compliance checks.

    ⚖️ Legal4 views
    Compare vs Regintel MCP →
  • Nexus Legal MCP logoNexus Legal MCP

    Multi-jurisdictional legal analysis (ISO 31000) for Spanish, Latin American and European law. 11 tools: analyze, draft, audit, montecarlo, doctrina (DGT/TEAC), jurisprudencia (CENDOJ 141k + Colombian CC/CSJ/CE 106k), opinion, redteam, crossbordercompare, consulta. Install: npx -y @nexus-legal/mcp with API key from https://nexusquantum.legal/developers.

    ⚖️ Legal3 views
    Compare vs Nexus Legal MCP →

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks — not a rating.

Last commit
2mo ago
Most recent push to the default branch.
Tools exposed
3
Callable tools this server registers over MCP.
Directory activity
3 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet — be the first to share how this listing worked for you.

Frequently Asked Questions about Finalnotice MCP

Run it locally with `npx -y finalnotice-mcp`, or connect an MCP client to `https://finalnotice.io/mcp` without installing the package.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewFinalnotice MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/ptrinh-finalnotice-mcp?style=directory)](https://allmcps.com/mcp/ptrinh-finalnotice-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/ptrinh-finalnotice-mcp"><img src="https://allmcps.com/api/badge/ptrinh-finalnotice-mcp?style=directory" alt="Finalnotice MCP on AllMCPs" /></a>

Technical Specs & Signals

Category⚖️Legal
PricingFree
More technical detailsExpand ▾
TransportSTDIO
RuntimeNode.js
AuthNo auth required
LicenseMIT
ClientsClaude Desktop
Last updatedSep 7, 2026
Views3
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars0
GitHub Star CountTotal stargazers on GitHub representing community popularity (0 stars).
Last commit2mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jul 6, 2026
53Quality signal: Good · 53/100How this signal is calculated ▾
Server availabilityNot measured

Not scored for repo-hosted servers — we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools28/30
Adoption & activity2/15
Community engagement0/10

A guidance signal from public completeness & health data — not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 19d ago via OSV.dev · finalnotice-mcp (npm)

★ FeaturedMoxie Docs MCP logo

Moxie Docs MCP

MCP & Agent Skills for Automated Documentation, and codebase conventions + context

Explore Server →

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge — proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it — no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ⚖️ Legal →Best MCP servers for Legal →Alternatives to Finalnotice MCP →Install in Claude DesktopInstall in CursorInstall in VS Code