Drug Interaction Checker — hosted on Cloudflare Workers (HTTP + npm stdio)
@guptaprakhariitr
关于 Drug Interaction Checker — hosted on Cloudflare Workers (HTTP + npm stdio)
MCP server for drug-interaction-mcp — see README
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"drug-interaction-mcp": {
"command": "npx",
"args": [
"-y",
"@insnapsprakhar/drug-interaction-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Drug Interaction Checker?
Drug Interaction Checker is a hosted MCP server that checks drug-drug interactions with severity classification, supports polypharmacy checks across up to 8 drugs, and surfaces FDA-labeled dosing guidance from DailyMed. It uses RxNorm normalization to resolve brand/generic names to RxCUI, and can find ATC-class alternatives. It is designed for clinical-decision-support copilots and works with any MCP-aware client.
How to use Drug Interaction Checker?
Point any MCP-aware client at the hosted endpoint using mcp-remote: npx -y mcp-remote https://drug-interaction-mcp.atlasword.workers.dev/mcp --header "Authorization: Bearer mck_YOUR_API_KEY". Alternatively, install via npm launcher: npx -y @insnapsprakhar/drug-interaction-mcp. Configuration examples are provided for Cursor and Claude Desktop. An API key is required for paid tiers; anonymous free tier allows 100 calls/month per IP.
Key features of Drug Interaction Checker
- Drug-drug interaction check with severity (contraindicated/major/moderate/minor)
- Polypharmacy support: checks up to 8 drugs (28 pairs)
- RxNorm normalization: brand/generic → RxCUI
- FDA-labeled dosing guidance from DailyMed
- ATC-class therapeutic alternatives finder
- HTTP POST transport with Bearer-token auth and JSON‑RPC 2.0
Use cases of Drug Interaction Checker
- Clinical LLM copilot checking interactions before prescribing
- Polypharmacy review for patients on multiple medications
- Drug name normalization and dosage lookup in EHR workflows
- Finding therapeutic alternatives within the same ATC class
- Automated drug interaction screening in clinical decision support
FAQ from Drug Interaction Checker
What data sources does Drug Interaction Checker use?
RxNorm (NLM), DailyMed, and openFDA Drug Label — all public domain US Government sources.
What are the pricing plans and limits?
Free: 100 calls/month, 10/min. Solo ($29/mo): 2,000 calls, 60/min. Team ($99/mo): 10,000 calls, 200/min, 5 seats. Pro ($299/mo): 50,000 calls, 600/min, 25 seats.
How is data privacy handled?
Only email, API key, monthly call counters, and Dodo subscription metadata are stored. Tool arguments or upstream responses are not logged beyond short cache TTLs. Data export and deletion are available.
What runtime and transport does Drug Interaction Checker use?
Hosted on Cloudflare Workers (V8 isolates). Transport is HTTP POST with JSON‑RPC 2.0. Also available via npm stdio launcher.
How do I get an API key?
Visit the upgrade page, complete Dodo Payments checkout, copy the key from the welcome page. Free tier does not need a key.
云与基础设施 分类下的更多 MCP 服务器
K8s MCP Server
alexei-ledK8s-mcp-server is a Model Context Protocol (MCP) server that enables AI assistants like Claude to securely execute Kubernetes commands. It provides a bridge between language models and essential Kubernetes CLI tools including kubectl, helm, istioctl, and argocd, allowing AI syste
Run Model Context Protocol (MCP) servers with AWS Lambda
awslabsRun existing Model Context Protocol (MCP) stdio-based servers in AWS Lambda functions
Azure DevOps MCP Server
Tiberriver256An MCP server for Azure DevOps
Supabase MCP Server
supabase-communityConnect Supabase to your AI assistants
Query | MCP server for Supabase
alexander-zuevQuery MCP enables end-to-end management of Supabase via chat interface: read & write query executions, management API support, automatic migration versioning, access to logs and much more.
评论