Scholar Sidekick
scholar-sidekick.com
· Scholar Sidekick
Citation resolver, formatter, exporter, and verifier for scholarly identifiers (DOI, PMID, PMCID, ISBN, ISSN, arXiv, ADS, WHO IRIS). Connectable over A2A JSON-RPC, a public REST API, and MCP (hosted + stdio).
scholar-sidekick.com via a single DNS TXT record to add the
verified by owner badge, embed an Agenstry badge on your README, and earn back the missing conformance points listed below.
Dispute or improve this rating
D
Conformance score: 59/100
D-grade: significant issues, auth-gated, partially broken, or stale.
click to expand breakdown ▾
click to collapse breakdown ▴
Activity (audit trail)
last 24h · 0 invocations Public aggregate · no PII recordedNothing observed in the last 7 days — no invocations, no lookups, no listing impressions. Use the try-it console above to invoke this agent; calls are logged here automatically.
Card history
1 snapshot Every change toagent-card.json
| Captured | Hash | |
|---|---|---|
| 2026-08-12 07:25:33 current | 1a566e7b3397… |
view → |
Endpoints
| Agent card | https://scholar-sidekick.com/.well-known/agent-card.json |
| Provider | https://scholar-sidekick.com |
| Docs | https://scholar-sidekick.com/docs |
Skills · 7 declared · mapped to canonical taxonomy
Resolve a scholarly identifier to structured CSL-JSON metadata (title, authors, container, year, identifiers).
Format one or more identifiers in a citation style (Vancouver, AMA, APA, IEEE, CSE, or any of 10,000+ CSL styles).
Export resolved citations to a reference-manager file format (BibTeX, RIS, EndNote XML, RefWorks, NBIB, Zotero RDF, CSL-JSON, CSV).
Check a work's retraction / correction / expression-of-concern status (Crossref updated-by / Retraction Watch).
Check open-access status and the best legal full-text URL (Unpaywall).
Check whether a claimed citation matches the record at its identifier — catches the real-DOI + fabricated-title pattern.
Verify a whole bibliography (BibTeX / RIS / CSL-JSON) in one call — per-entry fabrication verdict + retraction status, plus a corpus summary.
Health · last 17 probes
Cheaper or better alternatives per-skill
For each canonical skill this agent serves, the cheapest priced competitor and the highest-quality competitor. Only shown when at least one beats the current agent. Skills where this agent is already best on both axes are hidden.
Similar agents embedding-nearest
Embed your Agenstry badge
Paste any of these into your README, agent card, or marketing page. Each badge auto-updates and links back to this page.
Markdown / HTML snippets
[](https://agenstry.com/agents/scholar-sidekick.com) [](https://agenstry.com/agents/scholar-sidekick.com) [](https://agenstry.com/agents/scholar-sidekick.com) [](https://agenstry.com/agents/scholar-sidekick.com)
Audit-grade evidence bundle
JSON snapshot for vendor-review files. Add ?sign=true for a JWS-signed envelope verifiable against
our JWKS. See the methodology.
Raw agent card JSON
{
"schemaVersion": "0.1",
"protocolVersion": "1.0",
"name": "Scholar Sidekick",
"description": "Citation resolver, formatter, exporter, and verifier for scholarly identifiers (DOI, PMID, PMCID, ISBN, ISSN, arXiv, ADS, WHO IRIS). Connectable over A2A JSON-RPC, a public REST API, and MCP (hosted + stdio).",
"url": "https://scholar-sidekick.com/api/a2a",
"preferredTransport": "JSONRPC",
"documentationUrl": "https://scholar-sidekick.com/docs",
"version": "0.8.5",
"provider": {
"organization": "Scholar Sidekick",
"url": "https://scholar-sidekick.com"
},
"supportedInterfaces": [
{
"url": "https://scholar-sidekick.com/api/a2a",
"protocolBinding": "JSONRPC",
"protocolVersion": "1.0"
},
{
"url": "https://scholar-sidekick.com/api",
"protocolBinding": "HTTP+JSON",
"protocolVersion": "1.0"
}
],
"additionalInterfaces": [
{
"url": "https://scholar-sidekick.com/api/a2a",
"transport": "JSONRPC"
},
{
"url": "https://scholar-sidekick.com/api",
"transport": "HTTP+JSON"
}
],
"capabilities": {
"streaming": false,
"pushNotifications": false
},
"defaultInputModes": [
"text/plain"
],
"defaultOutputModes": [
"text/plain",
"application/json"
],
"interfaces": {
"a2a": {
"endpoint": "https://scholar-sidekick.com/api/a2a",
"protocolBinding": "JSONRPC",
"protocolVersion": "1.0",
"skillSelection": "message.metadata.skill"
},
"rest": {
"baseUrl": "https://scholar-sidekick.com",
"openapi": "https://scholar-sidekick.com/.well-known/openapi.yaml",
"docs": "https://scholar-sidekick.com/docs.md"
},
"mcp": {
"card": "https://scholar-sidekick.com/.well-known/mcp.json",
"package": "scholar-sidekick-mcp",
"transport": "stdio",
"docs": "https://scholar-sidekick.com/mcp.md"
}
},
"inputs": {
"identifiers": [
"DOI",
"PMID",
"PMCID",
"ISBN",
"ISSN",
"arXiv",
"ADS bibcode",
"WHO IRIS URL"
]
},
"outputs": {
"citationStyles": "vancouver, ama, apa, ieee, cse + 10,000+ CSL styles",
"exportFormats": [
"bibtex",
"ris",
"csl-json",
"endnote-xml",
"refworks",
"nbib",
"rdf",
"csv",
"txt"
]
},
"skills": [
{
"id": "resolve-identifier",
"name": "Resolve identifier",
"description": "Resolve a scholarly identifier to structured CSL-JSON metadata (title, authors, container, year, identifiers).",
"tags": [
"citation",
"metadata",
"resolver",
"doi",
"csl-json"
],
"rest": "POST /api/format",
"mcpTool": "resolveIdentifier",
"batch": true
},
{
"id": "format-citation",
"name": "Format citation",
"description": "Format one or more identifiers in a citation style (Vancouver, AMA, APA, IEEE, CSE, or any of 10,000+ CSL styles).",
"tags": [
"citation",
"formatting",
"csl",
"bibliography",
"reference"
],
"rest": "POST /api/format",
"mcpTool": "formatCitation",
"batch": true
},
{
"id": "export-citation",
"name": "Export bibliography",
"description": "Export resolved citations to a reference-manager file format (BibTeX, RIS, EndNote XML, RefWorks, NBIB, Zotero RDF, CSL-JSON, CSV).",
"tags": [
"bibliography",
"export",
"bibtex",
"ris",
"reference-manager"
],
"rest": "POST /api/export",
"mcpTool": "exportCitation",
"batch": true
},
{
"id": "check-retraction",
"name": "Check retraction",
"description": "Check a work's retraction / correction / expression-of-concern status (Crossref updated-by / Retraction Watch).",
"tags": [
"retraction",
"research-integrity",
"crossref",
"correction"
],
"rest": "POST /api/retraction-check",
"mcpTool": "checkRetraction",
"batch": false
},
{
"id": "check-open-access",
"name": "Check open access",
"description": "Check open-access status and the best legal full-text URL (Unpaywall).",
"tags": [
"open-access",
"unpaywall",
"full-text",
"license"
],
"rest": "POST /api/oa-check",
"mcpTool": "checkOpenAccess",
"batch": false
},
{
"id": "verify-citation",
"name": "Verify citation",
"description": "Check whether a claimed citation matches the record at its identifier \u2014 catches the real-DOI + fabricated-title pattern.",
"tags": [
"verification",
"citation-integrity",
"fabrication",
"hallucination"
],
"rest": "POST /api/verify",
"mcpTool": "verifyCitation",
"batch": false
},
{
"id": "audit-bibliography",
"name": "Audit bibliography",
"description": "Verify a whole bibliography (BibTeX / RIS / CSL-JSON) in one call \u2014 per-entry fabrication verdict + retraction status, plus a corpus summary.",
"tags": [
"verification",
"bibliography",
"batch",
"citation-integrity",
"retraction"
],
"rest": "POST /api/audit",
"mcpTool": "auditBibliography",
"batch": true
}
],
"authentication": {
"anonymous": true,
"schemes": [
{
"type": "http",
"scheme": "bearer",
"bearerFormat": "ssk_"
},
{
"type": "apiKey",
"name": "X-RapidAPI-Key",
"in": "header"
}
],
"note": "Anonymous access is available at the lowest rate-limit tier. For higher limits, create a free first-party key at https://scholar-sidekick.com/account and send it as `Authorization: Bearer ssk_\u2026`. The RapidAPI gateway (X-RapidAPI-Key) serves paid/managed tiers."
},
"safety": {
"determinism": "Identical inputs (identifier + style + format) at a fixed transform_version produce byte-identical output.",
"transformVersionHeader": "x-scholar-transform-version",
"networkSafety": "Outbound fetches are HTTPS-only, host-allowlisted, timeout-bounded, and size-capped. No arbitrary user URLs.",
"sources": "https://scholar-sidekick.com/.well-known/sources.json"
},
"links": {
"docs": "https://scholar-sidekick.com/docs",
"openapi": "https://scholar-sidekick.com/.well-known/openapi.yaml",
"mcpCard": "https://scholar-sidekick.com/.well-known/mcp.json",
"apiCatalog": "https://scholar-sidekick.com/.well-known/api-catalog",
"sources": "https://scholar-sidekick.com/.well-known/sources.json",
"verification": "https://scholar-sidekick.com/verification.md",
"llms": "https://scholar-sidekick.com/llms.txt",
"repository": "https://github.com/mlava/scholar-sidekick-mcp"
}
}