← Back to Plugins
MCP Server MCP

refcheck

github By github 👁 1 views ▲ 0 votes

Verify academic citations against real databases. Catches hallucinated references, exports BibTeX.

Homepage Verified source GitHub

Install

uvx refcheck-mcp

Configuration Example

{
  "remotes": [],
  "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"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...