483 Risk Radar
Rank #113,071pulsemcp/483-risk-radar
FDA & NHTSA regulatory risk intelligence for AI agents: compliance, 510(k) evidence, postmarket surveillance, and reimbursement data.
483 Risk Radar is a Model Context Protocol (MCP) server published by thehealthai. It ranks #113,071 of 115,460 servers tracked on MCP Toplist. 483 Risk Radar is listed on PulseMCP, and ships as a single rolling release with no explicit version metadata. It was first listed on Jul 10, 2026.
Ranks ahead of 2,389 of 115,460 servers on MCP Toplist.
Use 483 Risk Radar
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http 483-risk-radar https://radar.healthai.com/api/mcp[mcp_servers.483-risk-radar]
url = "https://radar.healthai.com/api/mcp"Add to ~/.codex/config.toml.
https://radar.healthai.com/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"483-risk-radar": {
"url": "https://radar.healthai.com/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"483-risk-radar": {
"type": "http",
"url": "https://radar.healthai.com/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"483-risk-radar": {
"serverUrl": "https://radar.healthai.com/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"483-risk-radar": {
"url": "https://radar.healthai.com/api/mcp"
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/pulsemcp%2F483-risk-radar)<a href="https://mcptoplist.com/server/pulsemcp%2F483-risk-radar"><img src="https://mcptoplist.com/badge/pulsemcp%2F483-risk-radar.svg" alt="MCP Toplist: #113,071 of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
thehealthai
Other servers by thehealthai
View all thehealthai servers →Not versioned
This server is published through a registry that does not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains 483 Risk Radar?
- 483 Risk Radar is maintained by thehealthai, which publishes 4 MCP servers (5 total versions) tracked on MCP Toplist.
- Is 483 Risk Radar listed on the Official MCP Registry?
- 483 Risk Radar is not on the Official MCP Registry. It is listed on PulseMCP.
- How many versions does 483 Risk Radar have?
- 483 Risk Radar ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for 483 Risk Radar?
- The source code for 483 Risk Radar is hosted at github.com/thehealthai/fda-risk-radar-mcp.