{
  "markdown": "# pharma-mcp\n\n**MCP server for clinical and pharmaceutical data.**\n\nGives Claude and any MCP-compatible AI agent direct access to:\n\n- **ClinicalTrials.gov** — search and retrieve trial protocols, endpoints, eligibility criteria\n- **PubMed** — literature search with MeSH terms, full abstracts, citation formatting\n- **FDA openFDA** — drug labels, approved indications, warnings, boxed warnings\n- **FDA FAERS** — adverse event reports with patient demographics and outcomes\n- **ICH Guidelines** — structured summaries of E3, E6, E9, M4, Q1A, and more\n\nNo API keys required. All data sources are public. Runs locally in under 60 seconds.\n\n---\n\n## Tools\n\n| Tool | Description |\n|------|-------------|\n| `search_clinical_trials` | Search ClinicalTrials.gov by condition, drug, or sponsor |\n| `get_trial_details` | Full protocol details by NCT ID |\n| `search_pubmed` | PubMed literature search with MeSH, Boolean, date filters |\n| `get_pubmed_abstract` | Full abstract + metadata by PMID |\n| `search_fda_drugs` | FDA drug label search — indications, warnings, dosage forms |\n| `get_fda_adverse_events` | FAERS adverse event reports by drug and/or reaction |\n| `get_ich_guideline` | ICH guideline summaries by code (E3, E6, M4…) or topic |\n| `format_citation` | Vancouver, APA, or AMA citation from a PMID |\n\n---\n\n## Quickstart\n\n### Install\n\n```bash\ngit clone https://github.com/pubspro/pharma-mcp.git\ncd pharma-mcp\nnpm install\n```\n\n### Add to Claude Desktop\n\nEdit `~/Library/Application Support/Claude/claude_desktop_config.json` (macOS) or `%APPDATA%\\Claude\\claude_desktop_config.json` (Windows):\n\n```json\n{\n  \"mcpServers\": {\n    \"pharma-mcp\": {\n      \"command\": \"node\",\n      \"args\": [\"/absolute/path/to/pharma-mcp/src/index.js\"]\n    }\n  }\n}\n```\n\nRestart Claude Desktop. The tools appear automatically.\n\n### Add to Claude Code\n\n```bash\nclaude mcp add pharma-mcp node /absolute/path/to/pharma-mcp/src/index.js\n```\n\n---\n\n## Example prompts\n\nOnce connected, ask Claude:\n\n```\nSearch ClinicalTrials.gov for Phase 3 recruiting trials for non-small cell lung cancer involving osimertinib.\n```\n\n```\nFind the 10 most recent PubMed papers on GLP-1 receptor agonists and cardiovascular outcomes. Format citations in Vancouver style.\n```\n\n```\nGet the FDA label for semaglutide — what are the boxed warnings and contraindications?\n```\n\n```\nWhat does ICH E3 require for a clinical study report? Which sections are mandatory?\n```\n\n```\nPull adverse event reports for dupilumab involving anaphylaxis from FAERS.\n```\n\n---\n\n## Use cases\n\n**Medical writers and publications teams**\n- Rapid literature gap analysis for advisory boards and manuscripts\n- Auto-format reference lists from PubMed searches\n- Check ICH E3 requirements mid-draft without switching tabs\n\n**Regulatory affairs**\n- Search FDA labels for labeling precedent\n- Check FAERS signal for benefit-risk narratives\n- Retrieve ICH guideline requirements for CTD modules\n\n**Clinical development**\n- Competitive landscape searches across ClinicalTrials.gov\n- Identify comparable trial designs and endpoints\n\n**AI agent pipelines**\n- Chain pharma-mcp tools with other MCP servers for autonomous regulatory research workflows\n\n---\n\n## Data sources\n\nAll data retrieved in real time from official public APIs — no data stored, no API keys required:\n\n- [ClinicalTrials.gov API v2](https://clinicaltrials.gov/data-api/api)\n- [NCBI E-utilities (PubMed)](https://www.ncbi.nlm.nih.gov/books/NBK25501/)\n- [openFDA API](https://open.fda.gov/apis/)\n- [ICH Guidelines](https://www.ich.org/page/guidelines)\n\n---\n\n## Requirements\n\n- Node.js 18+\n- npm\n\n---\n\n## Roadmap\n\n- [ ] EMA EPAR search\n- [ ] DailyMed full prescribing information\n- [ ] GPP4 / ICMJE authorship criteria checker\n- [ ] ClinVar genetic variant lookup\n\nPRs and issues welcome.\n\n---\n\n## License\n\nMIT\n",
  "bytes": 3788,
  "sha": "302fc32b49830b3c21054d3b94fed96fe12594264141fc1e19fb1b31d40b6de1",
  "repo_slug": "pubspro/pharma-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_pubspro_pharma_mcp_d5f3b19a/readme"
}