Aria Mcp Server — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Aria Mcp Server (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
<!-- mcp-name: io.github.pkotecha-eng/aria-mcp-server -->
A standalone MCP server that gives any Claude agent real-time access to biomedical literature and clinical trials — no API keys required.
| 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 |
| 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 |
| 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 |
Once connected, ask Claude:
pip install aria-mcp-server
aria-mcp-serverAdd 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.
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.jsonPooja Kotecha · dinq.me/pkotecha-eng
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.