loading…
Search for a command to run...
loading…
Patient Safety AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
Patient Safety AI - MCP server providing AI-powered tools and automation by MEOK AI Labs
MCP server for patient safety ai mcp operations
Patient Safety Ai MCP provides AI-powered tools via the Model Context Protocol (MCP).
| Tool | Description |
|---|---|
check_drug_interactions |
Check known drug interaction databases for a list of medications. Pass drugs as |
assess_patient_risk |
Risk scoring based on patient conditions, age, and comorbidities. Conditions and |
validate_dosage |
Check dosage against known safe ranges for a medication. |
generate_safety_alert |
Create a formatted clinical safety alert. Alert types: interaction, allergy, dos |
check_allergy_conflicts |
Cross-reference a medication against patient allergies including cross-reactivit |
pip install meok-patient-safety-ai-mcp
Add to your Claude Desktop MCP config (claude_desktop_config.json):
{
"mcpServers": {
"patient-safety-ai": {
"command": "python",
"args": ["-m", "meok_patient_safety_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": {
"patient-safety-ai-mcp": {
"command": "npx",
"args": []
}
}
}