CiteStamp MCP server
OfficialProvides tools for checking citations against public scholarly registries, with human-signed claims authenticated by ORCID.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@CiteStamp MCP serverCheck if DOI 10.1000/xyz123 is retracted"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
CiteStamp MCP server
Ground citations before your agent emits them.
CiteStamp is a free citation-health tool for researchers: it checks references against the public scholarly registries (Crossref, DataCite, OpenAlex) and flags the ones that do not resolve to a known work or that a publisher has marked retracted — the hallucinated-citation failure mode LLM users keep hitting.
This repo is the install guide for the hosted MCP server over CiteStamp's CC0 citation graph. There is nothing to build or run locally — the server is remote.
Endpoint |
|
Transport | streamable-http |
Protocol |
|
Auth | None to start — anonymous at 10 req/min per IP. An optional free key (email info@citestamp.com) raises to 60/min; Pro to 600/min |
Data | CC0 citation graph; human-signed and machine-inferred claims kept strictly apart |
The five tools (all read-only)
what_supports/what_refutes— typed edges bearing on a claimwhat_cites/references_of— the citing and cited works around a referenceedges_about— edges on a topic
Every result carries its tier: accountable edges are signed by a human identity (ORCID); inferred edges are machine-derived. Your agent can ask for signed-only.
Related MCP server: PapersFlow
Add it to your client
Replace YOUR_KEY with your API key in each snippet.
Claude (claude.ai / Desktop)
Settings → Connectors → Add custom connector → URL https://mcp.citestamp.com/mcp
→ add header Authorization: Bearer YOUR_KEY.
Claude Code
claude mcp add --transport http citestamp https://mcp.citestamp.com/mcp \
--header "Authorization: Bearer YOUR_KEY"Cursor (~/.cursor/mcp.json)
{ "mcpServers": { "citestamp": {
"url": "https://mcp.citestamp.com/mcp",
"headers": { "Authorization": "Bearer YOUR_KEY" } } } }Cline (MCP settings)
{ "mcpServers": { "citestamp": {
"type": "streamableHttp",
"url": "https://mcp.citestamp.com/mcp",
"headers": { "Authorization": "Bearer YOUR_KEY" } } } }VS Code (.vscode/mcp.json)
{ "servers": { "citestamp": {
"type": "http",
"url": "https://mcp.citestamp.com/mcp",
"headers": { "Authorization": "Bearer YOUR_KEY" } } } }Gemini CLI (~/.gemini/settings.json)
{ "mcpServers": { "citestamp": {
"httpUrl": "https://mcp.citestamp.com/mcp",
"headers": { "Authorization": "Bearer YOUR_KEY" } } } }If a snippet drifts from your client's current config schema, your client's MCP docs win — the endpoint and header are the stable parts.
What this is not
CiteStamp reports what public registries say at a dated point in time. It does not judge the truth or quality of any work, and its only verdict vocabulary is "does not resolve to a known work" and "marked retracted by the publisher". Statements about works, never about people.
Links
Integration guide + REST API: https://citestamp.com/for-ai
Check a bibliography in the browser (free, nothing uploaded): https://citestamp.com/check
Reference-health badge for any DOI: https://citestamp.com/citestamped/
Privacy: https://citestamp.com/privacy · Contact: info@citestamp.com
CiteStamp is built by 3Rivers Enterprises LLC, Fort Wayne, Indiana.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenancePrevents citation hallucination by verifying academic citations against CrossRef's database of 150+ million publications before they can be mentioned, ensuring every citation includes a valid DOI.Last updated315MIT
- Alicense-qualityDmaintenanceTurn any AI agent into an academic researcher that can search, read, cite, and write full literature reviews autonomously.Last updated13MIT
- Alicense-qualityAmaintenancereference and citation validation, verification, enrichment, replacement and improvementLast updated1MIT
- Flicense-qualityBmaintenanceEnables AI agents to fact-check claims, verify citations, and check source freshness using Wikipedia, Wikidata, Crossref, and Wayback Machine.Last updated1
Related MCP Connectors
Real-time fact-check, citation verification, and source-freshness for AI agents.
Citable retrieval across papers, books, patents, Wikipedia, and live social sources.
Read-only MCP over an agentic SLR workspace with per-claim citation verification
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/citestamp/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server