INDIVIDUAL MCP TOOL
generate_demand_letter
Generate the finished demand-letter PDF (formal letter + matching envelope), localized and legally formatted for the jurisdiction.
LIVE ENDPOINT
https://finalnotice.io/mcp
Connect to this endpoint to inspect the live schema for generate_demand_letter and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.final-notice]
url = "https://finalnotice.io/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"final-notice": {
"type": "http",
"url": "https://finalnotice.io/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: final-notice
Remote MCP URL: https://finalnotice.io/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"final-notice": {
"url": "https://finalnotice.io/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"final-notice": {
"type": "http",
"url": "https://finalnotice.io/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "final-notice",
"transport": "streamable-http",
"url": "https://finalnotice.io/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
list_jurisdictions— List every supported country/jurisdiction (code, name, currency, default language) plus the available languages and tones.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.