Skip to main content
Glama

Crossref MCP Server

searchByAuthor

Find scientific papers in the Crossref database by entering an author's name. Specify the number of results to retrieve structured metadata for research publications efficiently.

Instructions

Search for scientific papers by author in Crossref

Input Schema

NameRequiredDescriptionDefault
authorYesThe author name to search for
rowsNoNumber of results to return

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "author": { "description": "The author name to search for", "type": "string" }, "rows": { "default": 5, "description": "Number of results to return", "type": "number" } }, "required": [ "author" ], "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