Skip to main content
Glama

Crossref MCP Server

getWorkByDOI

Retrieve detailed metadata for a scientific paper using its DOI. This tool queries the Crossref API to provide structured information about academic publications.

Instructions

Retrieve a specific scientific paper by its DOI

Input Schema

NameRequiredDescriptionDefault
doiYesThe DOI to look up

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "doi": { "description": "The DOI to look up", "type": "string" } }, "required": [ "doi" ], "type": "object" }

Other Tools from Crossref MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/botanicastudios/crossref-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server