Skip to main content
Glama
botanicastudios

Crossref MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
searchByTitleC

Search for scientific papers by title in Crossref

searchByAuthorC

Search for scientific papers by author in Crossref

getWorkByDOIC

Retrieve a specific scientific paper by its DOI

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.1/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: retrieving a paper by DOI, searching by author, and searching by title. There is no overlap in functionality, making it easy for an agent to select the appropriate tool based on the query.

Naming Consistency4/5

The naming follows a consistent verb_noun pattern (getWorkByDOI, searchByAuthor, searchByTitle), with all tools using camelCase. However, the slight inconsistency in 'getWorkByDOI' (using 'Work' instead of 'Paper' or a more specific term) is a minor deviation from perfect alignment with the domain.

Tool Count3/5

With only 3 tools, the server feels thin for a Crossref domain that typically involves broader operations like searching by keyword, year, or journal. While the tools cover basic retrieval and search, the count is borderline low for comprehensive scientific paper access.

Completeness2/5

The tool surface has significant gaps for a Crossref server. Missing operations include searching by keyword, year, or journal, as well as CRUD-like actions such as listing or filtering results. This incompleteness will likely cause agent failures when handling common academic queries.

Maintenance

ActivityInactive
ResponsivenessNo issues