Fda Risk Radar Mcp logo
Health: ActiveRecent health check succeeded.Last checked 8/7/2026, 10:35:48 PM

Fda Risk Radar Mcp

thehealthai
View Repository

The MCP server behind Constat: FDA & NHTSA regulatory-risk intelligence for agents โ€” device compliance risk by 3-letter product code, parsed 510(k) premarket evidence with verbatim source quotes, predicate chains, postmarket drift signals, clearance-to-payment reimbursement pathways (NTAP/CPT/CMS), and NHTSA vehicle safety. 14 tools. Decision support, not regulatory advice. Hosted at constat.dev/api/mcp.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Install Config Generator

claude_desktop_config.json
{
  "mcpServers": {
    "thehealthai-fda-risk-radar-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "thehealthai-fda-risk-radar-mcp"
      ]
    }
  }
}

๐Ÿ’ก Paste into ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

Capabilities & Tool Schemas (14)Self-reported

Inspect callable tools, capabilities, and parameters exposed to AI agents by Fda Risk Radar Mcp.

device_risk_lookup

FDA compliance risk for a device category by 3-letter product code โ€” recalls, MAUDE trend, warning-letter matches, composite score

firm_compliance_history

Source-bounded FDA public-record timeline for a device firm โ€” recalls, warning letters, 483s, clearances

watchlist_diff

Machine-detected FDA public-record changes for monitored product codes since a given date

device_evidence_lookup

Parsed 510(k) premarket evidence for an AI/ML device, each field with a verbatim source quote + page

evidence_search

Find AI/ML clearances by product code, panel, applicant, clinical data, sensitivity metric, or PCCP

predicate_chain

Trace a device's predicate ancestry with each predicate's age at clearance

Documentation Overview

Constat โ€” 483 Risk Radar (MCP server)

Constat 483 Risk Radar MCP server

MCP Queen grade

The MCP server behind Constat โ€” FDA & NHTSA regulatory-risk intelligence for AI agents, over the Model Context Protocol. Live public regulatory data โ€” recalls, adverse events, warning letters, 510(k) premarket evidence, postmarket drift signals, reimbursement pathways, and vehicle safety. Decision support, not regulatory advice.

  • Endpoint: https://constat.dev/api/mcp (legacy https://radar.healthai.com/api/mcp still serves)
  • Transport: Streamable HTTP (JSON-RPC 2.0)
  • Auth: none for anonymous access (30 requests/min per client); an optional X-API-Key header enables the separately assigned metered allowance.
  • Registry: com.healthai/radar (official MCP registry)

The evidence corpus and tool logic run hosted at the endpoint above. This repo also ships server.mjs, a zero-dependency stdio bridge to that endpoint, so stdio-only MCP clients can use the server like any local one:

bash
node server.mjs            # stdio MCP server, bridges to constat.dev/api/mcp
jsonc
// e.g. in an MCP client config
{ "mcpServers": { "constat": { "command": "node", "args": ["/path/to/server.mjs"] } } }
Terminal
docker build -t constat-mcp . && docker run -i constat-mcp   # same, containerized

Tools

ToolWhat it does
device_risk_lookupFDA compliance risk for a device category by 3-letter product code โ€” recalls, MAUDE trend, warning-letter matches, composite score
firm_compliance_historySource-bounded FDA public-record timeline for a device firm โ€” recalls, warning letters, 483s, clearances
watchlist_diffMachine-detected FDA public-record changes for monitored product codes since a given date
device_evidence_lookupParsed 510(k) premarket evidence for an AI/ML device, each field with a verbatim source quote + page
evidence_searchFind AI/ML clearances by product code, panel, applicant, clinical data, sensitivity metric, or PCCP
predicate_chainTrace a device's predicate ancestry with each predicate's age at clearance
evidence_cohort_statsReporting-rate stats across the parsed AI/ML corpus โ€” presence figures with denominators
device_postmarket_lookupPost-clearance intelligence for one device โ€” recalls, MAUDE trend, letter/483 matches, drift signals
postmarket_searchFind devices by postmarket criteria โ€” drift signals, recalls in 24mo, rising MAUDE trend
cohort_postmarket_statsPostmarket presence rates across the AI/ML cohort, each with its denominator
reimbursement_lookupClearance-to-payment pathway by K/DEN or CPT code โ€” NTAP, Cat I/III, CMS rates, HCPCS, LCDs
reimbursement_searchFind payment pathways by mechanism, CPT category, NTAP status, applicant
reimbursement_statsMechanism distribution across the reimbursement corpus with dollar ranges
vehicle_risk_lookupNHTSA safety history by make/model/year โ€” recall campaigns and complaint stats

Quick start

Terminal
curl -s https://constat.dev/api/mcp \
  -H 'content-type: application/json' \
  -H 'accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call",
       "params":{"name":"device_risk_lookup","arguments":{"product_code":"FRN"}}}'

List tools with {"method":"tools/list"}. Note the Accept header must include text/event-stream (streamable-HTTP requirement).

Each of the 14 tools declares an output schema. Tool calls return structured content with an explicit ok, not_found, invalid_request, or unavailable status while preserving a text result for older clients.

See the integration guide, architecture and trust boundaries, privacy notice, and support page.

Related servers

  • Clarity MCP โ€” condition-aware ingredient, product & supplement safety (verdict + evidence tier + citation).
  • MCP Queen โ€” the graded MCP registry that independently probes and grades this server.

About

Built by Health AI, the team behind Constat. Informational only; verify against primary FDA/NHTSA sources.

License

MIT โ€” see LICENSE.

Related MCP Servers

View all alternatives

Frequently Asked Questions about Fda Risk Radar Mcp

How do I install the thehealthai/fda-risk-radar-mcp MCP server?

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "fda-risk-radar-mcp": { "command": "npx", "args": ["-y", "thehealthai/fda-risk-radar-mcp"] } }

What does thehealthai/fda-risk-radar-mcp do?

The MCP server behind Constat: FDA & NHTSA regulatory-risk intelligence for agents โ€” device compliance risk by 3-letter product code, parsed 510(k) premarket evidence with verbatim source quotes, predicate chains, postmarket drift signals, clearance-to-payment reimbursement pathways (NTAP/CPT/CMS), and NHTSA vehicle safety. 14 tools. Decision support, not regulatory advice. Hosted at constat.dev/api/mcp.

Is the thehealthai/fda-risk-radar-mcp MCP server free to use?

Yes. thehealthai/fda-risk-radar-mcp is listed on AllMCPs as a free, open Model Context Protocol server you can install into Claude Desktop, Cursor, or any MCP-compatible client.

Technical Specs & Signals

TransportSTDIO
RuntimeNode.js
Health CheckActive
Views0
Installs0
GitHub stars0
51Quality signal: Fair ยท 51/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership8/20
Documentation & tools30/30
Adoption0/15
Community engagement0/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

โ˜… FeaturedAllMCPs Server logo

AllMCPs Server

The official MCP server for AllMCPs.com - submit and manage tools directly from your AI.

Explore Server โ†’

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to get the verified badge and attach your website.

Free dofollow backlink: after claiming, verify your product site and place a dofollow AllMCPs badge โ€” we recheck it stays live.

Claim & get free dofollow

Promote this listing

Optional paid placement. Free listings stay free forever.

Featured boost7 days in the spotlight ยท from $12/wk
Weeks
1

โ†’ Runs until Aug 15, 2026

Category sponsorTop-of-category sponsorship ยท from $18/wk
Weeks
1

โ†’ Runs until Aug 15, 2026

Cancel anytime โ€” no long-term lock-in.

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.