Machine access · MCP

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_lookup

    Parsed 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_chain

    Trace a device's predicate ancestry.

  • evidence_cohort_stats

    Presence rates across the audited corpus — denominators always inline.

Post-deployment · Postmarket

  • device_postmarket_lookup

    Recalls, MAUDE trend, and drift signals for one cleared device.

  • postmarket_search

    Find devices by postmarket criteria — drift signals, recalls, rising MAUDE.

  • cohort_postmarket_stats

    Cohort-level presence rates, never pooled.

Payment · Reimbursement

  • reimbursement_lookup

    Clearance-to-payment pathway by K/DEN number or bare CPT code.

  • reimbursement_search

    Pathways by mechanism — NTAP, Category I/III, HCPCS, LCD.

  • reimbursement_stats

    Mechanism distribution with per-mechanism dollar spreads.

Compliance · 483 Radar

  • device_risk_lookup

    Composite 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_history

    One firm's full compliance record across every source — recalls, letters, citations — in a single call.

  • watchlist_diff

    What 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.

Statistical pattern analysis of public FDA / CMS data — descriptive decision-support, not legal, regulatory, coding, or reimbursement advice. Verify against primary sources. A Health AI product · machine access over MCP.