1. Conduid
  2. Healthcare
  3. pkotecha-eng/aria-mcp-server
MCP server · Healthcare

pkotecha-eng/aria-mcp-server

time access to PubMed (35M+ papers) and ClinicalTrials.gov (400K+ trials). No API key required.

Unclaimed devtools
34Low

Scored 4 months ago · breakdown

About pkotecha-eng/aria-mcp-server

pkotecha-eng/aria-mcp-server is an MCP server in the Healthcare category: time access to PubMed (35M+ papers) and ClinicalTrials.gov (400K+ trials). No API key required. It has been installed 0 times through Conduid.

Install

Clone
git clone https://github.com/pkotecha-eng/aria-mcp-server

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about pkotecha-eng/aria-mcp-server

Powered by Claude · Grounded in docs

I know everything about pkotecha-eng/aria-mcp-server. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • ·Scoped permissionsNot checked yet.

README

🧬 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

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

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)
  • 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.json

Built by

Pooja Kotecha · dinq.me/pkotecha-eng

README mirrored from the source repository 4 months ago. The original is authoritative.

Questions

About pkotecha-eng/aria-mcp-server

How do I install pkotecha-eng/aria-mcp-server?

Run git clone https://github.com/pkotecha-eng/aria-mcp-server, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is pkotecha-eng/aria-mcp-server safe to use with an AI agent?

Its trust score is 34 out of 100 (low). Conduid hasn't run static security checks on this repository yet, so review the source yourself before granting it credentials. It has no ConduID identity yet, so agent calls to it are not receipted.

Is pkotecha-eng/aria-mcp-server still maintained?

Conduid hasn't recorded a commit date for this repository yet. Check the repository directly for recent activity.