PluginBench
MCP Server

MCP TUSS / Rol ANS MCP Server

io.github.mcpassure/mcp-tuss

What is the MCP TUSS / Rol ANS MCP server?

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

How to install MCP TUSS / Rol ANS

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp-tuss": {
      "command": "npx",
      "args": [
        "-y",
        "@mcpassure/mcp-tuss"
      ]
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "mcp-tuss": {
      "command": "npx",
      "args": [
        "-y",
        "@mcpassure/mcp-tuss"
      ]
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "mcp-tuss": {
      "command": "npx",
      "args": [
        "-y",
        "@mcpassure/mcp-tuss"
      ]
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "mcp-tuss": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mcpassure/mcp-tuss"
      ]
    }
  }
}
Claude Code
claude mcp add mcp-tuss -- npx -y @mcpassure/mcp-tuss

Related MCP servers

Consulta o Bulário Eletrônico da ANVISA: bulas, registros, tarjas e apresentações.

View repository →

Consulta o CNES (estabelecimentos de saúde): profissionais, leitos, equipamentos, serviços.

View repository →