Clinical Intelligence MCP Server
Provides optional grounding with Vertex AI Google Search, requiring a Google Cloud project.
Provides search capabilities for biomedical literature via the NCBI E-utilities, allowing queries to PubMed.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Clinical Intelligence MCP Serversearch clinical trials for lung cancer"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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: Medical Research MCP Suite
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 8000Health checks
curl http://localhost:8000/health
curl http://localhost:8000/health/sourcesMCP endpoint
Useful test URLs
curl "http://localhost:8000/health/sources"Pytest
pytest -qVertex 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.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityCmaintenanceEnables AI-powered medical information retrieval through FHIR clinical document search and GraphRAG-based exploration of medical entities and relationships. Combines vector search with knowledge graph queries for comprehensive healthcare data analysis.Last updatedMIT
- AlicenseBqualityDmaintenanceEnables 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.Last updated1311MIT
- Flicense-qualityDmaintenanceEnables AI agents to query and analyze FDA adverse events, drug labels, medical device clearances, and other public health datasets through natural language commands.Last updated13
- Alicense-qualityDmaintenanceEnables LLMs to search FDA drug labels and adverse event data via the OpenFDA API, supporting natural language queries for drug safety information.Last updatedMIT
Related MCP Connectors
Search arXiv/Semantic Scholar/OpenAlex + medical evidence (PubMed/Europe PMC) + LaTeX/PDF tools.
Scholarly search: OpenAlex, Crossref, arXiv, OpenCitations and PubMed in one endpoint.
Search PubMed/Europe PMC, fetch articles and full text (PMC/EPMC/Unpaywall), citations, MeSH terms.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/nasimpc/Clinical-Trial-Intelligence-MCP-Server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server