ToolTrust
B17/100
Smithery

james-h-millett-drug-landscape

mcpsmithery

@Smithery

**Pharma intelligence as a Claude / Cursor / Continue / Zed / Cline / Windsurf tool.** Drug Landscape exposes 11 MCP tools over `https://druglandscape.com/api/mcp` covering: - **156,000+ drugs** — FDA + EMA + MHRA + PMDA approved, plus pipeline candidates - **480,000+ clinical trials** — from ClinicalTrials.gov - **915 pharmaceutical companies** — with SEC ticker + pipeline - **61 disease areas** — treatment landscape + guidelines ### Tools - `lookup_drug` — full profile by brand, generic, or slug - `lookup_disease` — treatment landscape for any disease - `lookup_company` — company + pipeline + ticker - `lookup_trial` — trial by NCT ID - `search` — global semantic search - `compare_drugs` — side-by-side drug comparison - `browse_drugs` — filter by phase, area, class, target - `get_pipeline` — full company pipeline - `get_drugs_in_class` — pharmacologic class lookup (PD-1, GLP-1, JAK…) - `get_drugs_for_target` — molecular target lookup (EGFR, HER2, PCSK9…) - `define` — pharma glossary (NDA, PDUFA, ORR, QALY, ADC…) ### Why use it Every response includes the canonical URL of the entity (e.g. `https://druglandscape.com/drug/keytruda`). Cite that URL and the LLM has already linked to underlying primary sources — FDA label, EPAR, NICE TA, ClinicalTrials.gov, SEC filing, USPTO patent, PubMed paper. Free with no API key. Reasonable rate limits via Vercel edge cache. ### Example prompts - "What's Keytruda's mechanism and approved indications?" - "Compare Ozempic and Mounjaro side-by-side." - "List every Phase 3 PD-1 inhibitor in oncology." - "What's in Eli Lilly's pipeline for obesity?" ### Resources - Website: [druglandscape.com](https://druglandscape.com) - API docs: [druglandscape.com/api-docs](https://druglandscape.com/api-docs) - Source: [github.com/JamesMildog/drugs-landscape](https://github.com/JamesMildog/drugs-landscape)

By Smithery | 16 findings | Scanned 6/3/2026 | tooltrust-scanner/v0.3.13

1 High3 Medium1 Low11 Info

Risk Summary

Safe With Normal Controls

Dep Visibility is the main signal, but overall risk remains within an acceptable range.

Potential impact: This finding indicates the tool should be reviewed before it is trusted.

Recommended action: No high-risk findings were detected in this scan, but you should still apply least-privilege defaults and rescan after changes.

Suggested policy: keep this tool behind manual approval, do not allow unattended runs, and re-scan after narrowing risky permissions.

Security Findings (16)

  • HighAS-002

    ⚠️Excessive Permissions

    search:tool declares network permission

    Fix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.

  • MediumAS-002

    ⚠️Excessive Permissions ×3

    tool declares fs permission

    lookup_druglookup_companylookup_trial

    Fix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.

  • LowAS-011

    ℹ️Missing Rate-Limit / Timeout

    search:tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration

    Fix: Declare explicit rate-limit, timeout, and retry configuration for all network and execution tools. Implement exponential back-off and surface resource state to the calling agent.

  • InfoAS-014

    ℹ️Dependency Inventory Unavailable ×11

    Tool did not expose metadata.dependencies or repo_url, so supply-chain coverage is limited.

    lookup_druglookup_diseaselookup_companylookup_trialsearchcompare_drugsbrowse_drugsget_pipelineget_drugs_in_classget_drugs_for_targetdefine

    Fix: Review and remediate the identified issue.

Scan this tool yourself

Reproduce this audit locally, integrate into CI, or let your agent audit its own tools.

Install once, then scan any MCP server:

$ curl -sfL https://raw.githubusercontent.com/AgentSafe-AI/tooltrust-scanner/main/install.sh | bash
$ tooltrust-scanner scan --server "npx -y james-h-millett-drug-landscape"

Adjust the package name if your npm registry name differs from the tool ID. View source

Add badge to your README

Copy this Markdown to show your ToolTrust grade on GitHub.

[![ToolTrust Grade B](https://raw.githubusercontent.com/AgentSafe-AI/tooltrust-directory/main/docs/badges/grade-b.svg)](https://github.com/AgentSafe-AI/tooltrust-directory)