Search

DataCite MCP Server

Chat with AI and run tools instantly — no account needed.

DataCite DOI registration and scholarly metadata API. Search for research works by keyword, fetch detailed metadata by DOI, and explore citation and relationship graphs.

3 tools
Agent guide included
Try it Free

No account needed. Chat with AI and run tools instantly.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for DataCite — workflow patterns, data models, and gotchas for your AI agent.

DataCite

DOI registration and scholarly metadata API. Search for research works by keyword, fetch detailed metadata by DOI, and explore citation/relationship graphs. Public API, no authentication required.

Entity Model

  • DOIs — persistent identifiers for scholarly works (papers, datasets, software, etc.). Each DOI has rich metadata: title, authors, publication year, resource type, publisher, descriptions, subjects, and funding references.
  • Related Works — citation and relationship graph for a given DOI. Shows works that cite, are cited by, reference, or are related to the target work. Each related work has its own DOI and relationship type.

Workflows

  • Literature search: search DOIs by keyword query → review results with titles, authors, and publication years → fetch full metadata for promising hits.
  • Citation exploration: search for a known work → get its DOI → fetch related works to explore the citation network (what it cites, what cites it).
  • Dataset discovery: search with resource type filters to find datasets, software, or other non-article scholarly outputs.

Gotchas

  • No auth: completely public API; no credentials required.
  • Rate limit: ~100 requests per minute. Keep page[size] small (3-10) to stay within limits.
  • DOI format: always use the full DOI string (e.g., 10.1234/example), not just the suffix or a URL.
  • JSON:API format: responses follow the JSON:API specification. Data is in data array, each item has id (the DOI), type, and attributes with the metadata fields.
  • Pagination: uses page[size] and page[number] parameters (bracket syntax).

Tools in this Server (3)

Datacite Get Doi

Retrieve detailed metadata for a specific DOI (Digital Object Identifier) from DataCite. Returns detailed information about the research output inclu...

Datacite Get Related Works

Find works related to a specific DOI in DataCite. Returns other research outputs that are related to the specified DOI, such as preprints, datasets, ...

Datacite Search Dois

Search DataCite DOIs (Digital Object Identifiers) for research outputs, datasets, software, and publications. DataCite is a leading global provider o...

Frequently Asked Questions

What is the DataCite MCP server?

DataCite DOI registration and scholarly metadata API. Search for research works by keyword, fetch detailed metadata by DOI, and explore citation and relationship graphs. It provides 3 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect DataCite to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/datacite. Authentication is handled automatically.

How many tools does DataCite provide?

DataCite provides 3 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does DataCite require?

DataCite uses open data APIs — no authentication required.

Setup Instructions

Connect DataCite to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/datacite

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Try DataCite now

No sign-up required. Chat with AI and run tools instantly.

DataCite MCP Server & Skill — 3 Tools