Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Transports: stdio vs HTTP
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI → MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE ↗ (opens in a new tab)
  • llms.txt ↗ (opens in a new tab)
  • Catalog JSON ↗ (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub ↗ (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. Finance & Fintech
  3. Fda Risk Radar MCP
  4. README

Fda Risk Radar MCP README

The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Fda Risk Radar MCP listing page.

Back to Fda Risk Radar MCP View source on GitHub

Constat — 483 Risk Radar (MCP server)

Constat MCP — FDA Device Evidence Lifecycle MCP connector – tool definition quality and endpoint health on Glama

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 (10 work units/min and 50/day per anonymous source); an optional X-API-Key header enables the separately assigned metered allowance. Tool calls have documented work-unit costs.
  • 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.

The tools are observational and non-destructive, but advertise readOnlyHint: false because calls write bounded quota and operational- telemetry state. They do not publish or modify FDA, CMS, NHTSA, or other third-party records.

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.