A Model Context Protocol (MCP) server for querying the DataCite GraphQL API, providing access to rich metadata about research outputs including DOIs, datasets, software, publications, and their connections within the PID Graph.
Execute GraphQL queries against the DataCite API to access metadata about research outputs, datasets, publications, and their connections.
{
"mcpServers": {
"datacite": {
"command": "npx",
"args": [
"mcp-remote",
"https://datacite-mcp-server.quentincody.workers.dev/sse"
]
}
}
}