ContextRx speaks the Model Context Protocol, so the agent you build and run connects the way it already expects to — we provide the endpoints it calls. Start in the sandbox with no BAA, then unlock member-level Clinical Context when you're ready.
Talk to our teamPoint your MCP-capable agent at the ContextRx server, authenticate with your key, and the endpoints you've enabled appear as tools. The Knowledge Base and de-identified population analytics work immediately; member-level Clinical Context appears once a BAA is signed.
# Sandbox MCP endpoint (JSON-RPC over HTTP) POST https://www.contextrx.ai/sandbox/mcp Authorization: Bearer crx_sandbox_… # A BAA unlocks member-level Clinical Context POST https://www.contextrx.ai/mcp Authorization: Bearer crx_live_…
Every response carries the metadata your tooling expects — a schema version, a call id, and the pricing fields for that call.
Sandbox keys are free and let you explore the full Knowledge Base plus synthetic Clinical Context. They're rate-limited and never touch real PHI — the fastest way to see what your agent could know.
crx_sandbox_; production keys are crx_live_.Every endpoint, grouped by block and labeled by whether it needs a BAA. One entry per endpoint; turn on what you need.
/knowledge/terminologyCode systems & crosswalks./knowledge/drugDrug facts & interactions./knowledge/coverageFormulary & benefit logic./knowledge/calculatorsDeterministic clinical scores./knowledge/guidelinesCare guidance & pathways./knowledge/sdohSocial determinants reference./knowledge/evidenceEvidence base lookups./knowledge/deviceDevice reference./knowledge/genomicsGenomics reference./context/memberIdentity-resolved patient: interactions, adherence, risk. PHI · BAA + consent./context/providerClinician context./context/populationDe-identified cohort comparison. No PHI, no BAA./skillsClinician-approved patient process areas + integrations (CPG-on-FHIR / CDS Hooks / CQL) your agent calls.ContextRx is delivered over the Model Context Protocol (MCP), so any MCP-capable agent runtime can consume it without a custom integration.
Free sandbox keys, the full Knowledge Base, and synthetic Clinical Context — no BAA required to start.