Skip to main content
Feedback

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.

ToolDescription
discovery_existsChecks whether a network participant exists in the discovery system.
discovery_identifiersRetrieves country-specific identifiers for network participants experimentally.
discovery_receivesDiscovers and retrieves network participant information by identifier.
create_document_submissionSubmits a new document to the network for delivery.
show_document_submission_evidenceRetrieves delivery evidence and status for a submitted document.
create_invoice_submissionSubmits a new invoice to the network for delivery.
preflight_invoice_recipientValidates invoice recipient details before submission.
show_invoice_submission_evidenceRetrieves delivery evidence and status for a submitted invoice.
create_legal_entityCreates a new legal entity record in the system.
delete_legal_entityRemoves a legal entity record from the system.
get_legal_entityRetrieves details for a specific legal entity.
update_legal_entityModifies information for an existing legal entity.
create_additional_tax_identifierCreates a new tax identifier for an entity.
delete_additional_tax_identifierRemoves a tax identifier from an entity.
get_additional_tax_identifierRetrieves details for a specific tax identifier.
update_additional_tax_identifierModifies information for an existing tax identifier.
create_administrationCreates a new administration record for an entity.
delete_administrationRemoves an administration record from the system.
get_administrationRetrieves details for a specific administration record.
update_administrationModifies information for an existing administration record.
create_peppol_identifierCreates a new PEPPOL identifier for network participation.
delete_peppol_identifierRemoves a PEPPOL identifier from an entity.
receive_documenhtReceives and processes an incoming document.
get_invoice_jsonRetrieves received invoice data in JSON format.
get_invoice_ublRetrieves received invoice data in a selectable format.
get_invoice_ubl_versionedRetrieves received invoice with encoded UBL in specified version.
create_received_documentCreates a record for a newly received document.
get_received_documentRetrieves details for a specific received document.
get_webhook_instancesRetrieves webhook instance configurations and details.
delete_webhook_instanceRemoves a webhook instance from the system.
On this Page