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.
「クラウドとインフラ」の他のコンテンツ
container-use
aluzzardiDevelopment environments for coding agents. Enable multiple agents to work safely and independently with your preferred stack.
Sample Serverless MCP Servers
aws-samplesSample implementations of AI Agents and MCP Servers running on AWS Serverless compute
Terraform MCP Server
hashicorpThe Terraform MCP Server provides seamless integration with Terraform ecosystem, enabling advanced automation and interaction capabilities for Infrastructure as Code (IaC) development.
Kubernetes MCP Server
manusaModel Context Protocol (MCP) server for Kubernetes and OpenShift
MCP Gateway
mcp-ecosystem🧩 MCP Gateway - A lightweight gateway service that instantly transforms existing MCP Servers and APIs into MCP servers with zero code changes. Features Docker deployment and management UI, requiring no infrastructure modifications.
コメント