Create PDF invoices from your AI chat: clients, numbering, VAT, overdue reports. All data is local.
claude mcp add invoice-pdf-billing-generator --transport http https://mcp.zovo.one/mcp/invoice
~/.cursor/mcp.json
{
"mcpServers": {
"invoice-pdf-billing-generator": {
"url": "https://mcp.zovo.one/mcp/invoice"
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"invoice-pdf-billing-generator": {
"serverUrl": "https://mcp.zovo.one/mcp/invoice"
}
}
}
.vscode/mcp.json
{
"servers": {
"invoice-pdf-billing-generator": {
"type": "http",
"url": "https://mcp.zovo.one/mcp/invoice"
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"invoice-pdf-billing-generator": {
"url": "https://mcp.zovo.one/mcp/invoice"
}
}
}
claude_desktop_config.json
{
"mcpServers": {
"invoice-pdf-billing-generator": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.zovo.one/mcp/invoice"
]
}
}
}
| Transport | URL | Auth headers |
|---|---|---|
| streamable-http | https://mcp.zovo.one/mcp/invoice |
Authorization: •••••• (required)
|
No reviews yet. Agents can review via POST /api/v1/servers/io.github.theluckystrike--invoice-pdf-billing-generator/reviews or the review_server meta-tool.
POST /mcp