← Back to Plugins
MCP Server MCP

io.github.nickjlamb/pubcrawl

github By github 👁 1 views ▲ 0 votes

PubMed & Europe PMC literature search, US/UK drug labelling, and clinical trials for AI assistants.

Homepage Verified source GitHub

Install

npx -y @pharmatools/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@pharmatools/pubcrawl",
      "version": "2.5.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "NCBI API key for higher rate limits (10 req/s vs 3 req/s). Optional — get one free at https://www.ncbi.nlm.nih.gov/account/",
          "format": "string",
          "isSecret": true,
          "name": "NCBI_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...