Connects Claude to PubMed, FDA drug labelling via DailyMed, UK medicines data from the eMC, and ClinicalTrials.gov. You get literature search with full abstracts and open access full text retrieval, citation formatting in multiple styles, related article discovery, and trending papers filtered by journal impact. On the regulatory side, it pulls structured US prescribing information and UK SmPCs, compares labels across jurisdictions, and searches drugs by indication using OpenFDA. Clinical trial search returns NCT IDs with full protocol details including eligibility, outcomes, and linked publications. Built by PharmaTools.AI. Supports optional NCBI API keys for higher rate limits. Useful when you need to move quickly between primary literature, regulatory documents, and trial registries without switching contexts.
An MCP server that gives LLM clients access to PubMed, FDA drug labelling, UK medicines data, and ClinicalTrials.gov. A peer-reviewed pub crawl through the literature — the label — and the trial.
Built by PharmaTools.AI.
| Tool | What it does |
|---|---|
search_pubmed | Search PubMed with filters for date range, article type, and sort order. Returns PMIDs, titles, authors, journals, and DOIs. |
get_abstract | Get the full structured abstract for an article — broken into labeled sections (background, methods, results, conclusions) with keywords and MeSH terms. |
get_full_text | Retrieve the full text of open-access articles from PubMed Central, with parsed sections, figure/table captions, and reference counts. |
find_related | Find similar articles using PubMed's neighbor algorithm, ranked by relevance score. |
format_citation | Generate a formatted citation in APA, Vancouver, Harvard, or BibTeX style. |
trending_papers | Find recent papers on a topic, with optional filtering to high-impact journals (Nature, Science, Cell, NEJM, Lancet, JAMA, etc.). |
| Tool | What it does |
|---|---|
resolve_drug_name | Convert a brand drug name to its generic (or a generic to its US brand names), with drug class and common indications. Deterministic, via RxNorm/openFDA — no AI. |
get_uspi | Pull US Prescribing Information sections via openFDA (cited to DailyMed) — indications, dosing, warnings, contraindications, and more. |
get_smpc | Retrieve UK Summary of Product Characteristics from the eMC — the UK equivalent of US prescribing information, with numbered SmPC sections. |
compare_labels | Side-by-side comparison of US (USPI) and UK (SmPC) labelling for the same drug. Spot regulatory differences in indications, warnings, and dosing. |
search_by_indication | Find drugs approved for a medical condition. Searches FDA labelling via OpenFDA, then cross-references UK availability on the eMC. |
| Tool | What it does |
|---|---|
search_trials | Search ClinicalTrials.gov for clinical trials. Filter by condition, intervention, recruitment status, and phase. Returns NCT IDs, sponsors, enrollment, and links. |
get_trial | Get full details for a clinical trial by NCT ID — eligibility criteria, study design, arms, primary/secondary outcomes, locations, and associated PubMed IDs. |
npm install -g @pharmatools/pubcrawl
Add to your claude_desktop_config.json:
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"pubcrawl": {
"command": "pubcrawl"
}
}
}
Restart Claude Desktop. PubCrawl will appear under + → Connectors.
git clone https://github.com/nickjlamb/pubcrawl.git
cd pubcrawl
npm install
npm run build
Then point the config at the built file:
{
"mcpServers": {
"pubcrawl": {
"command": "node",
"args": ["/path/to/pubcrawl/dist/index.js"]
}
}
}
Without an API key, requests are rate-limited to 3/second. With one, you get 10/second.
{
"mcpServers": {
"pubcrawl": {
"command": "pubcrawl",
"env": {
"NCBI_API_KEY": "your_key_here"
}
}
}
}
Once connected, just ask naturally:
npm run dev # TypeScript watch mode
npm run build # Compile to dist/
npm start # Run the server
MIT
NCBI_API_KEYsecretNCBI 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/
com.mcparmory/google-search
io.github.pipeworx-io/brave-search
marcopesani/mcp-server-serper
brave/brave-search-mcp-server
com.mcparmory/google-search-console
acamolese/google-search-console-mcp