DataCite
Search, retrieve, create, update, and monitor DataCite DOI metadata records.
Tools
| Name | Description |
|---|---|
search_doisSearch DataCite DOI metadata records with JSON:API pagination and filters. | Search DataCite DOI metadata records with JSON:API pagination and filters. |
get_doiGet one DataCite DOI metadata record. | Get one DataCite DOI metadata record. |
create_doiCreate a DataCite draft or findable DOI using an official JSON:API DOI payload. | Create a DataCite draft or findable DOI using an official JSON:API DOI payload. |
update_doiUpdate DataCite DOI metadata or state with an official JSON:API attributes object. | Update DataCite DOI metadata or state with an official JSON:API attributes object. |
list_clientsList DataCite repository/client accounts visible to the authenticated account. | List DataCite repository/client accounts visible to the authenticated account. |
Triggers
| Name | Description |
|---|---|
new_doi_recordsPoll DataCite for newly seen DOI records matching a query after the initial baseline. | Poll DataCite for newly seen DOI records matching a query after the initial baseline. |
Quick Start
import { WeavzClient } from '@weavz-io/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute('datacite', 'search_dois', {
workspaceId: '550e8400-e29b-41d4-a716-446655440000',
integrationAlias: 'datacite',
input: { /* ... */ },
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect DataCite to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute tools programmatically.
What tools does DataCite support?
DataCite supports 5 tools including Search DOIs, Get DOI, Create DOI, Update DOI, List Clients.
Can I use DataCite with AI agents?
Yes. Add DataCite 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 DataCite be used in stateful agent workflows?
Yes. Agents can combine DataCite 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 DataCite use?
DataCite uses Custom. Weavz stores credentials securely and uses them for authorized action execution.
How much does the DataCite integration cost?
The DataCite integration is included on all Weavz plans including the free tier with 20,000 actions per month. No credit card required.
What triggers does DataCite support?
DataCite supports 1 triggers including New DOI Records.
Connect DataCite in minutes
Get 20,000 free action executions every month. No credit card required.