Skip to main content
Glama

Healthcare MCP Server

lookup_icd_code

Retrieve ICD-10 codes by searching for a specific code or medical condition description. Supports customizable result limits for precise healthcare data lookup.

Instructions

Look up ICD-10 codes by code or description

Input Schema

NameRequiredDescriptionDefault
codeNoICD-10 code to look up (optional if description is provided)
descriptionNoMedical condition description to search for (optional if code is provided)
max_resultsNoMaximum number of results to return

Input Schema (JSON Schema)

{ "properties": { "code": { "description": "ICD-10 code to look up (optional if description is provided)", "type": "string" }, "description": { "description": "Medical condition description to search for (optional if code is provided)", "type": "string" }, "max_results": { "default": 10, "description": "Maximum number of results to return", "maximum": 50, "minimum": 1, "type": "number" } }, "type": "object" }
Install Server

Other Tools from Healthcare MCP Server

Related Tools

    MCP directory API

    We provide all the information about MCP servers via our MCP API.

    curl -X GET 'https://glama.ai/api/mcp/v1/servers/Cicatriiz/healthcare-mcp-public'

    If you have feedback or need assistance with the MCP directory API, please join our Discord server