1. Official CLI Tool Available
Developers and AI agents can install and run the official Driplee CLI tool directly across popular package managers:
# Install via NPM (Node.js)
npm install -g driplee
# Run directly via NPX without installation
npx driplee calculate --drug norepinephrine --dose 0.05 --weight 70
# Install via Homebrew (macOS / Linux)
brew install driplee
# Install via Python PyPI
pip install driplee-cli
2. Machine-Readable Specifications
OpenAPI 3.1 Spec (JSON)
https://driplee.online/openapi.json
OpenAPI Spec (YAML)
https://driplee.online/openapi.yaml
LLMs Agent Guide
https://driplee.online/llms.txt
Model Context Protocol (MCP)
https://driplee.online/.well-known/mcp.json
RFC 9727 API Catalog
https://driplee.online/.well-known/api-catalog
API Versioning & Sunset Policy
https://driplee.online/deprecation
3. Public REST Endpoints
- GET /api/health.json: Operational status, uptime, version.
- GET /api/drugs.json: Vasoactive, sedative, and antiarrhythmic drug catalog.
- GET /api/calculators.json: 19+ ICU risk calculators with formulas and references.
- GET /api/deprecation.json: Backwards compatibility and deprecation lifecycle.
- GET /api/mcp.json: MCP JSON-RPC 2.0 endpoint.