Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.SidneyBissoli/cid10-br-mcp

NPM · CID10-BR-MCP · SCANNED SEP 20

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

Available components

0 this week 96 Trust /100

Deprecated

This server is marked deprecated in the MCP registry.

Trust breakdown (7 categories)

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. How we score → Why this is hard to score →

Supply Chain Security98
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • No install/post-install scripts declared.Pass
  • 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency100
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to SidneyBissoli/cid10-br-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 90 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability87
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Tool/resource definitions use about 510 tokens (~63/item across 8 items; 6 tools + 2 resources), lean.Pass
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management93
  • Stability observed for 28 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • We read all 6 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
  • An AI judge read all 7 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

How do I install the io.github.SidneyBissoli/cid10-br-mcp server?

io.github.SidneyBissoli/cid10-br-mcp runs locally as an npm package, launched with npx -y cid10-br-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · cid10-br-mcp

# add to Claude Code
claude mcp add sidneybissoli-cid10-br-mcp -- npx -y cid10-br-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "sidneybissoli-cid10-br-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cid10-br-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "sidneybissoli-cid10-br-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cid10-br-mcp"
      ]
    }
  }
}
# add to Codex CLI
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
    }
  }
}
# add to OpenClaw
openclaw mcp add sidneybissoli-cid10-br-mcp --command npx --arg -y --arg cid10-br-mcp
# ~/.hermes/config.yaml
mcp_servers:
  sidneybissoli-cid10-br-mcp:
    command: "npx"
    args: ["-y", "cid10-br-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "sidneybissoli-cid10-br-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "cid10-br-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add sidneybissoli-cid10-br-mcp -t stdio -c npx -a -y cid10-br-mcp
// mcp.json
{
  "mcpServers": {
    "sidneybissoli-cid10-br-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "cid10-br-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 16 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 15 Sept 26 0
    • Stability: 0.97 → pass security
  • 14 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 12 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 10 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 9 Sept 26 −3
    • Stability: pass → 0.80 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/cid10-br-mcp@1.1.0

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo SidneyBissoli/cid10-br-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/SidneyBissoli/cid10-br-mcp/.github/workflows/publish.yml@refs/heads/master
Rekor log index 1902429591
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:97ecce6502874933b8a19fce5184d9a6007b37be9b2490d4fd061790fa36a56ee49a5ac4f928cc3eb3e31726a025068194b8a3aaf5a059899feda58e1

Background: How many MCP packages publish verified provenance →

Dependencies 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 6 exposed · ~453 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
cid10_capitulos ~39

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

cid10_hierarchy ~103

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.

NameTypeReqDescription
prefixostringyesPrefixo do código CID-10. Exemplos: "E11" (diabetes tipo 2), "I10" (hipertensão), "J45" (asma)

No output schema declared.

No examples provided.

cid10_lookup ~84

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.

NameTypeReqDescription
codigostringyesCódigo CID-10 com ou sem ponto. Exemplos: "E11.2", "E112", "I10", "J45.0"

No output schema declared.

No examples provided.

cid10_search ~145

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".

NameTypeReqDescription
limitnumberNúmero máximo de resultados (1-100, padrão: 20)
offsetnumberDeslocamento para paginação (padrão: 0)
querystringyesTermo de busca: código CID-10 (ex: E11, I10) ou palavra-chave na descrição (ex: diabetes, asma)

No output schema declared.

No examples provided.

cid10_stats ~25

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

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

cid10_validar ~57

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.).

NameTypeReqDescription
codigostringyesCódigo CID-10 a ser validado

No output schema declared.

No examples provided.

Common questions

What is the io.github.SidneyBissoli/cid10-br-mcp server?

io.github.SidneyBissoli/cid10-br-mcp is listed in the public MCP registry as io.github.SidneyBissoli/cid10-br-mcp. MCP Server for Brazilian ICD-10 (DATASUS) - International Classification of Diseases. This page covers its npm package (cid10-br-mcp).

Is the io.github.SidneyBissoli/cid10-br-mcp server safe to use?

io.github.SidneyBissoli/cid10-br-mcp scores 96 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. It declares no install or post-install scripts. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.SidneyBissoli/cid10-br-mcp server expose?

io.github.SidneyBissoli/cid10-br-mcp exposes 6 tools: cid10_search, cid10_lookup, cid10_hierarchy, cid10_capitulos, cid10_stats, cid10_validar. Their descriptions and schemas cost roughly 453 tokens of context every time the server is loaded.

Is the io.github.SidneyBissoli/cid10-br-mcp server still maintained?

io.github.SidneyBissoli/cid10-br-mcp is marked deprecated in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.SidneyBissoli/cid10-br-mcp server under?

io.github.SidneyBissoli/cid10-br-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.