aria-mcp-server
The ARIA Clinical Research MCP Server provides real-time access to biomedical literature and clinical trial data from public APIs โ no API keys required.
Core Tools:
Search PubMed (
search_pubmed): Query 35M+ peer-reviewed papers via NCBI E-utilities for research on drug mechanisms, clinical outcomes, disease studies, safety/efficacy data, biomarkers, and diagnosticsSearch Clinical Trials (
search_clinical_trials): Query 400K+ studies on ClinicalTrials.gov by condition, intervention, and status (recruiting, completed, or all)
Guided Workflows (Prompts):
Generate a comprehensive evidence + trial brief for a medical condition
Produce a structured adverse event and safety profile for a drug
Assess patient eligibility across currently recruiting trials
Reference Resources:
Overview of ARIA's capabilities and data sources
Phase IโIV trial definitions and FDA special designations
Curated high-impact journals organized by medical specialty
FDA databases for drug, safety, and regulatory research
Example Use Cases:
Search literature on specific drugs, conditions, or treatment outcomes
Find actively recruiting clinical trials for a given disease
Cross-reference published evidence with active trials for drug discovery
Assess patient eligibility for clinical trials
Enables searching of 35M+ peer-reviewed papers via NCBI E-utilities, allowing comprehensive biomedical literature research through the PubMed database.
๐งฌ ARIA Clinical Research MCP Server
A standalone MCP server that gives any Claude agent real-time access to biomedical literature and clinical trials โ no API keys required.
Tools
Tool | Description |
| Search 35M+ peer-reviewed papers via NCBI E-utilities |
| Search 400K+ trials via ClinicalTrials.gov v2 API |
| Search UK/European trials via ISRCTN registry |
Prompts
Prompt | Description |
| Comprehensive evidence + trial brief for a condition |
| Structured AE and safety profile for a drug |
| Patient eligibility assessment across recruiting trials |
Resources
Resource | Description |
| Overview of ARIA capabilities and data sources |
| Phase IโIV definitions and FDA special designations |
| Curated high-impact journals by specialty |
| FDA databases for drug, safety, and regulatory research |
Example queries
Once connected, ask Claude:
"Search PubMed for ketogenic diet pediatric epilepsy outcomes"
"Find recruiting trials for lung cancer immunotherapy"
"What does the literature say about veliparib in ovarian cancer, and are there active trials?"
"Find UK and European trials for pediatric epilepsy via ISRCTN"
Quickstart
pip install aria-mcp-server
aria-mcp-serverConnect to Claude Desktop
Add to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"aria-clinical-research": {
"command": "aria-mcp-server"
}
}
}Restart Claude Desktop. The server will appear under Settings โ Developer โ Local MCP Servers.
Data sources
PubMed โ NCBI E-utilities (public API, no key required)
ClinicalTrials.gov โ v2 REST API (public API, no key required)
ISRCTN โ UK/European clinical trials registry (public API, no key required)
Tech stack
FastMCP โ MCP server framework
Python 3.12+
Use cases
Life sciences researchers needing real-time literature access
Clinical trial coordinators checking eligibility and recruiting status
Drug discovery teams cross-referencing published evidence with active trials
Any Claude agent needing grounded biomedical knowledge
Project Structure
aria-mcp-server/ โ root, where mcp-publisher runs
โโโ aria_mcp_server/ โ Python package
โ โโโ __init__.py
โ โโโ server.py
โ โโโ tools.py
โโโ server.json โ MCP registry metadata
โโโ pyproject.toml
โโโ README.md
โโโ LICENSE
โโโ glama.jsonBuilt by
Pooja Kotecha ยท dinq.me/pkotecha-eng
Maintenance
Latest Blog Posts
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/pkotecha-eng/aria-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server