mcpbeat Sign in

Claro Gerencial MCP Server

local only

Claro Gerencial runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 11 Sep 2026.

Servidor MCP para integração com os WebServices SOAP do Claro Gerencial (Redeinova)

Installs / week
pypi · ws-claro-gerencial-mcp
0
Stars
0 open issues
11 Sep 2026
Last commit
no recent releases
MIT
License
Python

Nothing serious here today

Today is the operative word: we check Claro Gerencial every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add ws-claro-gerencial -- uvx ws-claro-gerencial-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ws-claro-gerencial": {
      "args": [
        "ws-claro-gerencial-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ws-claro-gerencial]
command = "uvx"
args = ["ws-claro-gerencial-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ws-claro-gerencial": {
      "args": [
        "ws-claro-gerencial-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ws-claro-gerencial": {
      "args": [
        "ws-claro-gerencial-mcp"
      ],
      "command": "uvx"
    }
  }
}

This one needs environment variables set before it will start: CLARO_USUARIO (Usuário de acesso ao webservice Claro Gerencial), CLARO_SENHA (Senha de acesso ao webservice Claro Gerencial), CLARO_AMBIENTE (Ambiente: homologacao ou producao). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Claro Gerencial

same job, measured the same way
MCP Banco Inter
by samuelmoraesf

Servidor MCP para integração com o Banco Inter (PJ). Consulte saldos e gerencie cobranças.

26 installs/wk local only
Arcar MCP
by arcar-org

Servidor MCP para integraciones con arcar.org

6 tools answering
QuickerSpot MCP Server
by raphaelinacio

Servidor MCP do QuickerSpot para vinhetas, rádio indoor e sonorização comercial com IA.

416 installs/wk local only
MCP Fiscal Brasil
by nikolasdehor

Servidor MCP para integrar IAs com o sistema fiscal brasileiro: CNPJ, NFe, NFSe, SPED, eSocial.

282 installs/wk local only
MCP Organizze
by samuelmoraesf

MCP para integração com o gestor financeiro Organizze. Crie transações, consulte saldos e metas.

73 installs/wk local only
Cartorio Certidao
by paulo2tab

MCP server para gerenciamento de certidoes de cartorio via IA.

75 installs/wk local only
SQL Server
by hlgurgel

Servidor MCP para SQL Server com controle de permissões e modo somente-leitura

local only
Revit MCP
by shuotao

MCP Server for Revit integration - AI-Powered Revit Control

62 installs/wk local only

Claro Gerencial — questions

Answers built from our own checks of this server.

Why is there no uptime for Claro Gerencial?
Claro Gerencial runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package ws-claro-gerencial-mcp.
How do I connect Claro Gerencial?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls ws-claro-gerencial-mcp straight from pypi; nothing to host, nothing to sign up for.
Is Claro Gerencial open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.