search_dois

Pack: datacite · Endpoint: https://gateway.pipeworx.io/datacite/mcp

Search DataCite-registered DOIs. Filter by free-text query, resource type (dataset, software, etc.), year, publisher, or affiliation. Returns DOI, title, creators, publisher, type, year, citation count.

Parameters

NameTypeRequiredDescription
querystringnoFree-text query (titles, descriptions, creators)
resource_typestringnoDataset | Software | Text | Image | Sound | Other (case-sensitive)
yearnumbernoPublication year
publisherstringnoPublisher name filter
affiliationstringnoCreator affiliation
page_sizenumberno1-1000 (default 25)
pagenumberno1-based page (default 1)

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":"search_dois","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.

Regenerated from source · build May 12, 2026