Skip to main content
Glama

Crossref MCP Server

searchByTitle

Search for academic publications by title using Crossref API, retrieving structured metadata about scholarly works. Specify the title and number of results to streamline research queries.

Instructions

Search for scientific papers by title in Crossref

Input Schema

NameRequiredDescriptionDefault
rowsNoNumber of results to return
titleYesThe title to search for

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "rows": { "default": 5, "description": "Number of results to return", "type": "number" }, "title": { "description": "The title to search for", "type": "string" } }, "required": [ "title" ], "type": "object" }
Install Server

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