Skip to main content
Glama

Luxembourg Invoices (Peppol BIS 3.0 via Storecove)

Server Details

Luxembourg Peppol BIS 3.0 e-invoices for AI agents: send, check recipient, get delivery proof.

Status
Unhealthy
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.

MCP client
Glama
MCP server

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.

100% free. Your data is private.
Tool DescriptionsA

Average 4.7/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a distinct purpose: checking recipient eligibility, creating an invoice, and fetching delivery evidence. No overlap in functionality.

Naming Consistency5/5

All tools follow a consistent verb_noun snake_case pattern (check_recipient, create_invoice, get_delivery_evidence), making them predictable.

Tool Count4/5

Three tools cover the essential workflow (pre-flight check, send, status). The count is appropriate for a focused invoicing server, though a few more optional tools could be added without bloat.

Completeness4/5

The set covers the core invoice sending process end-to-end. Minor gaps exist (e.g., no credit note tool, no bulk operations), but for a single-invoice workflow it is complete.

Available Tools

3 tools
check_recipientA
Read-only
Inspect

Check whether a business can receive electronic invoices on the Peppol network before you send (Storecove POST /discovery/receives). This is the safe pre-flight for Luxembourg B2B: pass the recipient identifier and scheme and learn if they are a registered Peppol participant. For Luxembourg use scheme 9938 with the VAT number LUxxxxxxxx. Returns can_receive=true when the party is reachable (Storecove code OK). If can_receive is false, the recipient is not on Peppol — fall back to recipient_email in create_invoice or ask them to register.

ParametersJSON Schema
NameRequiredDescriptionDefault
schemeNoPeppol/ISO6523 scheme. Default 9938 (Luxembourg VAT number).
networkNoNetwork to check. Default peppol.
identifierYesThe recipient Peppol identifier. Luxembourg: the VAT number LUxxxxxxxx (scheme 9938).
document_typesNoDocument types to check receipt for. Default ["invoice"].
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already declare readOnlyHint=true and openWorldHint=true. The description adds specific behavioral details: returns can_receive=true when 'Storecove code OK', false otherwise, and interprets the result. No contradictions with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise (three sentences), front-loaded with the main action, and well-structured. Every sentence adds necessary context without redundancy.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Despite no output schema, the description covers input formatting, output interpretation, and fallback. For a read-only discovery tool with comprehensive annotations (readOnlyHint, openWorldHint), this provides complete guidance for correct invocation and result handling.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the baseline is 3. The description adds value by providing a concrete example ('scheme 9938 with the VAT number LUxxxxxxxx'), clarifying defaults, and explaining how parameters map to the use case. This goes beyond the schema's generic descriptions.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description uses specific verb ('Check whether'), identifies the resource ('electronic invoices on Peppol network'), and provides the geographic/use-case scope ('Luxembourg B2B'). It also implicitly distinguishes from siblings by framing itself as a pre-flight check and mentioning create_invoice as a fallback.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use this tool ('before you send', 'safe pre-flight') and provides fallback actions ('fall back to recipient_email in create_invoice or ask them to register'). It does not explicitly mention when not to use, but the context is clear enough.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

create_invoiceAInspect

Send a Luxembourg B2B electronic invoice over the Peppol network in Peppol BIS 3.0 / EN 16931 format via Storecove (a certified Peppol Access Point). Luxembourg has mandated structured e-invoicing over Peppol for B2G since 2023 (fully in force), and B2B e-invoicing is expected to be legislated around 2026. Builds the structured invoice JSON from seller + buyer (name, Luxembourg VAT LUxxxxxxxx, address) and line items (description, quantity, net unit price, VAT rate 17/14/8/3/0), computes the Luxembourg VAT breakdown, and submits it under YOUR OWN Storecove credentials. Bring your own credential as header x-storecove-key. You must also pass seller_legal_entity_id — the legalEntityId of the sender you created in your Storecove account. Luxembourg VAT rates: 17 (standard), 14 (intermediate), 8 (reduced), 3 (super-reduced), 0 (zero-rated/exempt/reverse charge). Amounts in EUR. Delivery over Peppol is asynchronous: this returns a submission guid — use get_delivery_evidence with it to fetch the delivery proof/status. Tip: call check_recipient first to confirm the buyer is reachable on Peppol. There is no cancel over Peppol: to reverse an invoice you issue a credit note (a new invoice).

ParametersJSON Schema
NameRequiredDescriptionDefault
noteNoOptional free-text note on the invoice.
linesYesInvoice line items. Each: description, unit_price (net, VAT-exclusive, EUR), vat_rate (17|14|8|3|0), optional quantity (default 1), optional tax_category (S standard / Z zero-rated / E exempt / AE reverse charge; default S for rate>0, Z for rate 0), optional item_name.
currencyNoDocument currency. Default EUR.
due_dateNoOptional payment due date, YYYY-MM-DD.
issue_dateNoInvoice issue date, YYYY-MM-DD. Default: today (UTC).
seller_vatYesSeller Luxembourg VAT (TVA) number, format LUxxxxxxxx (LU + 8 digits). Required — Luxembourg parties are identified on Peppol by their VAT number (scheme 9938).
seller_zipYesSeller postal code.
seller_cityYesSeller city.
seller_nameYesSeller legal/company name.
customer_vatNoBuyer Luxembourg VAT number LUxxxxxxxx (used to route on Peppol, scheme 9938, if no explicit recipient id is given).
customer_zipYesBuyer postal code.
customer_cityYesBuyer city.
customer_nameYesBuyer legal/company name.
invoice_numberNoInvoice number. Auto-generated if omitted.
seller_addressYesSeller street address.
seller_countryNoSeller country code. Default LU.
recipient_emailNoOptional email fallback — used if the recipient is not on Peppol (Storecove can email a copy).
customer_addressYesBuyer street address.
customer_countryNoBuyer country code. Default LU.
recipient_peppol_idNoOptional explicit Peppol participant identifier to route to (overrides deriving from the customer VAT number).
seller_legal_entity_idYesREQUIRED. The Storecove legalEntityId of the sender (created in your Storecove account under Senders). Numeric id, passed through to Storecove.
recipient_peppol_schemeNoOptional explicit Peppol routing scheme (EAS/ISO6523). Luxembourg: 9938 (LU VAT number). Default 9938 when routing by VAT number.
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Discloses asynchronous delivery returning a submission guid, no cancellation capability, and need to fetch delivery evidence via get_delivery_evidence. Complements annotations (non-readOnly, non-destructive) with crucial operational details.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Detailed but well-structured; front-loaded with primary action and followed by necessary specifics. Minor redundancy but every sentence contributes to understanding for a complex tool.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Comprehensively covers prerequisites, process, return value handling, and interplay with sibling tools. Addresses lack of output schema by explaining what is returned and how to use it.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so baseline is 3. Description adds meaningful context beyond schema, such as explaining VAT rates, required seller_legal_entity_id, and credential header, justifying a 4.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it sends a Luxembourg B2B electronic invoice via Peppol, specifying format, mandate details, and distinguishing itself from sibling tools like check_recipient and get_delivery_evidence.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicit usage guidance including when to use (B2B invoicing), prerequisites (Storecove credentials, legal entity ID), tip to call check_recipient first, and note that cancellations require a credit note as a new invoice.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_delivery_evidenceA
Read-only
Inspect

Fetch the delivery evidence for an invoice sent by create_invoice, using its submission guid (Storecove GET /document_submissions/{guid}/evidence). Peppol delivery is asynchronous — this returns the proof of what was sent and the delivery status/receipt from the recipient Access Point. Call it shortly after create_invoice and poll until it reports delivery. Safe to call anytime.

ParametersJSON Schema
NameRequiredDescriptionDefault
guidYesThe submission guid returned by create_invoice.
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations declare read-only and open-world hints. Description adds critical behavior: asynchronous nature, returns proof and delivery status, safe to poll. No contradictions.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, front-loaded with purpose and method, no redundancy. Every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers purpose, usage timing, polling behavior, and return content. No output schema, but description sufficiently explains what is returned. Sibling tools listed provide additional context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Only one parameter 'guid' with 100% schema coverage. Description reinforces its source (create_invoice) and its role in the API path, adding value beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states the verb 'Fetch', the resource 'delivery evidence', and links to the specific API endpoint. It differentiates from siblings by specifying it is for evidence after invoice sending.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides explicit timing advice ('call shortly after create_invoice') and polling instruction. Lacks explicit when-not-to-use but gives sufficient context for correct usage.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources