Your agents query the same graph.
Everything in this console is also callable by machine — one MCP endpoint, 12 tools across the lifecycle. Same corpus, same honesty rules: descriptive observables with sources, never judgments.
Endpoint
https://radar.healthai.com/api/mcp
Streamable HTTP transport · server 483-risk-radar v0.4.0 · no auth required for read tools. In Claude Code: claude mcp add --transport http radar https://radar.healthai.com/api/mcp
The 12 tools, by track
Premarket · Precedent
device_evidence_lookupParsed 510(k) evidence for one device — every field with a verbatim source quote.
evidence_search“Devices like mine” by product code, panel, applicant, clinical data, PCCP…
predicate_chainTrace a device's predicate ancestry.
evidence_cohort_statsPresence rates across the audited corpus — denominators always inline.
Post-deployment · Postmarket
device_postmarket_lookupRecalls, MAUDE trend, and drift signals for one cleared device.
postmarket_searchFind devices by postmarket criteria — drift signals, recalls, rising MAUDE.
cohort_postmarket_statsCohort-level presence rates, never pooled.
Payment · Reimbursement
reimbursement_lookupClearance-to-payment pathway by K/DEN number or bare CPT code.
reimbursement_searchPathways by mechanism — NTAP, Category I/III, HCPCS, LCD.
reimbursement_statsMechanism distribution with per-mechanism dollar spreads.
Compliance · 483 Radar
device_risk_lookupComposite escalation-risk score for a product code, drivers itemized.
Plus one off-lifecycle extra: vehicle_risk_lookup — NHTSA recall/complaint history by make, model, and year.
Coming soonin development
firm_compliance_historyOne firm's full compliance record across every source — recalls, letters, citations — in a single call.
watchlist_diffWhat changed in your watched categories since you last asked — the weekly scan as a tool call.
Try it raw
curl -s https://radar.healthai.com/api/mcp \
-H 'content-type: application/json' \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call",
"params":{"name":"evidence_search",
"arguments":{"panel":"Radiology","reports_any_sensitivity_metric":true}}}'The endpoint speaks JSON-RPC — opening it in a browser returns a bare “method not allowed,” which is the endpoint working as intended. This page is its human-readable face.