# Free Invoice Maker > Free invoice maker. Local-first, edge-rendered on Cloudflare Workers, agent-ready. Create invoices, quotes, and purchase orders. PDF export. 24 languages. 17 templates. No signup required. Free Invoice Maker is designed to be consumed by LLMs and autonomous agents as a first-class client. Humans pay a subscription; agents pay per call via the x402 HTTP 402 Payment Required standard. Read operations are always free. ## At a glance - 20 MCP v2 tools — full invoice lifecycle in consolidated, token-efficient calls - 16 import formats (CSV, Excel, UBL, ZUGFeRD, Peppol, FatturaPA, Facturae, KSeF, vCard...) - 14 export formats (PDF, DOCX, XLSX, HTML, CSV, JSON, UBL, ZUGFeRD, Peppol, FatturaPA, Facturae, KSeF, QIF, iCal) - 17 built-in invoice templates - 24 languages - DSL format: ~40% fewer tokens than the JSON equivalent ## Pricing - Free: $0/mo — unlimited invoices, all templates, PDF export, client-side OCR - Pro: $7/mo — cloud sync, email sending, custom branding - Team: $15/mo — organizations, collaborative editing, shared clients - Enterprise: $39/mo — SSO, audit log, dedicated support, SLA ### x402 agent pricing Agents pay per call via x402 (HTTP 402 Payment Required). Most operations are free: | Operation | Price | |-----------|-------| | Invoice CRUD, list, search | Free | | PDF generation | Free | | Client management | Free | | Template management | Free | | Brand extraction | $0.01 | ## DSL example Create, finalize, and send an invoice in ~100 tokens: ``` INVOICE INV-2026-0043 FROM Acme Design Co. | 123 Studio Lane TO Globex Corp | ap@globex.com DATE 2026-04-09 DUE 2026-05-09 CURRENCY USD TAX US-TX ITEMS Website redesign 1 × $8,500.00 SEO audit 1 × $2,250.00 FINALIZE SEND ap@globex.com ``` Equivalent JSON would be ~400 tokens. ## Core docs - [Landing page](https://freeinvoicemaker.app/): Product overview, features, how it works. - [Pricing](https://freeinvoicemaker.app/pricing): Free, Pro, Team, Enterprise + x402 per-call prices for agents. - [Templates](https://freeinvoicemaker.app/templates): Browse 17 built-in invoice templates. - [API docs](https://freeinvoicemaker.app/api-docs): REST API reference for invoices, clients, projects, PDF, brand extraction. - [OpenAPI spec](https://freeinvoicemaker.app/api/openapi.json): Complete machine-readable API schema. ## Agent integration - [MCP manifest](https://freeinvoicemaker.app/.well-known/mcp.json): Model Context Protocol tool descriptions (20 v2 tools). - [WebMCP manifest](https://freeinvoicemaker.app/.well-known/webmcp.json): Browser-based MCP for in-page agents. - [AI usage policy](https://freeinvoicemaker.app/.well-known/ai-usage.json): Machine-readable scraping/training policy. ## Legal & compliance - [Privacy policy](https://freeinvoicemaker.app/privacy): No cookies, no tracking. GDPR/CCPA compliant. - [Terms of service](https://freeinvoicemaker.app/terms): Acceptable use, refund policy, warranty. - [Accessibility statement](https://freeinvoicemaker.app/accessibility): WCAG 2.2 AA conformance and feedback contact. - [Security policy](https://freeinvoicemaker.app/security): Responsible disclosure and vulnerability reporting. ## Technical - Runtime: Cloudflare Workers (edge, V8 isolates) - Storage: Cloudflare D1 (SQLite), R2 (objects), KV (cache) - Frontend: Astro 6 + React 19, server-rendered - Auth: Magic link + OAuth (Google, GitHub) - Payments: Stripe (humans), x402 (agents)