Pill IQ gives pharmacists and physicians instant, cited answers on allergies, interactions, and alternatives. Every response is grounded in FDA drug labeling and validated — when the label doesn't say, neither do we.
Warfarin labeling lists ibuprofen (an NSAID) as increasing bleeding risk when used concomitantly; ibuprofen warns that anticoagulants raise the chance of severe stomach bleeding.
Each mode returns a structured, glanceable verdict your team can read across the counter in under a second. No paragraphs to parse.
“Can a patient allergic to X take Y?” → a clear SAFE / NOT SAFE verdict with the cross-reactivity reason.
Check two or more drugs at once → CONFLICT / NO CONFLICT, severity scale, and every interacting pair spelled out.
“Can't take X — what else treats this condition?” → a ranked list of alternatives, each with a one-line rationale and its own label source.
Click any citation to open the exact label passages it relied on — relevant terms highlighted, the live DailyMed page alongside.
Look-alike names (citalopram vs. escitalopram) trigger a quick “did you mean?” picker — so a misspelling never becomes the wrong drug.
A general mode answers free-form medication questions straight from the labels — and politely declines anything outside that scope.
The model never free-associates. It answers only from retrieved label text, and every response is validated against a fixed schema before it reaches you.
Type a question or call an agent with /. Names are normalized to RxNorm so brands, generics, and typos resolve to one drug.
A vector search over FDA labeling (OpenFDA + DailyMed) pulls the exact contraindication, interaction, and indication passages — pre-filtered to the relevant drugs.
Claude returns a strict JSON verdict, checked server-side. No valid grounding? You get INSUFFICIENT DATA — never a guess.
Pill IQ is engineered so the bias always favors caution. Every layer — retrieval, prompting, validation — is designed to refuse rather than improvise.
When the label doesn't contain enough to answer, Pill IQ says so plainly instead of filling the gap. For a clinical tool, “I don't know” is a feature.
Pill IQ ships an MCP server, so Claude Desktop, Claude Code, or any agent you build can call the same grounded, cited pipeline as four clean tools.
# add Pill IQ to any MCP-capable agent
claude mcp add pill-iq \
--env PILLIQ_API_URL=http://localhost:8000 \
-- python mcp/server.py
# → tools available to your agent:
interaction_check({ medications: ["warfarin","ibuprofen"] })
→ { verdict: "CONFLICT", severity: "major", sources: [...] }
See how Pill IQ delivers cited, label-grounded drug intelligence to your pharmacy or clinical workflow.