Weavz
Storecove

Storecove

Peppol and e-invoicing API operations for legal entities, discovery, document submissions, received documents, and webhooks.

10 tools

Tools

Name
discover_receives

Check whether a participant identifier can receive documents through Storecove supported exchange networks.

list_legal_entities

List Storecove legal entities.

create_legal_entity

Create a sender/receiver legal entity in Storecove.

get_legal_entity

Retrieve a Storecove legal entity.

create_document_submission

Submit an e-invoice or other supported document through Storecove.

get_document_submission

Retrieve a Storecove document submission.

get_document_submission_evidence

Retrieve sending evidence for a Storecove document submission.

list_received_documents

List documents received by Storecove legal entities.

create_webhook_instance

Create a Storecove webhook instance for document and delivery events.

delete_webhook_instance

Delete a Storecove webhook instance.

Quick Start

TypeScript
import { WeavzClient } from '@weavz-io/sdk'

const weavz = new WeavzClient({ apiKey: 'wvz_...' })

const result = await weavz.actions.execute('storecove', 'discover_receives', {
  workspaceId: '550e8400-e29b-41d4-a716-446655440000',
  integrationAlias: 'storecove',
  input: { /* ... */ },
})

Related Integrations

Works well with

Frequently Asked Questions

How do I connect Storecove to my app?

Use Weavz Hosted Connect for API Key authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.

What tools does Storecove support?

Storecove supports 10 tools including Discover Receiver, List Legal Entities, Create Legal Entity, Get Legal Entity, Create Document Submission, and more.

Can I use Storecove with AI agents?

Yes. Add Storecove to an MCP server in Tool Mode or Code Mode. Code Mode provides 3 meta-tools with on-demand API discovery so agents can compose stateful workflows without loading every action schema up front.

Can Storecove be used in stateful agent workflows?

Yes. Agents can combine Storecove tools with Filesystem, State KV, Human Gates, input partials, and other workspace integrations while keeping execution scoped to the selected workspace or end user.

What authentication does Storecove use?

Storecove uses API Key. Weavz stores credentials securely and uses them for authorized action execution.

How much does the Storecove integration cost?

The Storecove integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.

Connect Storecove in minutes

Get 20,000 free action executions every month. No credit card required.