get_doi
Pack: datacite · Endpoint: https://gateway.pipeworx.io/datacite/mcp
Fetch a single DOI record. Returns full metadata: title(s), creators with affiliations and ORCIDs, abstract, publisher, year, dates, related identifiers, subjects, license, sizes/formats.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
doi | string | yes | DOI (e.g., “10.5281/zenodo.1234567”) |
Example call
curl -X POST https://gateway.pipeworx.io/datacite/mcp \
-H 'Content-Type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_doi","arguments":{}}}'
Connect
Add this to your MCP client config, or use one-click install buttons:
{
"mcpServers": {
"datacite": {
"url": "https://gateway.pipeworx.io/datacite/mcp"
}
}
}
See Getting Started for client-specific install steps.