Back to Browse

Icdwise MCP Server

Developer ToolsModerate7.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

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

About

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

Security Report

7.2
Moderate7.2Low Risk

icdwise is a well-architected, security-conscious MCP server for ICD-10-CM code lookup. The codebase demonstrates strong fundamentals: no authentication required (appropriate for a stateless, public data service), no network exfiltration, proper input validation, and clear separation of concerns. The server bundles public-domain medical data and exposes it safely through three narrowly-scoped tools. No hardcoded secrets, no dangerous operations, and comprehensive test coverage. The only minor findings are code-quality notes that do not materially affect security. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.

7 files analyzed · 5 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-qinisolabs-icdwise": {
      "args": [
        "-y",
        "icdwise"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!

Icdwise MCP Server - Verified ICD-10-CM code lookup & validation for AI agents — | MCP Marketplace