目录 / luxembourg-invoice-mcp
MCP
鉴权未知
未评级
已上架
luxembourg-invoice-mcp
Let AI agents send Luxembourg Peppol e-invoices (facture electronique) — check recipient by VAT, send via your own Storecove account, poll delivery evidence. Stateless remote MCP server: bring your own key, TVA 17/14/8/3/0% computed locally, never stores data.
该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链
模型生成摘要(rules/v1 · 2026-09-27 16:35):Let AI agents send Luxembourg Peppol e-invoices (facture electronique) — check recipient by VAT, send via your own Store…
这是模型对公开材料的总结,不是官方声明,请以原链内容为准。
这是模型对公开材料的总结,不是官方声明,请以原链内容为准。
接入信息
- 传输形态
- http
- 鉴权方式
- 鉴权未知
- 端点
https://luxembourg-invoice-mcp--wishpool.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
"mcpServers": {
"luxembourg-invoice-mcp": {
"url": "https://luxembourg-invoice-mcp--wishpool.run.tools"
}
}
}
能力清单
| 工具 | 说明 |
|---|---|
| create_invoice | 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). |
| check_recipient | 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. |
| get_delivery_evidence | 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. |
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错
侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。