io.github.nickjlamb/pubcrawl✓
io.github.nickjlamb/pubcrawl · v2.0.0
{}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.nickjlamb/pubcrawl",
"description": "PubMed literature search and US/UK drug labelling for AI assistants.",
"repository": {
"url": "https://github.com/nickjlamb/pubcrawl",
"source": "github"
},
"version": "2.0.0",
"packages": [
{
"registryType": "npm",
"identifier": "@pharmatools/pubcrawl",
"version": "2.0.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"
}
]
}
],
"_meta": {
"dev.indusmcp/source": "official-registry-mirror",
"dev.indusmcp/synced": "2026-05-12"
}
}