Skip to main content
Glama

Server Details

Generate invoice and receipt PDFs from JSON. Agent-callable document API with a free demo quota.

Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.

If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.

Status
Unhealthy
Uptime
0.0% over 40 days
Last Tested
Transport
Streamable HTTP
URL

TDQS

A4.3/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: creating invoices, creating receipts, checking usage, and retrieving schema. No overlap or ambiguity.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern in snake_case (create_invoice_pdf, create_receipt_pdf, get_account_usage, get_document_schema).

Tool Count5/5

4 tools is well-scoped for a PDF generation service focused on invoices and receipts, covering all necessary actions without bloat.

Completeness5/5

The tool set covers the full workflow: schema discovery, document generation for both types, and usage/quota tracking. No obvious gaps for the stated domain.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool update
    • Addedget_api_key
  2. 4 tool updates
    • Addedcreate_einvoice_xml
    • Changedcreate_invoice_pdf11 fields changed
      • addedInput schema / properties / data / properties / buyerReference
        Added value: +{
        +  "description": "Buyer reference, e.g. a German Leitweg-ID (e-invoice BT-10; required by XRechnung)",
        +  "type": "string"
        +}
      • addedInput schema / properties / data / properties / from / properties / city
        Added value: +{
        +  "description": "City name (improves e-invoice address quality)",
        +  "type": "string"
        +}
      • addedInput schema / properties / data / properties / from / properties / countryCode
        Added value: +{
        +  "description": "ISO 3166-1 alpha-2 country code, e.g. FR (required for e-invoices)",
        +  "maxLength": 2,
        +  "minLength": 2,
        +  "type": "string"
        +}
      • addedInput schema / properties / data / properties / from / properties / postalCode
        Added value: +{
        +  "description": "Postal code",
        +  "type": "string"
        +}
      • addedInput schema / properties / data / properties / from / properties / vatId
        Added value: +{
        +  "description": "VAT identifier, e.g. FR12345678901 (needed for e-invoices with VAT)",
        +  "type": "string"
        +}
      • addedInput schema / properties / data / properties / paymentIban
        Added value: +{
        +  "description": "Payment IBAN for SEPA credit transfer (e-invoices)",
        +  "type": "string"
        +}
      • addedInput schema / properties / data / properties / paymentReference
        Added value: +{
        +  "description": "Remittance/payment reference (e-invoice BT-83)",
        +  "type": "string"
        +}
      • addedInput schema / properties / data / properties / to / properties / city
        Added value: +{
        +  "$ref": "#/properties/data/properties/from/properties/city"
        +}
      • addedInput schema / properties / data / properties / to / properties / countryCode
        Added value: +{
        +  "$ref": "#/properties/data/properties/from/properties/countryCode"
        +}
      • addedInput schema / properties / data / properties / to / properties / postalCode
        Added value: +{
        +  "$ref": "#/properties/data/properties/from/properties/postalCode"
        +}
      • addedInput schema / properties / data / properties / to / properties / vatId
        Added value: +{
        +  "$ref": "#/properties/data/properties/from/properties/vatId"
        +}
    • Changedcreate_receipt_pdf11 fields changed
      • addedInput schema / properties / data / properties / buyerReference
        Added value: +{
        +  "description": "Buyer reference, e.g. a German Leitweg-ID (e-invoice BT-10; required by XRechnung)",
        +  "type": "string"
        +}
      • addedInput schema / properties / data / properties / from / properties / city
        Added value: +{
        +  "description": "City name (improves e-invoice address quality)",
        +  "type": "string"
        +}
      • addedInput schema / properties / data / properties / from / properties / countryCode
        Added value: +{
        +  "description": "ISO 3166-1 alpha-2 country code, e.g. FR (required for e-invoices)",
        +  "maxLength": 2,
        +  "minLength": 2,
        +  "type": "string"
        +}
      • addedInput schema / properties / data / properties / from / properties / postalCode
        Added value: +{
        +  "description": "Postal code",
        +  "type": "string"
        +}
      • addedInput schema / properties / data / properties / from / properties / vatId
        Added value: +{
        +  "description": "VAT identifier, e.g. FR12345678901 (needed for e-invoices with VAT)",
        +  "type": "string"
        +}
      • addedInput schema / properties / data / properties / paymentIban
        Added value: +{
        +  "description": "Payment IBAN for SEPA credit transfer (e-invoices)",
        +  "type": "string"
        +}
      • addedInput schema / properties / data / properties / paymentReference
        Added value: +{
        +  "description": "Remittance/payment reference (e-invoice BT-83)",
        +  "type": "string"
        +}
      • addedInput schema / properties / data / properties / to / properties / city
        Added value: +{
        +  "$ref": "#/properties/data/properties/from/properties/city"
        +}
      • addedInput schema / properties / data / properties / to / properties / countryCode
        Added value: +{
        +  "$ref": "#/properties/data/properties/from/properties/countryCode"
        +}
      • addedInput schema / properties / data / properties / to / properties / postalCode
        Added value: +{
        +  "$ref": "#/properties/data/properties/from/properties/postalCode"
        +}
      • addedInput schema / properties / data / properties / to / properties / vatId
        Added value: +{
        +  "$ref": "#/properties/data/properties/from/properties/vatId"
        +}
    • Addedparse_einvoice
  3. 4 tool updates
    • First observedcreate_invoice_pdf
    • First observedcreate_receipt_pdf
    • First observedget_account_usage
    • First observedget_document_schema

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Enables creating professional documents (invoices, contracts, certificates, proposals, reports) via the DocuQueue API, with tools for template management, filling, previewing, and PDF generation.
    1
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Generate professional PDFs from Claude, Cursor, and other AI tools. Create invoices, contracts, reports, and certificates from templates or inline HTML markup.
    7
    25 npm
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables AI agents to extract structured JSON from invoices and receipts in PDF and image formats using Claude Vision. Supports full document parsing, line item extraction, validation, and batch CSV export with API key or cryptocurrency payment options.
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Generate production-ready PDFs from Markdown, HTML, or built-in templates (invoices, resumes, reports) directly from Claude or any MCP-compatible AI agent via the DocRenders API.
    6
    3 npm
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources