# io.github.SidneyBissoli/cid10-br-mcp (npm · cid10-br-mcp)

MCP Server for Brazilian ICD-10 (DATASUS) - International Classification of Diseases

- Trust score: 78/100 (medium)
- Change this week: +25
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `cid10-br-mcp`: 78/100 (this document), [markdown](https://verifymcp.io/servers/sidneybissoli-cid10-br-mcp/cid10-br-mcp.md), [page](https://verifymcp.io/servers/sidneybissoli-cid10-br-mcp/cid10-br-mcp)

## Channel facts

- Registry: `npm`
- Package: `cid10-br-mcp`
- Version: `1.1.0`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 87/100
  - No malware found by supply-chain analysis.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
  - No install/post-install scripts declared.
  - Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.
- **Provenance & Transparency**: 97/100
  - Source repository is publicly reachable at the declared URL.
  - Cryptographically verified build provenance (signed, bound to SidneyBissoli/cid10-br-mcp).
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 42 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 88/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 510 tokens (~63/item across 8 items; 6 tools + 2 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 0/100
  - Stability not yet verified: not enough scan history yet (needs a 30-day window).
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 100/100
  - Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.

**Unverified: 1 category.** A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

## Install

### Claude

```bash
claude mcp add sidneybissoli-cid10-br-mcp -- npx -y cid10-br-mcp
```

### Codex

```bash
codex mcp add sidneybissoli-cid10-br-mcp -- npx -y cid10-br-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "sidneybissoli-cid10-br-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "cid10-br-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add sidneybissoli-cid10-br-mcp --command npx --arg -y --arg cid10-br-mcp
```

### Hermes

```yaml
mcp_servers:
  sidneybissoli-cid10-br-mcp:
    command: "npx"
    args: ["-y", "cid10-br-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "sidneybissoli-cid10-br-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cid10-br-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-02 (score 78, +52)

- [security improvement] Install scripts: unverified → pass
- [security improvement] Provenance: unverified → pass
- [security improvement] Known CVEs: unverified → partial
- [security improvement] Malware scan: unverified → pass
- [security] Stability: Stability not yet verified: not enough scan history yet (needs a 30-day window).
- [security] The attested source repository moved: SidneyBissoli/cid10-br-mcp
- [functional regression] Tool coverage: 100 → unverified
- [functional regression] Schema quality: 100 → unverified
- [functional improvement] MCP protocol: unverified → pass
- [functional improvement] Schema quality: unverified → excellent
- [functional improvement] License: unverified → pass
- [functional improvement] Maintenance: unverified → pass
- [functional improvement] Dependency health: unverified → partial
- [functional] Licence: MIT

### 2026-08-01 (score 26, −9)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-31 (score 35, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 53)

First indexed and scored.

## MCP tools (6)

### `cid10_search` (~145 tokens)

Busca códigos CID-10 por termo (código ou descrição). Pesquisa na tabela brasileira da CID-10 (DATASUS). Aceita códigos parciais ou termos de busca na descrição. Exemplos: "diabetes", "E11", "hipertensão", "infarto".

Input parameters:

- `limit` (number): Número máximo de resultados (1-100, padrão: 20)
- `offset` (number): Deslocamento para paginação (padrão: 0)
- `query` (string, required): Termo de busca: código CID-10 (ex: E11, I10) ou palavra-chave na descrição (ex: diabetes, asma)

### `cid10_lookup` (~84 tokens)

Consulta detalhes de um código CID-10 específico. Retorna informações completas incluindo descrição, restrições de sexo, se pode ser causa de óbito, e classificação cruz/asterisco.

Input parameters:

- `codigo` (string, required): Código CID-10 com ou sem ponto. Exemplos: "E11.2", "E112", "I10", "J45.0"

### `cid10_hierarchy` (~103 tokens)

Retorna todos os códigos CID-10 sob uma categoria/prefixo. Útil para obter todas as subcategorias de uma condição. Exemplo: prefixo "E11" retorna todos os tipos de diabetes mellitus tipo 2.

Input parameters:

- `prefixo` (string, required): Prefixo do código CID-10. Exemplos: "E11" (diabetes tipo 2), "I10" (hipertensão), "J45" (asma)

### `cid10_capitulos` (~39 tokens)

Lista todos os 22 capítulos da CID-10 brasileira. Útil para navegação e entendimento da estrutura hierárquica da classificação.

### `cid10_stats` (~25 tokens)

Retorna estatísticas gerais da base de dados CID-10 brasileira carregada.

### `cid10_validar` (~57 tokens)

Valida se um código CID-10 existe e retorna informações sobre sua validade para uso em sistemas de saúde (AIH, APAC, SIM, etc.).

Input parameters:

- `codigo` (string, required): Código CID-10 a ser validado

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/sidneybissoli-cid10-br-mcp/cid10-br-mcp#diagnostics

## Score history

- 2026-08-03: 78
- 2026-08-02: 78
- 2026-08-01: 26
- 2026-07-31: 35
- 2026-07-29: 53
- 2026-07-28: 53
- 2026-07-27: 53

## Links

- npm package: https://www.npmjs.com/package/cid10-br-mcp
- Socket report: https://socket.dev/npm/package/cid10-br-mcp
- Repository: https://github.com/SidneyBissoli/cid10-br-mcp
- Changelog RSS feed: https://verifymcp.io/servers/sidneybissoli-cid10-br-mcp/cid10-br-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/sidneybissoli-cid10-br-mcp/cid10-br-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/sidneybissoli-cid10-br-mcp/cid10-br-mcp
