Server data from the Official MCP Registry
Verified ICD-10-CM code lookup & validation for AI agents — official descriptions, not guesses.
Verified ICD-10-CM code lookup & validation for AI agents — official descriptions, not guesses.
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.
This plugin requests these system permissions. Most are normal for its category.
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-qinisolabs-icdwise": {
"args": [
"-y",
"icdwise"
],
"command": "npx"
}
}
}Be the first to review this server!
by Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.