Cid10 Br MCP
Rank #14,295io.github.SidneyBissoli/cid10-br-mcp
MCP Server for Brazilian ICD-10 (DATASUS) - International Classification of Diseases
Cid10 Br MCP is a Model Context Protocol (MCP) server published by sidneybissoli. It ranks #14,295 of 115,460 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Cid10 Br MCP is listed across 3 registries — Official MCP, PulseMCP and Glama, with 3 tracked versions. It was first listed on Jan 16, 2026 and most recently updated on Jan 16, 2026.
Ranks ahead of 101,165 of 115,460 servers on MCP Toplist.
Use Cid10 Br MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add cid10-br-mcp -- npx -y cid10-br-mcp[mcp_servers.cid10-br-mcp]
command = "npx"
args = ["-y", "cid10-br-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"cid10-br-mcp": {
"command": "npx",
"args": [
"-y",
"cid10-br-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"cid10-br-mcp": {
"command": "npx",
"args": [
"-y",
"cid10-br-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"cid10-br-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"cid10-br-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"cid10-br-mcp": {
"command": "npx",
"args": [
"-y",
"cid10-br-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"cid10-br-mcp": {
"command": "npx",
"args": [
"-y",
"cid10-br-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.SidneyBissoli%2Fcid10-br-mcp)<a href="https://mcptoplist.com/server/io.github.SidneyBissoli%2Fcid10-br-mcp"><img src="https://mcptoplist.com/badge/io.github.SidneyBissoli%2Fcid10-br-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries (1 delisted)
sidneybissoli
Other servers by sidneybissoli
- Medical Terminologies MCP#1,828 · 15 vers
- Banco Central do Brasil (BCB) — SGS Time Series MCP Server#2,381 · 12 vers
- IBGE Brasil MCP#2,394 · 7 vers
- Dados Abertos Senado BR MCP#3,639 · 7 vers
- ILO Labour Statistics (ILOSTAT)#7,790 · 5 vers
- Senado Br MCP#12,097 · 2 vers
- UNESCO UIS — Education, Science & Culture Statistics (provenance-first)#20,631 · 1 ver
Available versions (3)
| Version | Published |
|---|---|
| 1.0.2 | Jan 16, 2026 |
| 1.0.1 | Jan 16, 2026 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Cid10 Br MCP?
- Cid10 Br MCP is maintained by sidneybissoli, which publishes 8 MCP servers (52 total versions) tracked on MCP Toplist.
- Is Cid10 Br MCP listed on the Official MCP Registry?
- Yes — Cid10 Br MCP is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Cid10 Br MCP have?
- MCP Toplist tracks 3 versions of Cid10 Br MCP, most recently published on Jan 16, 2026.
- Where can I find the source code for Cid10 Br MCP?
- The source code for Cid10 Br MCP is hosted at github.com/sidneybissoli/cid10-br-mcp.