CCM
/MCP
SkillsMCPMarketplacesDigestToolsAdvertise

This week in Claude

Every Monday: Claude Code, Agent SDK, MCP, and the Anthropic platform moves worth your time.

Skills by Category
Frontend DevelopmentBackend & APIsTesting & QASecurityDevOps & CI/CDGit & Pull RequestsDocumentationCode Review & QualityAI & Agent BuildingSkill Development
MCP Servers by Category
Sales & MarketingWeb & Browser AutomationDatabasesAI & LLM ToolsCloud & InfrastructureCommunication & MessagingDeveloper ToolsDesign & CreativeDocuments & KnowledgeSearch & Web Crawling
Marketplaces by Category
AI Agents & OrchestrationLLM IntegrationDevelopment ToolsFrontend & UIBackend & APIsDatabasesTesting & Code QualityDevOps & CloudSecurity & ComplianceGit & Version Control

Claude Code Marketplaces

Discover Claude Code plugins, extensions, and tools. Automatically updated directory of Anthropic Claude AI marketplaces with development tools, productivity plugins, and integrations.

Resources

  • Browse Skills
  • Browse MCP Servers
  • Browse Marketplaces
  • Skill index
  • MCP index
  • Marketplace index
  • Plugins Reference

Community

  • About
  • Tools
  • Feedback
  • Privacy Policy
  • Advertise

Built for the Claude Code community with Claude Code by mertbuilds.com

Independent project, not affiliated with Anthropic
pkotecha-eng avatar

Aria Mcp Server

pkotecha-eng/aria-mcp-server
1STDIOregistry active
Summary

This connects Claude to three public biomedical APIs: PubMed's 35M+ papers via NCBI E-utilities, ClinicalTrials.gov's 400K+ trials, and the ISRCTN UK/European registry. You get three search tools, three structured prompts for common workflows like adverse event analysis and trial eligibility checking, and reference resources covering trial phases and FDA databases. No API keys needed since all three endpoints are public. Built with FastMCP. Reach for this when you're doing literature reviews, screening patients against recruiting trials, or cross-referencing published evidence with active drug studies. The prompts handle the boilerplate for generating clinical research briefs and safety profiles.

CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →

🧬 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

ToolDescription
search_pubmedSearch 35M+ peer-reviewed papers via NCBI E-utilities
search_clinical_trialsSearch 400K+ trials via ClinicalTrials.gov v2 API
search_isrctnSearch UK/European trials via ISRCTN registry

Prompts

PromptDescription
clinical-research-briefComprehensive evidence + trial brief for a condition
adverse-event-analysisStructured AE and safety profile for a drug
trial-eligibility-checkerPatient eligibility assessment across recruiting trials

Resources

ResourceDescription
info://ariaOverview of ARIA capabilities and data sources
reference://trial-phasesPhase I–IV definitions and FDA special designations
reference://high-impact-journalsCurated high-impact journals by specialty
reference://fda-databasesFDA 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

Featured
CodeRabbit
CodeRabbit
AI writes the code. CodeRabbit catches the slop.
Try For Free →
AppSignal
AppSignal
Monitor with ease. Code with confidence.
Start Free Trial →
Make money from your Skills
Make money from your Skills
On Capafy, your Skill runs online 24/7 as an agent product, and you get paid every time someone uses it.
Start earning →
Put your SEO on autopilot
Put your SEO on autopilot
An agent that runs the SEO playbooks that move rankings and ships PRs you control.
Get founding access →
Vibe Prospecting MCPVibe Prospecting MCP
Vibe Prospecting MCP
Connect Claude to +800M contacts, +150M companies. Find & Enrich leads in chat.
Try For Free →
Make your agent a DeFi expert
Make your agent a DeFi expert
Agent, run crypto. Access onchain data & trade routes via 1inch.
Install now →
Categories
Search & Web Crawling
Registryactive
Packagearia-mcp-server
TransportSTDIO
UpdatedMay 4, 2026
View on GitHub

Related Search & Web Crawling MCP Servers

View all →
prashantbtkl avatar
Spresh Mcp

prashantbtkl/spresh-mcp

Search Facebook ads, decode competitor creative strategy, and track brand ad history.
1
quotewise avatar
Quotewise

quotewise/mcp

Semantic quote search with 600K quotes. Find quotes by meaning, verify attributions.
1
ravidorr avatar
Murphys Laws

ravidorr/murphys-laws

Access 1,500+ Murphy's Laws: search, browse by category, random, daily, submit.
1
re-rank avatar
KRDS Design System

re-rank/uiux-mcp

Build interfaces that follow the Korea Responsive Design System (KRDS) faster. Search and insert official components, retrieve ready-to-use HTML, and explore color, spacing, and typography tokens. Validate your code for KRDS compliance and accessibility and get actionable improvement suggestions.
1
revolutionarybukhari avatar
Opportunity MCP

revolutionarybukhari/opportunity-mcp

Search youth opportunities (scholarships, fellowships, internships) from any AI assistant.
1
rishav0123 avatar
Sentimatix

rishav0123/sentimatix

Real-time NSE/BSE stock sentiment, news NLP, technical analysis & RAG search via MCP.
1