{
  "markdown": "# CID-10 Brasil MCP Server\n\n> [!WARNING]\n> **This package is deprecated.** It has been superseded by\n> [`medical-terminologies-mcp`](https://github.com/SidneyBissoli/medical-terminologies-mcp)\n> ([npm](https://www.npmjs.com/package/medical-terminologies-mcp)), which serves the same\n> full Brazilian CID-10 (DataSUS V2008) plus ICD-11, LOINC, RxNorm, MeSH, ATC and the\n> authoritative WHO ICD-10→ICD-11 crosswalk, with source provenance on every response —\n> and also offers a hosted endpoint at `https://medical.sidneybissoli.com/mcp` (no\n> install needed). This repository stays available for reference but will receive no\n> further updates.\n\n[![npm version](https://img.shields.io/npm/v/cid10-br-mcp.svg)](https://www.npmjs.com/package/cid10-br-mcp)\n[![npm downloads](https://img.shields.io/npm/dm/cid10-br-mcp.svg)](https://www.npmjs.com/package/cid10-br-mcp)\n[![node](https://img.shields.io/node/v/cid10-br-mcp)](https://www.npmjs.com/package/cid10-br-mcp)\n[![MCP Registry](https://img.shields.io/badge/MCP-Registry-blue)](https://registry.modelcontextprotocol.io)\n[![LobeHub](https://lobehub.com/badge/mcp/sidneybissoli-cid10-br-mcp)](https://lobehub.com/mcp/sidneybissoli-cid10-br-mcp)\n[![GitHub stars](https://img.shields.io/github/stars/SidneyBissoli/cid10-br-mcp?style=flat&logo=github)](https://github.com/SidneyBissoli/cid10-br-mcp)\n[![GitHub Sponsors](https://img.shields.io/github/sponsors/SidneyBissoli?logo=githubsponsors&label=Sponsor&color=db61a2)](https://github.com/sponsors/SidneyBissoli)\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n\n🇧🇷 [Leia em Português](README.pt-BR.md)\n\n**MCP Server for Brazilian ICD-10 (DATASUS) - International Classification of Diseases**\n\nA [Model Context Protocol (MCP)](https://modelcontextprotocol.io/) server that provides access to the Brazilian version of ICD-10 (CID-10), maintained by DATASUS/Ministry of Health of Brazil.\n\n## See it in action\n\nAsk your assistant, in plain Portuguese:\n\n- *\"Qual o código CID-10 para infarto agudo do miocárdio?\"* → `cid10_search` / `cid10_lookup`\n- *\"Liste todas as subcategorias do diabetes tipo 2 (E11).\"* → `cid10_hierarchy`\n- *\"O código C50 é válido e pode ser causa de óbito?\"* → `cid10_validar`\n\nThe answers come straight from the bundled DATASUS V2008 dataset — official codes and descriptions, not guesses from training data.\n\n## Features\n\n- **Search** - Search codes by term (code or description)\n- **Lookup** - Get detailed information for a specific CID-10 code\n- **Hierarchy** - Navigate the hierarchical structure (chapters, groups, categories, subcategories)\n- **Statistics** - General statistics about the CID-10 database\n- **Validation** - Validate codes for use in health systems (SUS)\n\n## Installation\n\n### Using with Claude Desktop\n\nAdd to your Claude Desktop configuration file:\n\n**Windows:** `%APPDATA%\\Claude\\claude_desktop_config.json`  \n**macOS:** `~/Library/Application Support/Claude/claude_desktop_config.json`\n\n```json\n{\n  \"mcpServers\": {\n    \"cid10-br\": {\n      \"command\": \"npx\",\n      \"args\": [\"cid10-br-mcp\"]\n    }\n  }\n}\n```\n\n### Global Installation\n\n```bash\nnpm install -g cid10-br-mcp\n```\n\nThen add to Claude Desktop config:\n\n```json\n{\n  \"mcpServers\": {\n    \"cid10-br\": {\n      \"command\": \"cid10-br-mcp\"\n    }\n  }\n}\n```\n\n## Available Tools\n\n| Tool | Description |\n|------|-------------|\n| `cid10_search` | Search CID-10 codes by term (code or description) |\n| `cid10_lookup` | Get detailed information for a specific code |\n| `cid10_hierarchy` | Get all codes under a category/prefix |\n| `cid10_capitulos` | List all 22 chapters of CID-10 |\n| `cid10_stats` | General statistics about the database |\n| `cid10_validar` | Validate a code for use in health systems |\n\n## Usage Examples\n\nOnce configured, you can ask Claude:\n\n- *\"What is CID-10 code A90?\"*\n- *\"Search for diabetes codes in CID-10\"*\n- *\"List all codes under category E11\"*\n- *\"What are the chapters of CID-10?\"*\n- *\"Is F32.1 a valid code for medical records?\"*\n\n## Data Source\n\nThe data comes from official DATASUS sources:\n- **CID-10-CAPITULOS.CSV** - 22 chapters\n- **CID-10-GRUPOS.CSV** - Groups within chapters\n- **CID-10-CATEGORIAS.CSV** - 3-character categories\n- **CID-10-SUBCATEGORIAS.CSV** - Detailed subcategories\n\nSource: [DATASUS - CID-10](http://www2.datasus.gov.br/cid10/V2008/cid10.htm)\n\n## Development\n\n### Prerequisites\n\n- Node.js >= 18.0.0\n- npm\n\n### Setup\n\n```bash\n# Clone the repository\ngit clone https://github.com/SidneyBissoli/cid10-br-mcp.git\ncd cid10-br-mcp\n\n# Install dependencies\nnpm install\n\n# Build\nnpm run build\n\n# Run locally\nnpm start\n```\n\n### Testing with MCP Inspector\n\n```bash\nnpx @modelcontextprotocol/inspector node dist/index.js\n```\n\n## Contributing\n\nContributions are welcome! Feel free to:\n\n1. Fork the repository\n2. Create a feature branch (`git checkout -b feature/new-feature`)\n3. Commit your changes (`git commit -m 'Add new feature'`)\n4. Push to the branch (`git push origin feature/new-feature`)\n5. Open a Pull Request\n\n## License\n\nThis project is licensed under the MIT License - see the [LICENSE](LICENSE) file for details.\n\n## Author\n\n**Sidney Bissoli**\n- GitHub: [@SidneyBissoli](https://github.com/SidneyBissoli)\n- Email: sbissoli76@gmail.com\n\n## Links\n\n- [npm package](https://www.npmjs.com/package/cid10-br-mcp)\n- [MCP Registry](https://registry.modelcontextprotocol.io/?search=cid10)\n- [Model Context Protocol](https://modelcontextprotocol.io/)\n- [DATASUS CID-10](http://www2.datasus.gov.br/cid10/V2008/cid10.htm)\n\n---\n\nMade for the Brazilian health community\n",
  "bytes": 5562,
  "sha": "76144b7e0558f35abdd5e5433662a29de27ad48dddb998c8bb69944c1c1e67f3",
  "repo_slug": "sidneybissoli/cid10-br-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_sidneybissoli_cid10_br_mcp_60408ec7/readme"
}