dunning letters for VS Code
io.github.theluckystrike/dunning-letters
Chase overdue invoices: reminder 1, reminder 2, final notice, escalation dates, aging.
client:VS Code
transport:streamable-http
runtime:mcpb
tools:11
Install dunning letters in VS Code
.vscode/mcp.json
{
"servers": {
"dunning-letters": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/dunning-letters"
}
}
}
Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs