Skip to main content
Glama
nasimpc

Clinical Intelligence MCP Server

by nasimpc

Clinical Intelligence MCP Server - MVP 1

What this MVP includes

  • ClinicalTrials.gov v2 search

  • PubMed search via NCBI E-utilities

  • Open Targets target lookup

  • openFDA regulatory context

  • Optional Vertex AI Google Search grounding

  • FastMCP over Streamable HTTP for LibreChat

Related MCP server: OpenFDA FastMCP Server

Local setup

python -m venv .venv
source .venv/bin/activate   # Windows: .venv\Scripts\activate
pip install -r requirements.txt
cp .env.example .env
uvicorn app.main:app --reload --host 0.0.0.0 --port 8000

Health checks

curl http://localhost:8000/health
curl http://localhost:8000/health/sources

MCP endpoint

Useful test URLs

curl "http://localhost:8000/health/sources"

Pytest

pytest -q

Vertex AI Google Search grounding

This is optional.

Set:

GOOGLE_CLOUD_PROJECT GOOGLE_CLOUD_LOCATION=global ENABLE_VERTEX_WEB_SEARCH=true

Also ensure your environment has Google Cloud credentials available.

If this is disabled, the rest of the server still works.

Related MCP Connectors

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Enables comprehensive medical research by querying and analyzing data across ClinicalTrials.gov, PubMed, and FDA databases with AI-enhanced cross-database insights, risk assessments, and competitive intelligence.
    13
    11
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Enables LLMs to search FDA drug labels and adverse event data via the OpenFDA API, supporting natural language queries for drug safety information.
    2
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Provides LLM-optimized access to FDA data through the OpenFDA API and direct regulatory decision document retrieval, covering all 21 OpenFDA endpoints plus 510(k) summaries, De Novo decisions, and PMA approvals.
    4
    1
    MIT