Tools
| Name | Description |
|---|---|
discover_receivesCheck whether a participant identifier can receive documents through Storecove supported exchange networks. | Check whether a participant identifier can receive documents through Storecove supported exchange networks. |
list_legal_entitiesList Storecove legal entities. | List Storecove legal entities. |
create_legal_entityCreate a sender/receiver legal entity in Storecove. | Create a sender/receiver legal entity in Storecove. |
get_legal_entityRetrieve a Storecove legal entity. | Retrieve a Storecove legal entity. |
create_document_submissionSubmit an e-invoice or other supported document through Storecove. | Submit an e-invoice or other supported document through Storecove. |
get_document_submissionRetrieve a Storecove document submission. | Retrieve a Storecove document submission. |
get_document_submission_evidenceRetrieve sending evidence for a Storecove document submission. | Retrieve sending evidence for a Storecove document submission. |
list_received_documentsList documents received by Storecove legal entities. | List documents received by Storecove legal entities. |
create_webhook_instanceCreate a Storecove webhook instance for document and delivery events. | Create a Storecove webhook instance for document and delivery events. |
delete_webhook_instanceDelete a Storecove webhook instance. | Delete a Storecove webhook instance. |
Quick Start
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.