Doi MCP
UnclaimedA Model Context Protocol (MCP) server that prevents citation hallucination by verifying academic citations against 9 authoritative databases. This server enables AI assistants to verify every citation against real publications before citing them.
Install
npx -y github:tfscharff/doi-mcpUnclaimed listing
Is this your MCP server?
This listing was auto-indexed from the public record. Claim it to edit the page, set compatibility and unlock growth tools. Takes under two minutes.
Claim this serverTools (13)
authors
(array, optional): Author names (last names sufficient)
doi
(string, optional): DOI if known
findVerifiedPapers
Search for real papers on a topic and return only verified citations with DOIs from multiple databases.
journal
(string, optional): Journal name
limit
(number, optional): Number of results per source (1-20, default: 5)
query
(string): Search query (topic, keywords, author names)
source
(string, optional): Which database to search - "all" (default), "crossref", "openalex", "pubmed", "zbmath", "eric", "hal", "inspirehep", "semanticscholar", or "dblp"
title
(string, optional): Paper title (partial matches accepted)
verified
true/false
verifyCitation
Primary anti-hallucination tool - Verifies a citation exists across multiple databases before it can be mentioned.
year
(number, optional): Publication year
yearFrom
(number, optional): Minimum publication year
yearTo
(number, optional): Maximum publication year