zubi-wiz/regmd-mcp
MCP server for regMD — Medical Device Regulatory Intelligence. Classify devices, query alerts, find pathways across 15 jurisdictions.
Platform-specific configuration:
{
"mcpServers": {
"regmd-mcp": {
"command": "npx",
"args": [
"-y",
"regmd-mcp"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for [regMD](https://regmd.dev) — Global Medical Device Regulatory Intelligence.
Classify devices, query regulatory alerts, and find market expansion pathways across 15 jurisdictions — all from your AI assistant.
npx regmd-mcpOr install globally:
npm install -g regmd-mcp
regmd-mcpAdd to ~/Library/Application Support/Claude/claude_desktop_config.json:
{
"mcpServers": {
"regmd": {
"command": "npx",
"args": ["-y", "regmd-mcp"],
"env": {
"REGMD_API_KEY": "your_api_key"
}
}
}
}Add to your OpenClaw MCP config:
{
"mcpServers": {
"regmd": {
"command": "npx",
"args": ["-y", "regmd-mcp"],
"env": {
"REGMD_API_KEY": "your_api_key"
}
}
}
}{
"mcpServers": {
"regmd": {
"command": "npx",
"args": ["-y", "regmd-mcp"],
"env": {
"REGMD_API_KEY": "your_api_key"
}
}
}
}classify_deviceClassify a medical device across global regulatory jurisdictions.
Example: "Classify a wireless blood pressure monitor for FDA and EU MDR"
Parameters:
deviceName (required) — Device namedeviceDescription (required) — Description of the deviceintendedPurpose (required) — Clinical intended usetargetMarkets (required) — Array of jurisdiction codes: US, EU, SG, AU, JP, CN, CA, KR, IN, BR, TH, MY, VN, PH, HKdeviceCategory — general, samd, implant, ivd, active, non_active, in_vitrocontactType — non-invasive, invasive-orifice, surgically-invasive, implantable, no-contactdurationOfUse — transient (<60min), short-term (<30 days), long-term (>30 days)isActive — Electrically powered (boolean)hasSoftware — Contains software (boolean)list_jurisdictionsLoading reviews...