
MCP TUSS / Rol ANS
Enable agents to look up ANS TUSS procedure, medication, daily-rate, and fee tables locally via SQLite while coding Brazil health-insurance features.
Overview
MCP TUSS / Rol ANS is a MCP server for the Build phase that serves ANS TUSS procedure and fee tables from local SQLite for Brazil health-insurance software agents.
What is this MCP server?
- ANS TUSS and Rol-related tables: procedures, drugs, diárias, and taxas
- Local SQLite datastore for fast agent lookups without remote API churn
- stdio MCP via npx @mcpassure/mcp-tuss (version 0.1.2)
- Suites prior-auth, quoting, and benefits explanation features
- MCPassure-packaged server with public registry listing
- Server version 0.1.2
- Local SQLite datastore for TUSS / Rol ANS tables per package description
- stdio transport via npx @mcpassure/mcp-tuss
What problem does it solve?
Agents building Brazilian plan admin features cannot reliably resolve TUSS codes and fee rows without a structured, queryable table integration.
Who is it for?
Solo builders prototyping authorization, quoting, or education flows that must reference ANS TUSS nomenclature in code and chat.
Skip if: US-centric billing stacks, production claims clearing without audited table updates, or apps with no ANS coding needs.
What do I get? / Deliverables
After install, agents can query TUSS procedures, medications, diárias, and taxas from the bundled SQLite store during implementation.
- SQLite-backed MCP queries for TUSS procedures, medications, diárias, and taxas
- Agent-assisted code and fee resolution for Brazil plan admin features
- stdio server package at version 0.1.2
Recommended MCP Servers
Journey fit
TUSS table access belongs in build when coding billing, authorization, or benefits logic that must match ANS nomenclature. Local SQLite-backed TUSS queries are a specialized data integration for agent-assisted backend work.
How it compares
Local TUSS table MCP, not a live ANS portal scraper or generic SQL agent skill.
Common Questions / FAQ
Who is MCP TUSS / Rol ANS for?
Developers building Brazil health-insurance or benefits tools who want agents to resolve TUSS codes and related fee rows during coding sessions.
When should I use MCP TUSS / Rol ANS?
Use it while implementing features that map services, drugs, or hospital diárias to ANS TUSS tables during build and integration work.
How do I add MCP TUSS / Rol ANS to my agent?
Register stdio MCP with npx @mcpassure/mcp-tuss in your agent configuration, ensure the SQLite dataset is present per package docs, then invoke TUSS lookup tools.