crossref-mcp
1
The Crossref MCP Server is designed to facilitate interactions with the Crossref API, enabling searches by title, author, and DOI. It provides a structured JSON response format and includes tools for testing various scenarios including successful responses and error handling.
Crossref MCP Server
A Model Context Protocol (MCP) server for interacting with the Crossref API.
Features
- Search works by title
- Search works by author
- Get work details by DOI
Usage
The server provides three main tools:
1. Search by Title
Search for works in Crossref by title.
2. Search by Author
Search for works in Crossref by author.
3. Get Work by DOI
Retrieve a specific work using its DOI.
Response Format
All responses are returned as structured JSON objects.
Testing
The server comes with a comprehensive test suite using Vitest.