PluginBench
MCP Server

io.github.qinisolabs/icdwise MCP Server

io.github.qinisolabs/icdwise

What is the io.github.qinisolabs/icdwise MCP server?

Verified ICD-10-CM code lookup & validation for AI agents — official descriptions, not guesses.

How to install io.github.qinisolabs/icdwise

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "icdwise": {
      "command": "npx",
      "args": [
        "-y",
        "icdwise"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "icdwise": {
      "command": "npx",
      "args": [
        "-y",
        "icdwise"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "icdwise": {
      "command": "npx",
      "args": [
        "-y",
        "icdwise"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "icdwise": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "icdwise"
      ]
    }
  }
}
Claude Code
claude mcp add icdwise -- npx -y icdwise

Related MCP servers

Verified business-day math for AI agents: holidays + per-country weekends, not guesses.

View repository →

Verified UK company lookup & validation for AI agents — Companies House data, snapshot or live.

View repository →

England flood-risk by postcode for AI agents — verified Environment Agency data, not guesses.

View repository →

Verified locale data for AI agents: dates, phone, currency, tax, holidays, addresses (UK/US)

View repository →

Deterministic fact verification for AI agents — checksums & curated data, not guesses.

View repository →

Verified UK sanctions screening for AI agents — official FCDO UK Sanctions List, not guesses.

View repository →