cid10-br-mcp
MCP server for Brazilian ICD-10 (CID-10) that enables search, lookup, hierarchy navigation, statistics, and validation of disease codes from official DATASUS data.
README
CID-10 Brasil MCP Server
MCP Server for Brazilian ICD-10 (DATASUS) - International Classification of Diseases
A Model Context Protocol (MCP) server that provides access to the Brazilian version of ICD-10 (CID-10), maintained by DATASUS/Ministry of Health of Brazil.
See it in action
Ask your assistant, in plain Portuguese:
- "Qual o código CID-10 para infarto agudo do miocárdio?" →
cid10_search/cid10_lookup - "Liste todas as subcategorias do diabetes tipo 2 (E11)." →
cid10_hierarchy - "O código C50 é válido e pode ser causa de óbito?" →
cid10_validar
The answers come straight from the bundled DATASUS V2008 dataset — official codes and descriptions, not guesses from training data.
Features
- Search - Search codes by term (code or description)
- Lookup - Get detailed information for a specific CID-10 code
- Hierarchy - Navigate the hierarchical structure (chapters, groups, categories, subcategories)
- Statistics - General statistics about the CID-10 database
- Validation - Validate codes for use in health systems (SUS)
Installation
Using with Claude Desktop
Add to your Claude Desktop configuration file:
Windows: %APPDATA%\Claude\claude_desktop_config.json
macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"cid10-br": {
"command": "npx",
"args": ["cid10-br-mcp"]
}
}
}
Global Installation
npm install -g cid10-br-mcp
Then add to Claude Desktop config:
{
"mcpServers": {
"cid10-br": {
"command": "cid10-br-mcp"
}
}
}
Available Tools
| Tool | Description |
|---|---|
cid10_search |
Search CID-10 codes by term (code or description) |
cid10_lookup |
Get detailed information for a specific code |
cid10_hierarchy |
Get all codes under a category/prefix |
cid10_capitulos |
List all 22 chapters of CID-10 |
cid10_stats |
General statistics about the database |
cid10_validar |
Validate a code for use in health systems |
Usage Examples
Once configured, you can ask Claude:
- "What is CID-10 code A90?"
- "Search for diabetes codes in CID-10"
- "List all codes under category E11"
- "What are the chapters of CID-10?"
- "Is F32.1 a valid code for medical records?"
Data Source
The data comes from official DATASUS sources:
- CID-10-CAPITULOS.CSV - 22 chapters
- CID-10-GRUPOS.CSV - Groups within chapters
- CID-10-CATEGORIAS.CSV - 3-character categories
- CID-10-SUBCATEGORIAS.CSV - Detailed subcategories
Source: DATASUS - CID-10
Development
Prerequisites
- Node.js >= 18.0.0
- npm
Setup
# Clone the repository
git clone https://github.com/SidneyBissoli/cid10-br-mcp.git
cd cid10-br-mcp
# Install dependencies
npm install
# Build
npm run build
# Run locally
npm start
Testing with MCP Inspector
npx @modelcontextprotocol/inspector node dist/index.js
Contributing
Contributions are welcome! Feel free to:
- Fork the repository
- Create a feature branch (
git checkout -b feature/new-feature) - Commit your changes (
git commit -m 'Add new feature') - Push to the branch (
git push origin feature/new-feature) - Open a Pull Request
License
This project is licensed under the MIT License - see the LICENSE file for details.
Author
Sidney Bissoli
- GitHub: @SidneyBissoli
- Email: sbissoli76@gmail.com
Links
Made for the Brazilian health community
推荐服务器
Baidu Map
百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
Playwright MCP Server
一个模型上下文协议服务器,它使大型语言模型能够通过结构化的可访问性快照与网页进行交互,而无需视觉模型或屏幕截图。
Audiense Insights MCP Server
通过模型上下文协议启用与 Audiense Insights 账户的交互,从而促进营销洞察和受众数据的提取和分析,包括人口统计信息、行为和影响者互动。
Magic Component Platform (MCP)
一个由人工智能驱动的工具,可以从自然语言描述生成现代化的用户界面组件,并与流行的集成开发环境(IDE)集成,从而简化用户界面开发流程。
VeyraX
一个单一的 MCP 工具,连接你所有喜爱的工具:Gmail、日历以及其他 40 多个工具。
Kagi MCP Server
一个 MCP 服务器,集成了 Kagi 搜索功能和 Claude AI,使 Claude 能够在回答需要最新信息的问题时执行实时网络搜索。
graphlit-mcp-server
模型上下文协议 (MCP) 服务器实现了 MCP 客户端与 Graphlit 服务之间的集成。 除了网络爬取之外,还可以将任何内容(从 Slack 到 Gmail 再到播客订阅源)导入到 Graphlit 项目中,然后从 MCP 客户端检索相关内容。
Neon MCP Server
用于与 Neon 管理 API 和数据库交互的 MCP 服务器
Exa MCP Server
模型上下文协议(MCP)服务器允许像 Claude 这样的 AI 助手使用 Exa AI 搜索 API 进行网络搜索。这种设置允许 AI 模型以安全和受控的方式获取实时的网络信息。
mcp-server-qdrant
这个仓库展示了如何为向量搜索引擎 Qdrant 创建一个 MCP (Managed Control Plane) 服务器的示例。