Skip to content
Cursor

MCP TUSS / Rol ANS for Cursor

io.github.mcpassure/mcp-tuss

Consulta tabelas TUSS da ANS: procedimentos, medicamentos, diárias e taxas via SQLite local.

client:Cursor transport:stdio runtime:npm

Install MCP TUSS / Rol ANS in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "mcp-tuss": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mcpassure/mcp-tuss"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

MCP TUSS / Rol ANS in other clients