CP server for automated ICD-10 medical coding. Code clinical text to ICD-10-CM diagnoses, search 74,000+ codes, and de-identify PHI via the AutoICD API.
Server Config
{
"mcpServers": {
"autoicd": {
"url": "https://autoicdapi.com/api/mcp",
"headers": {
"Authorization": "Bearer sk_your_api_key"
}
}
}
}