Server data from the Official MCP Registry
MCP Server for Brazilian ICD-10 (DATASUS) - International Classification of Diseases
MCP Server for Brazilian ICD-10 (DATASUS) - International Classification of Diseases
Valid MCP server (2 strong, 4 medium validity signals). 2 known CVEs in dependencies (0 critical, 2 high severity) Package registry verified. Imported from the Official MCP Registry. Trust signals: trusted author (8/8 approved).
5 files analyzed ยท 3 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-sidneybissoli-cid10-br-mcp": {
"args": [
"-y",
"cid10-br-mcp"
],
"command": "npx"
}
}
}From the project's GitHub README.
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.
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"]
}
}
}
npm install -g cid10-br-mcp
Then add to Claude Desktop config:
{
"mcpServers": {
"cid10-br": {
"command": "cid10-br-mcp"
}
}
}
| 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 |
Once configured, you can ask Claude:
The data comes from official DATASUS sources:
Source: DATASUS - CID-10
# 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
npx @modelcontextprotocol/inspector node dist/index.js
Contributions are welcome! Feel free to:
git checkout -b feature/new-feature)git commit -m 'Add new feature')git push origin feature/new-feature)This project is licensed under the MIT License - see the LICENSE file for details.
Sidney Bissoli
Made with โค๏ธ for the Brazilian health community
Be the first to review this server!
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.
by Microsoft ยท Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption