Storecove MCP connector
Storecove is an e-invoicing and document exchange platform that enables compliant electronic billing across global networks. The Storecove MCP connector allows AI agents to submit invoices and documents, discover network participants and their identifiers, and retrieve submission evidence for compliance tracking. It also supports managing legal entities, validating recipient capabilities, and querying country-specific identifier schemes for international invoicing.
Authentication type
- API Key - Requires a static API key to be configured before the agent can connect to the service.
Uses
Use the Storecove MCP connector to perform the following actions:
- Submit invoices and documents to trading partners through Storecove's e-invoicing network
- Discover and validate network participant identifiers across multiple e-invoicing standards
- Receive and extract purchase invoice data in multiple formats and versions
- Manage legal entity profiles, tax identifiers, and Peppol network registrations
- Track document submission evidence and delivery confirmation status
- Set up webhook instances to receive real-time notifications for incoming documents
- Automate invoice distribution to customers using country-specific e-invoicing requirements
Example prompts
Use the following example prompts to invoke Storecove MCP connector tools from your AI assistant or Boomi Connect workflow:
Submit our monthly invoice to this customer through Storecove.Check if our supplier's Peppol identifier is active in Storecove.Show me the delivery evidence for the invoice we sent yesterday.Extract purchase invoice data from the document we received today.Register our company's new tax identifier in Storecove.Find all network participants in Germany that accept e-invoices.Set up a webhook to notify us when customers send us invoices.Get the JSON version of the purchase invoice with the UBL code.Create a new legal entity record for our subsidiary in Storecove.Discover what e-invoicing networks our trading partner uses.
Storecove MCP connector tools
The Storecove MCP connector provides the following tools. Each tool maps to a specific action you can invoke from your AI agent or automation.
| Tool | Description |
|---|---|
| discovery_exists | Checks whether a network participant exists in the discovery system. |
| discovery_identifiers | Retrieves country-specific identifiers for network participants experimentally. |
| discovery_receives | Discovers and retrieves network participant information by identifier. |
| create_document_submission | Submits a new document to the network for delivery. |
| show_document_submission_evidence | Retrieves delivery evidence and status for a submitted document. |
| create_invoice_submission | Submits a new invoice to the network for delivery. |
| preflight_invoice_recipient | Validates invoice recipient details before submission. |
| show_invoice_submission_evidence | Retrieves delivery evidence and status for a submitted invoice. |
| create_legal_entity | Creates a new legal entity record in the system. |
| delete_legal_entity | Removes a legal entity record from the system. |
| get_legal_entity | Retrieves details for a specific legal entity. |
| update_legal_entity | Modifies information for an existing legal entity. |
| create_additional_tax_identifier | Creates a new tax identifier for an entity. |
| delete_additional_tax_identifier | Removes a tax identifier from an entity. |
| get_additional_tax_identifier | Retrieves details for a specific tax identifier. |
| update_additional_tax_identifier | Modifies information for an existing tax identifier. |
| create_administration | Creates a new administration record for an entity. |
| delete_administration | Removes an administration record from the system. |
| get_administration | Retrieves details for a specific administration record. |
| update_administration | Modifies information for an existing administration record. |
| create_peppol_identifier | Creates a new PEPPOL identifier for network participation. |
| delete_peppol_identifier | Removes a PEPPOL identifier from an entity. |
| receive_documenht | Receives and processes an incoming document. |
| get_invoice_json | Retrieves received invoice data in JSON format. |
| get_invoice_ubl | Retrieves received invoice data in a selectable format. |
| get_invoice_ubl_versioned | Retrieves received invoice with encoded UBL in specified version. |
| create_received_document | Creates a record for a newly received document. |
| get_received_document | Retrieves details for a specific received document. |
| get_webhook_instances | Retrieves webhook instance configurations and details. |
| delete_webhook_instance | Removes a webhook instance from the system. |