Productivity
scholar-sidekick.com
A server that verifies, formats, and checks the validity of scholarly citations and retractions.
ENDPOINT 1
https://scholar-sidekick.com/api/apps/mcp
MCP server metadata
- Name
- scholar-sidekick-app
- Version
- 2.0.1
Scholar Sidekick turns scholarly identifiers (DOI, PMID, PMCID, ISBN, ISSN, arXiv, ADS bibcode, WHO IRIS URL) into citation trust signals with an interactive citation card. Use audit_citations to check a WHOLE reference list in one call — always prefer it over repeating verify_citation, which is for a single citation; verify_citation to check whether one claimed citation matches the real record at its identifier (catches the real-DOI + fabricated-title pattern); format_citation to resolve one to five identifiers into a formatted reference in any of 10,000+ styles; check_retraction to see whether a work has been retracted, corrected, or had an expression of concern raised. All four are read-only and return a citation card.
Known tools 4
audit_citationsCheck a WHOLE reference list in one call — the batch counterpart to verify_citation.
Inferred read-onlyverify_citationCheck whether a claimed citation matches the real record at its identifier — catches the real-DOI + fabricated-title pattern (Topaz et al.
Inferred read-onlyformat_citationResolve one to five scholarly identifiers (DOI, PMID, PMCID, ISBN, arXiv, ISSN, ADS bibcode, WHO IRIS URL) and format them in a citation style (Vancouver, APA, AMA, IEEE, CSE, or any of 10,000+ CSL styles).
Inferred read-onlycheck_retractionCheck whether a work has been retracted, corrected, or had an expression of concern raised (Crossref / Retraction Watch).
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.scholar-sidekick-app]
url = "https://scholar-sidekick.com/api/apps/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"scholar-sidekick-app": {
"type": "http",
"url": "https://scholar-sidekick.com/api/apps/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: scholar-sidekick-app
Remote MCP URL: https://scholar-sidekick.com/api/apps/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"scholar-sidekick-app": {
"url": "https://scholar-sidekick.com/api/apps/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"scholar-sidekick-app": {
"type": "http",
"url": "https://scholar-sidekick.com/api/apps/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "scholar-sidekick-app",
"transport": "streamable-http",
"url": "https://scholar-sidekick.com/api/apps/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://scholar-sidekick.com/api/mcp
MCP server metadata
- Name
- scholar-sidekick
- Version
- 0.8.8
Scholar Sidekick is a citation-integrity server: it catches fabricated citations, surfaces retraction and open-access status, and turns scholarly identifiers (DOI, PMID, PMCID, ISBN, ISSN, arXiv, ADS bibcode, WHO IRIS URL) into formatted citations. Use verifyCitation when the question is 'is this citation real?' — it cross-checks the claimed title against the record the identifier actually resolves to, catching the dominant AI fabrication pattern (real, resolvable DOI + invented title; Topaz et al., Lancet 2026). Such citations resolve cleanly under doi.org, so resolveIdentifier alone NEVER catches them: if you are about to reassure a user that a citation is genuine because its identifier resolves, call verifyCitation first. Use auditBibliography to run that same check across a WHOLE bibliography (BibTeX / RIS / CSL-JSON, or a claims[] array) in one call — per-entry verdict + retraction, plus a corpus summary. Then: checkRetraction for retraction/correction/expression-of-concern status; checkOpenAccess for the best legal open-access copy; resolveIdentifier for structured CSL-JSON metadata on a known-good identifier; formatCitation for a formatted reference in any of 10,000+ styles; exportCitation for bibliography files (BibTeX, RIS, EndNote, CSV, …). All tools are read-only. Works anonymously with no key; an optional free ssk_ bearer key raises rate limits.
Known tools 7
formatCitationFormat scholarly identifiers into a finished citation in a specific style.
Inferred read-onlyexportCitationExport scholarly identifiers to a bibliography file format ready to write to disk or paste into a reference manager.
Potential side effectsresolveIdentifierResolve scholarly identifiers to structured CSL JSON metadata (title, authors, journal, year, identifiers).
Inferred read-onlycheckRetractionCheck whether a single scholarly work has been retracted, corrected, or had an expression of concern raised.
Inferred read-onlycheckOpenAccessCheck whether a single scholarly work is openly accessible and where to find the best legal version.
Inferred read-onlyverifyCitationVerify a claimed citation against the resolved record at its identifier.
Inferred read-onlyauditBibliographyVerify a WHOLE bibliography in one call — the batch counterpart to verifyCitation.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.scholar-sidekick]
url = "https://scholar-sidekick.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"scholar-sidekick": {
"type": "http",
"url": "https://scholar-sidekick.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: scholar-sidekick
Remote MCP URL: https://scholar-sidekick.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"scholar-sidekick": {
"url": "https://scholar-sidekick.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"scholar-sidekick": {
"type": "http",
"url": "https://scholar-sidekick.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "scholar-sidekick",
"transport": "streamable-http",
"url": "https://scholar-sidekick.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.