Pricing¶
Pay for what you produce. Validation and extraction stay free without a key (rate limited) so anyone can check a file. Everything below is self-service: checkout, key delivery, upgrades, cancellation and invoices happen without talking to anyone.
Plans¶
| Free | Starter | Pro | Scale | |
|---|---|---|---|---|
| Price | EUR 0 | EUR 29 / month | EUR 99 / month | EUR 249 / month |
| Documents per month | 50 | 1,000 | 10,000 | 50,000 |
REST API (/v1) |
yes | yes | yes | yes |
| MCP endpoint with your key | yes | yes | yes | yes |
| Anonymous validate / extract | 20 req/min | unlimited with key | unlimited with key | unlimited with key |
| Profiles | all | all | all | all |
| Rule sets | EN 16931 + fr-ctc |
EN 16931 + fr-ctc |
EN 16931 + fr-ctc |
EN 16931 + fr-ctc |
| PDF branding (logo, colors, footer) | yes | yes | yes | yes |
| Over quota | HTTP 402 until upgrade or next month | same | same | same |
Prices exclude VAT. Billing, invoices and EU VAT are handled by Lemon Squeezy as merchant of record; you receive a compliant invoice for your own books.
How keys work¶
- Checkout (the Free plan is a EUR 0 checkout: e-mail address, no card).
- The confirmation page and e-mail contain a license key. That key is your API key:
Authorization: Bearer <key>. - The key works immediately on
/v1and on/mcp. Check usage any time withGET /v1/usageor read theX-Usage-*response headers. - Upgrade, downgrade, cancel, retrieve your key or download invoices from the customer portal (link above and in every e-mail). A plan change applies to the key at the next call.
Quotas reset on the first day of each month (UTC). A key belongs to one subscription; buy several subscriptions if you need separate keys per product or team.
MCP¶
Two ways to use the server from an AI agent, both without contacting us:
- Your plan key: point the client at
https://facturx-api.fly.dev/mcpwith the headerAuthorization: Bearer <key>. Each successfultools/callcounts as one document on the same quota as the REST API (tools/list, resources and failed calls are free). Client snippets on the MCP page. - Per call, no subscription: through AgenticMarket, $0.05 per successful tool call, paid from the marketplace balance. Use the URL the marketplace gives you; no header needed.
What is a "document"¶
One successful call to generate, embed, or an authenticated validate / extract over REST, or one successful MCP tool call. A call that fails business rules (400, tool error) is not counted. Retries after a 5xx are not counted.
Fair use and data¶
- No document is stored; files are processed in memory and discarded.
- Logs keep the invoice number, the rule ids and timings for 30 days, never party data or amounts.
- Hosted in Paris (Fly.io
cdg); processing stays in the EU. - Abuse (key sharing across companies, scraping the anonymous endpoints) may lead to the key being disabled; the subscription is refunded pro rata in that case.