Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.causa-prima-ai/scribo

io.github.causa-prima-ai/scribo

EN 16931-compliant e-invoices: XRechnung, ZUGFeRD, Factur-X, Peppol BIS, Facturae or US PDF. Free.

Uptime
100.0%
1 direct probes · 30d
Response
117ms
last probe
Tools
4
callable
Resources
1
readable
Prompts
5
available

Tools · 4

create_invoice

Generate an invoice. **Phase 1 supports Germany (DE) and the United States (US) only** — DE emits an EN 16931-compliant XRechnung (UBL by default, CII via format_override) or ZUGFeRD COMFORT, US emits…

get_invoice

Fetch a previously generated invoice by its `invoice_id` and return its current metadata plus a freshly signed download URL. Read-only and tenant-scoped — cross-tenant lookups return 404. Use this aft…

list_supported_jurisdictions

List jurisdictions Scribo can emit invoices for, with each jurisdiction's available formats and the default format applied when no override is given. Phase 1 returns Germany (DE — XRechnung / ZUGFeRD)…

verify_email_code

Use this after `create_invoice` returns `verification_required`. Arguments: `{ challenge_id, code }`. On success returns a `verification_token`. Retry `create_invoice` with the same arguments plus tha…

Resources · 1

invoice-card

Inline invoice card rendered in ChatGPT after create_invoice / get_invoice.

ui://widget/invoice-card.html

Prompts · 5

generate_invoice

Walk through generating an invoice. Phase 1 supports Germany (DE — XRechnung / ZUGFeRD) and the United States (US — plain PDF) only; the format is picked from the sender's country. Supply `jurisdictio…

german_b2b_invoice

Generate a German B2B invoice as a ZUGFeRD COMFORT hybrid PDF/A-3. Use this for invoicing German businesses without a Leitweg-ID.

german_b2g_xrechnung

Generate a German B2G XRechnung UBL invoice for federal procurement. Requires a Leitweg-ID; that field alone auto-selects XRechnung UBL output (broadest Peppol AccessPoint compatibility — force xrechn…

us_plain_pdf_invoice

Generate a plain US PDF invoice. No XML, no compliance friction — useful when you just want a clean PDF for a US-based recipient.

redownload_invoice

Fetch a previously generated invoice and a freshly signed download URL by its `invoice_id`. Read-only — does not create a new invoice.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.causa-prima-ai/scribo": {
      "url": "https://scribo.causaprima.ai/mcp",
      "transport": "streamable-http"
    }
  }
}