Serversio.github.benchoi93/refcheck
R

refcheck

io.github.benchoi93/refcheck · v0.1.0
▦ pypi
v0.1.0pypi pypi: refcheck-mcp↗ Repository
{}server.json

The full server descriptor as registered with IndusMCP.

{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "io.github.benchoi93/refcheck",
  "description": "Verify academic citations against real databases. Catches hallucinated references, exports BibTeX.",
  "title": "refcheck",
  "repository": {
    "url": "https://github.com/UMN-Choi-Lab/refcheck",
    "source": "github"
  },
  "version": "0.1.0",
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "refcheck-mcp",
      "version": "0.1.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your email for Crossref polite pool (faster rate limits)",
          "format": "string",
          "name": "CROSSREF_EMAIL"
        },
        {
          "description": "Semantic Scholar API key (free, from semanticscholar.org/product/api)",
          "format": "string",
          "isSecret": true,
          "name": "S2_API_KEY"
        },
        {
          "description": "Elsevier/Scopus API key (from dev.elsevier.com)",
          "format": "string",
          "isSecret": true,
          "name": "ELSEVIER_KEY"
        },
        {
          "description": "Elsevier institutional token for higher rate limits",
          "format": "string",
          "isSecret": true,
          "name": "ELSEVIER_INSTTOKEN"
        },
        {
          "description": "IEEE Xplore API key (from developer.ieee.org)",
          "format": "string",
          "isSecret": true,
          "name": "IEEE_API_KEY"
        }
      ]
    }
  ],
  "_meta": {
    "dev.indusmcp/source": "official-registry-mirror",
    "dev.indusmcp/synced": "2026-05-12"
  }
}