fcggamou/autoicd-mcp
MCP for AutoICD API
> Give AI assistants the power of medical coding — ICD-10-CM and ICD-11 diagnosis coding, code search, crosswalk, and PHI de-identification via the AutoICD API.
An MCP (Model Context Protocol) server that connects AI assistants like Claude Desktop, Cursor, VS Code, and Windsurf to the AutoICD API for AI-powered ICD-10 and ICD-11 medical coding automation.
| Feature | Details | |---------|---------| | AI-Powered Coding | Clinical text → ICD-10-CM or ICD-11 codes with NLP entity extraction | | 74,000+ ICD-10 Codes | Full ICD-10-CM 2025 code set with descriptions and hierarchy | | ICD-11 Support | Search and look up ICD-11 codes with full ICD-10 ↔ ICD-11 crosswalk | | Negation Detection | Identifies negated, historical, uncertain, and family history mentions | | Confidence Scoring | High/moderate confidence labels with cosine similarity scores | | Spell Correction | Handles misspelled medical terms automatically | | PHI De-identification | HIPAA-compliant removal of names, dates, SSNs, and more | | Code Search | Full-text search across all ICD-10-CM codes and descriptions | | SNOMED CT & UMLS | Cross-references and synonyms from standard medical terminologies |
Get your API key at [autoicdapi.com](https://autoicdapi.com).
Add to your claude_desktop_config.json:
{
"mcpServers": {
"autoicd": {
"command": "npx",
"args": ["-y", "autoicd-mcp"],
"env": {
"AUTOICD_API_KEY": "sk_your_api_key"
}
}
}
}Add to .cursor/mcp.json in your project:
{
"mcpServers": {
"autoicd": {
"command": "npx",
"args": ["-y", "autoicd-mcp"],
"env": {
"AUTOICD_API_KEY": "sk_your_api_key"
}
}
}
}Add to .vscode/mcp.json in your project:
{
"servers": {
Loading reviews...