loading…
Search for a command to run...
loading…
Clinical Trials AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Clinical Trials AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
MCP server for clinical trials ai mcp operations
Clinical Trials Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
search_trials |
Search clinical trials by condition, drug, phase, status, or location. |
check_eligibility |
Evaluate whether a patient meets eligibility criteria for a specific trial. Cond |
get_trial_details |
Get comprehensive details for a specific clinical trial. |
compare_trials |
Compare multiple clinical trials side by side. Pass trial IDs as comma-separated |
get_trial_endpoints |
Get detailed primary and secondary endpoint information for a trial. |
pip install meok-clinical-trials-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"clinical-trials-ai": {
"command": "python",
"args": ["-m", "meok_clinical_trials_ai_mcp.server"]
}
}
}
from mcp.server.fastmcp import FastMCP
# This server exposes 5 tool(s) via MCP
# See server.py for full implementation
MIT © MEOK AI Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"clinical-trials-ai-mcp": {
"command": "npx",
"args": []
}
}
}