Skip to main content
Not yet available. drug is designed but not implemented. There is no endpoint or MCP tool yet — this page describes the intended behavior so integrators can plan. It will appear in the API Reference and tools/list only once shipped.

What it will do

drug will serve structured medication data from the French BDPM database: indications, interactions, adverse effects, and dosage.

One tool, sub-resources as a parameter

drug will be a single tool, not one tool per data type. The kind of data is a parameter:
resourceReturns
indicationApproved indications.
interactionsKnown interactions.
adverseAdverse effects.
dosagePosology.

Intended shape (subject to change)

// Request
{ "molecules": ["apixaban"], "resource": "interactions" }

// Response — structured data for the requested resource
{ "molecules": ["apixaban"], "resource": "interactions", "items": [ /* ... */ ] }
Sources such as BDPM are content behind this tool — not separate tools. The exact contract is being designed; this page will be replaced by the live reference when drug ships.