No project description provided
Project description
🧬 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_pubmed |
Search 35M+ peer-reviewed papers via NCBI E-utilities |
search_clinical_trials |
Search 400K+ trials via ClinicalTrials.gov v2 API |
Prompts
| Prompt | Description |
|---|---|
clinical-research-brief |
Comprehensive evidence + trial brief for a condition |
adverse-event-analysis |
Structured AE and safety profile for a drug |
trial-eligibility-checker |
Patient eligibility assessment across recruiting trials |
Resources
| Resource | Description |
|---|---|
info://aria |
Overview of ARIA capabilities and data sources |
reference://trial-phases |
Phase I–IV definitions and FDA special designations |
reference://high-impact-journals |
Curated high-impact journals by specialty |
reference://fda-databases |
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?"
Quickstart
pip install aria-mcp-server
aria-mcp-server
Connect 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)
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.json
Built by
Pooja Kotecha · dinq.me/pkotecha-eng
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file aria_mcp_server-0.1.4.tar.gz.
File metadata
- Download URL: aria_mcp_server-0.1.4.tar.gz
- Upload date:
- Size: 9.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
fa4e4fd4ebb3150ef282444b0e93e0287e122d66aea4c05cde9f3a307b2ef05c
|
|
| MD5 |
d1df1b14454e293c144bc9cb5bc1f663
|
|
| BLAKE2b-256 |
fd1c6f46af3ead726d21de5d468f4778cdc0c9f311bcb55a1444c9d604ad285c
|
File details
Details for the file aria_mcp_server-0.1.4-py3-none-any.whl.
File metadata
- Download URL: aria_mcp_server-0.1.4-py3-none-any.whl
- Upload date:
- Size: 11.1 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.12.6
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
36e55302cdf5398c807738732cc726fa05ba634daa098f11791163c72bc784ef
|
|
| MD5 |
8b0af9e829388dd4154e230866995c54
|
|
| BLAKE2b-256 |
0f91e9be019935d22cd71cb7e2ee0ee83990edb884079dbbc321baa607a6201d
|