MCP Server
Constat MCP — FDA Device Evidence Lifecycle MCP Server
com.healthai/radar
What is the Constat MCP — FDA Device Evidence Lifecycle MCP server?
FDA and CMS evidence for AI medical devices: 510(k), postmarket, reimbursement, and compliance.
How to install Constat MCP — FDA Device Evidence Lifecycle
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"radar": {
"url": "https://constat.dev/api/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"radar": {
"serverUrl": "https://constat.dev/api/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"radar": {
"type": "http",
"url": "https://constat.dev/api/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"radar": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://constat.dev/api/mcp"
]
}
}
}Claude Code
claude mcp add --transport http radar https://constat.dev/api/mcpRelated MCP servers
Condition-aware ingredient and product checks for agents, with evidence tiers and citations.
View repository →