Labsco
zubi-wiz logo

regmd-mcp

from zubi-wiz

Medical device regulatory intelligence. Classify devices, query alerts, find pathways across 15 jurisdictions (FDA, EU MDR, HSA, TGA, PMDA, NMPA +9 more). REST API + MCP.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredNeeds API keys

regmd-mcp

MCP server for regMD โ€” Global Medical Device Regulatory Intelligence.

Classify devices, query regulatory alerts, and find market expansion pathways across 15 jurisdictions โ€” all from your AI assistant.

Configure

Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "regmd": {
      "command": "npx",
      "args": ["-y", "regmd-mcp"],
      "env": {
        "REGMD_API_KEY": "your_api_key"
      }
    }
  }
}

OpenClaw

Add to your OpenClaw MCP config:

{
  "mcpServers": {
    "regmd": {
      "command": "npx",
      "args": ["-y", "regmd-mcp"],
      "env": {
        "REGMD_API_KEY": "your_api_key"
      }
    }
  }
}

Cursor / Windsurf / Any MCP Client

{
  "mcpServers": {
    "regmd": {
      "command": "npx",
      "args": ["-y", "regmd-mcp"],
      "env": {
        "REGMD_API_KEY": "your_api_key"
      }
    }
  }
}

Tools

classify_device

Classify a medical device across global regulatory jurisdictions.

Example: "Classify a wireless blood pressure monitor for FDA and EU MDR"

Parameters:

  • deviceName (required) โ€” Device name
  • deviceDescription (required) โ€” Description of the device
  • intendedPurpose (required) โ€” Clinical intended use
  • targetMarkets (required) โ€” Array of jurisdiction codes: US, EU, SG, AU, JP, CN, CA, KR, IN, BR, TH, MY, VN, PH, HK
  • deviceCategory โ€” general, samd, implant, ivd, active, non_active, in_vitro
  • contactType โ€” non-invasive, invasive-orifice, surgically-invasive, implantable, no-contact
  • durationOfUse โ€” transient (<60min), short-term (<30 days), long-term (>30 days)
  • isActive โ€” Electrically powered (boolean)
  • hasSoftware โ€” Contains software (boolean)

list_jurisdictions

List all 15 supported regulatory jurisdictions with agency names and details.

get_alerts

Query recent regulatory alerts from FDA, EU-MDCG, and HSA.

Example: "Show me critical FDA alerts from the last 7 days"

Parameters:

  • jurisdiction โ€” fda, eu-mdr, hsa, or all
  • urgency โ€” critical, plan, awareness, or all
  • limit โ€” 1-50 (default: 10)
  • days โ€” Last N days (1-90, default: 30)

find_pathway

Find regulatory pathway between jurisdictions.

Example: "What's the pathway from FDA clearance to EU MDR for a Class II device?"

Parameters:

  • fromJurisdiction (required) โ€” Source jurisdiction code
  • toJurisdiction (required) โ€” Target jurisdiction code
  • deviceCategory โ€” Device category
  • riskClass โ€” Risk class in source jurisdiction

Coverage

๐Ÿ‡บ๐Ÿ‡ธ FDA ยท ๐Ÿ‡ช๐Ÿ‡บ EU MDR ยท ๐Ÿ‡ธ๐Ÿ‡ฌ HSA ยท ๐Ÿ‡ฆ๐Ÿ‡บ TGA ยท ๐Ÿ‡ฏ๐Ÿ‡ต PMDA ยท ๐Ÿ‡จ๐Ÿ‡ณ NMPA ยท ๐Ÿ‡จ๐Ÿ‡ฆ Health Canada ยท ๐Ÿ‡ฐ๐Ÿ‡ท MFDS ยท ๐Ÿ‡ฎ๐Ÿ‡ณ CDSCO ยท ๐Ÿ‡ง๐Ÿ‡ท ANVISA ยท ๐Ÿ‡น๐Ÿ‡ญ Thai FDA ยท ๐Ÿ‡ฒ๐Ÿ‡พ MDA ยท ๐Ÿ‡ป๐Ÿ‡ณ VMOH ยท ๐Ÿ‡ต๐Ÿ‡ญ FDA-PH ยท ๐Ÿ‡ญ๐Ÿ‡ฐ MDCO

API

The MCP server connects to the regMD REST API at https://regmd.dev/api/v1.

  • Free: Device classification (basic)
  • $99 Lifetime Deal: Full access โ€” classification, portfolio, alerts, pathways, timeline, compliance

Get your API key at regmd.dev.

Environment Variables

VariableDefaultDescription
REGMD_API_URLhttps://regmd.devAPI base URL
REGMD_API_KEYโ€”API key for authenticated endpoints