
Cid10 Br Mcp
Look up Brazilian ICD-10 (CID-10) codes from DATASUS through MCP so health apps, forms, and agents use correct clinical classifications.
Overview
cid10-br-mcp is a MCP server for the Build phase that provides Brazilian ICD-10 (CID-10) lookup from DATASUS for agent-assisted health software integrations.
What is this MCP server?
- MCP server for Brazilian ICD-10 aligned with DATASUS reference data
- International Classification of Diseases lookups for agent-driven UX and backends
- stdio npm package cid10-br-mcp (version 1.0.2)
- GitHub repository SidneyBissoli/cid10-br-mcp
- Supports validation flows and clinical coding assistants in Portuguese health context
- Server version 1.0.2
- npm package cid10-br-mcp version 1.0.2
- Transport type stdio
Community signal: 1 GitHub stars.
What problem does it solve?
Agents and quick prototypes often invent or mismatch ICD-10 codes, which breaks Brazilian health forms, analytics, and compliance-sensitive demos.
Who is it for?
Indie builders shipping Brazil-focused health, insurtech, or govtech apps that need trustworthy CID-10 reference lookups in the editor.
Skip if: Global-only products with no Brazil ICD-10 requirement, or teams needing full clinical decision support beyond coding lookup.
What do I get? / Deliverables
Your agent retrieves DATASUS-aligned CID-10 codes via MCP so features and prototypes use consistent disease classifications.
- Agent-resolved CID-10 codes for forms and APIs
- Consistent disease classification strings for prototypes
- Reduced manual lookup against DATASUS references
Recommended MCP Servers
Journey fit
Health and govtech builders integrate coding standards during Build; ICD-10 lookup is an integration concern more than a launch gimmick. Integrations subphase covers connecting your product to external reference datasets—DATASUS CID-10 via MCP fits that shelf.
How it compares
DATASUS ICD-10 reference MCP, not a telehealth platform or EMR skill.
Common Questions / FAQ
Who is cid10-br-mcp for?
Developers building Brazil health or public-sector tools who want MCP-driven ICD-10 (CID-10) lookups from DATASUS-aligned data.
When should I use cid10-br-mcp?
Use it while building or prototyping features that capture diagnoses, reports, or analytics requiring valid Brazilian CID-10 codes.
How do I add cid10-br-mcp to my agent?
Install npm package cid10-br-mcp and add it as a stdio MCP server in your client per github.com/SidneyBissoli/cid10-br-mcp.