Back to the catalog

io.github.pkotecha-eng/aria-mcp-server

Search 35M+ PubMed, 400K+ ClinicalTrials.gov & ISRCTN trials. Prompts included. No API key.

Open source Open in the app JSON README (API)

About

Search 35M+ PubMed, 400K+ ClinicalTrials.gov & ISRCTN trials. Prompts included. No API key.

Details

Kind
MCP servers
Topic
Government & public data
Publisher
pkotecha-eng
Origin
official
Category
ferramentas
Transport
local
Version
0.2.1
Stars
3
Forks
1
Last push
2026-07-13T04:30:13Z
Repository state
ativo
Language
Python
License
MIT
Added
2026-08-29 04:01:12
Updated
2026-08-29 04:01:12
Origin id
io.github.pkotecha-eng/aria-mcp-server

README

<!-- mcp-name: io.github.pkotecha-eng/aria-mcp-server -->

# ๐Ÿงฌ 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.
[![aria-mcp-server MCP server](https://glama.ai/mcp/servers/pkotecha-eng/aria-mcp-server/badges/score.svg)](https://glama.ai/mcp/servers/pkotecha-eng/aria-mcp-server)
## 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 |
| `search_isrctn` | Search UK/European trials via ISRCTN registry |


## 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?"
- "Find UK and European trials for pediatric epilepsy via ISRCTN"

## Quickstart

```bash
pip install aria-mcp-server
aria-mcp-server
```

## Connect to Claude Desktop

Add to `~/Library/Application Support/Claude/claude_desktop_config.json`:

```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](https://gofastmcp.com) โ€” 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](https://dinq.me/pkotecha-eng)

More