dropcoin-invoice
Server Details
German e-invoicing: generate XRechnung 3.0, pre-check and extract (incl. ZUGFeRD PDF). Paid.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 4.4/5 across 3 of 3 tools scored.
Each tool has a clearly distinct purpose: extraction, generation, and validation of e-invoices. There is no overlap in functionality, making it easy for an agent to select the right tool.
All tool names follow the verb_noun pattern (extract_invoice, generate_xrechnung, validate_invoice), which is consistent and predictable. The naming clearly indicates the action and the object.
With 3 tools, the server is well-scoped for its purpose of processing e-invoices. The count is neither too thin nor too heavy, covering the essential operations without redundancy.
The tool set covers the full lifecycle of e-invoice processing: creation (generate), extraction (extract), and validation (validate). There are no obvious dead ends or missing critical operations for the stated domain.
Available Tools
3 toolsextract_invoiceAInspect
Extract structured JSON (parties, lines, totals, payment data) from an e-invoice: XRechnung UBL/CII XML or a ZUGFeRD/Factur-X PDF (embedded XML is pulled from the PDF). Send exactly one of xml / pdfBase64. 5 credits, requires an API key.
| Name | Required | Description | Default |
|---|---|---|---|
| xml | No | ||
| pdfBase64 | No | Base64-encoded PDF, max ~2 MB |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It discloses cost (5 credits), authentication requirement (API key), accepted input formats, and behavior for PDFs (embedded XML is pulled from the PDF). This provides meaningful behavioral context beyond the schema, though it does not cover failure modes or output format details.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two concise sentences that pack substantial information: purpose, accepted inputs, output type, parameter exclusivity, cost, and auth requirement. There is no filler or unnecessary repetition of schema content.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with two parameters and no output schema, the description covers the essential context: what it does, what inputs it accepts, how it processes PDFs, and usage constraints. It does not describe error handling or sample response structure, but the output is clearly summarized as structured JSON with specified fields, making the description largely complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is only 50%; the xml parameter has no schema description. The description compensates by explaining that xml represents XRechnung UBL/CII XML and pdfBase64 is for ZUGFeRD/Factur-X PDF, and by enforcing the mutual exclusivity constraint. The pdfBase64 max size is already in the schema, but the format mapping adds value.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description uses a specific verb ('Extract') and a clear resource ('structured JSON... from an e-invoice'), listing concrete data components (parties, lines, totals, payment data). It also differentiates itself from siblings by focusing on extraction rather than generation or validation.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description clearly indicates when to use the tool: when you need to extract data from an XRechnung XML or ZUGFeRD/Factur-X PDF. It also states the critical usage constraint 'Send exactly one of xml / pdfBase64.' However, it does not explicitly mention when not to use it or compare to the sibling tools by name.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
generate_xrechnungAInspect
Generate a German XRechnung 3.0 e-invoice (UBL 2.1, EN 16931) from plain JSON. Totals, VAT and rounding are computed server-side per the official rules. Mandatory: invoiceNumber, issueDate, buyerReference (Leitweg-ID), seller (+sellerContact with name/phone/email), buyer, paymentIban, lines (name, quantity, unitPrice, vatRate). 30 credits, requires an API key.
| Name | Required | Description | Default |
|---|---|---|---|
| buyer | Yes | ||
| lines | Yes | ||
| seller | Yes | ||
| dueDate | No | ||
| issueDate | Yes | YYYY-MM-DD | |
| paymentIban | Yes | ||
| invoiceNumber | Yes | ||
| sellerContact | Yes | ||
| buyerReference | Yes | Leitweg-ID / buyer reference (mandatory) | |
| paymentTermsNote | No |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It discloses that totals, VAT, and rounding are computed server-side, plus credit cost and API key requirement. It does not mention output format or error handling, but the given behavioral details are valuable.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences: first states purpose, second lists mandatory inputs and cost. Every sentence adds value, front-loaded with the core action, and there is no redundant content.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (10 params, nested objects, no output schema), the description covers purpose, required fields, key subfields, server-side computation, and cost/auth. It could additionally mention the output format or optional parameters, but it is still sufficient for an agent to select and invoke the tool correctly.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is low (20%, only issueDate and buyerReference descriptions). The description compensates by specifying mandatory fields and breaking down subfields for lines (name, quantity, unitPrice, vatRate) and sellerContact (name/phone/email), which is not present in the schema.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states a specific verb 'Generate' with a specific resource 'German XRechnung 3.0 e-invoice' and format details (UBL 2.1, EN 16931). It distinguishes from siblings 'extract_invoice' and 'validate_invoice' by implying a creation action.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description clearly implies the tool is for creating an XRechnung from JSON, contrasting with extraction and validation siblings. While it doesn't explicitly name alternatives or exclusions, the context is strong enough that a user would know when to use it.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
validate_invoiceAInspect
Pre-check an e-invoice (XRechnung UBL or CII XML) against the priority EN 16931 / XRechnung rules incl. cent-exact totals recalculation. Findings carry official rule IDs. A pre-check, not the official KoSIT validation. 10 credits, requires an API key.
| Name | Required | Description | Default |
|---|---|---|---|
| xml | Yes | Invoice XML, max 2 MB |
Tool Definition Quality
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It discloses the tool's non-official status, credit cost, API key requirement, and the nature of findings (with rule IDs). This goes beyond the schema and gives essential operational context, though it does not detail the exact output structure or error handling.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences, front-loaded with purpose, and includes critical extras (credits, API key, official status) without any fluff. Every word earns its place, achieving high information density in a compact form.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
The tool has one parameter and no output schema, so the description must explain results. It mentions findings with rule IDs, which gives a useful hint. The description is largely complete for a validation tool, though a brief mention of the output format or success/failure behavior would make it more complete.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema coverage is 100% because the only parameter (xml) is described. The description adds value by specifying the accepted formats (UBL or CII XML), which is beyond the schema's simple 'Invoice XML' description. No additional parameter detail is needed.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's action: pre-checking an e-invoice against specific rules. It names the resource (XRechnung UBL or CII XML) and distinguishes itself from siblings (extract_invoice, generate_xrechnung) by emphasizing it is a validation/pre-check tool.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description gives clear context: it is a pre-check, not the official KoSIT validation. It also mentions credits and API key requirements, implying usage requires authorization. However, it does not explicitly name alternative tools for when one should not use this tool, despite having relevant siblings.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Related MCP Servers
AlicenseAqualityCmaintenancePDF/DOCX/Excel generation from HTML/Markdown with stationery overlay, ZUGFeRD/XRechnung e-invoicing, digital signing, form filling, and AI receipt OCR with DATEV/SKR03 export.Last updated40MIT- AlicenseAqualityDmaintenanceMCP server for German e-invoice compliance (XRechnung 3.0 & ZUGFeRD 2.x) enabling AI agents to validate, generate, parse, and check compliance of electronic invoices per EN 16931.Last updated61MIT
- AlicenseAqualityDmaintenanceMCP server for DACH e-invoicing. Create XRechnung (UBL) and ZUGFeRD 2.3 (Factur-X CII) invoices, validate against EN 16931 rules, extract data from XML, and convert between UBL, CII and JSON formats.Last updated6392MIT

InvoiceXMLofficial
Alicense-qualityBmaintenanceInvoiceXML brings e-invoice compliance to your AI agent. Create, validate, convert, render, and extract structured invoices across UBL (Peppol BIS Billing 3.0, used worldwide), CII, Factur-X, ZUGFeRD, and XRechnung, all checked against the EN 16931 standard and official Schematron rules. Ask your assistant to generate a compliant invoice, validate one for errors, or convert between formats, with nLast updated5MIT