Blank Invoice Maker
БесплатноНе проверенCreate free invoices from your AI assistant via a pre-filled blankinvoicemaker.com link.
Описание
Create free invoices from your AI assistant via a pre-filled blankinvoicemaker.com link.
README
An MCP server that lets any AI assistant (Claude, and other MCP clients) create invoices with Blank Invoice Maker — the free, no-signup, no-watermark invoice generator.
Ask your assistant to make an invoice, and it returns a link that opens blankinvoicemaker.com with the invoice fully pre-filled, ready to review and download as a PDF.
Privacy by design. The invoice data travels inside the link's URL fragment (
#invoice=…) and is decoded entirely in your browser. Nothing is uploaded — consistent with Blank Invoice Maker's no-account, no-server-storage model.
Tools
| Tool | What it does |
|---|---|
list_templates |
Lists the industry invoice templates available at blankinvoicemaker.com/templates (slug, name, description, URL). |
create_invoice |
Builds an invoice from your details and returns a pre-filled blankinvoicemaker.com link to review and download. |
create_invoice example
"Invoice Globex LLC for 10 hours of design at $90/hr and one $120 hosting setup, net 14, in GBP."
The assistant calls create_invoice with:
{
"business": { "name": "Acme Studio", "email": "[email protected]" },
"client": { "name": "Globex LLC", "email": "[email protected]" },
"items": [
{ "description": "Design work", "quantity": 10, "unitPrice": 90, "unit": "hours" },
{ "description": "Hosting setup", "quantity": 1, "unitPrice": 120 }
],
"currency": "GBP",
"paymentTerms": "Net 14"
}
…and returns a https://blankinvoicemaker.com/#invoice=… link that opens the editor pre-filled.
Installation
Requires Node.js 18+.
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"blank-invoice-maker": {
"command": "npx",
"args": ["-y", "blank-invoice-maker-mcp"]
}
}
}
Other MCP clients
Run the server over stdio:
npx -y blank-invoice-maker-mcp
How it works
create_invoice maps your input into the invoice structure used by blankinvoicemaker.com, compresses it with lz-string, and appends it to the site URL as a #invoice= fragment. Opening the link hydrates the editor in your browser — no signup, no watermark, no data leaving your machine.
Development
npm install
npm run build # compile TypeScript to dist/
npm test # build + run the unit tests
npm start # run the server over stdio
Keeping templates in sync
src/templates-data.ts is generated from the Blank Invoice Maker template registry:
BIM_APP_DIR=/path/to/blank-invoice-maker npm run generate:templates
Links
- App: https://blankinvoicemaker.com
- Templates: https://blankinvoicemaker.com/templates
- Model Context Protocol: https://modelcontextprotocol.io
License
Установить Blank Invoice Maker в Claude Desktop, Claude Code, Cursor
unyly install blank-invoice-makerСтавит в Claude Desktop, Claude Code, Cursor и VS Code — сам разбирается с npx, uvx и сборкой из исходников.
Впервые? Поставь CLI: curl -fsSL https://unyly.org/install | sh
Или настроить вручную
Выполни в терминале:
claude mcp add blank-invoice-maker -- npx -y blank-invoice-maker-mcpFAQ
Blank Invoice Maker MCP бесплатный?
Да, Blank Invoice Maker MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Blank Invoice Maker?
Нет, Blank Invoice Maker работает без API-ключей и переменных окружения.
Blank Invoice Maker — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Blank Invoice Maker в Claude Desktop, Claude Code или Cursor?
Открой Blank Invoice Maker на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Stripe
Payments, customers, subscriptions
автор: Stripemalamutemayhem/unclick-agent-native-endpoints
110+ tools for AI agents spanning social media, finance, gaming, music, AU-specific services, and utilities. Zero-config local tools plus platform connectors. n
автор: malamutemayhemwhiteknightonhorse/APIbase
Unified API hub for AI agents with 56+ tools across travel (Amadeus, Sabre), prediction markets (Polymarket), crypto, and weather. Pay-per-call via x402 micropa
автор: whiteknightonhorsetrackerfitness729-jpg/sitelauncher-mcp-server
Deploy live HTTPS websites in seconds. Instant subdomains ($1 USDC) or custom .xyz domains ($10 USDC) on Base chain. Templates for crypto tokens and AI agent pr
Compare Blank Invoice Maker with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории finance
