AverbePorto MCP Server

1. Acesse [https://www.averbeporto.com.br](https://www.averbeporto.com.br) 2. Faça login com suas credenciais de usuário 3. Na plataforma, você

Local serverstdio

What is the AverbePorto MCP MCP server?

AverbePorto MCP MCP server is a locally run integration for AI assistants that speak the Model Context Protocol. 1. Acesse https://www.averbeporto.com.br 2. Faça login com suas credenciais de usuário 3. Na plataforma, você poderá: - Gerar Credenciais de API em Cadastro do Usuário - Realizar envio de documentos XML -.

What the assistant can call

Once AverbePorto MCP is connected, these are the calls the assistant has available:

  • login — Autenticação na plataforma
  • Retorna — sessionId
  • upload — Envio de documentos
  • consultProtocol — Consulta de protocolos por chave ou vice-versa
  • retrieveDocument — Consulta de documentos enviados
  • sessionId — ID da sessão obtido no login
  • modDoc — Tipo de documento (e.g., DI, MDF-e, CT-e, NF-e, Minuta CT-e)
  • dtType — Tipo de data (Update, Emission, Send), padrão é Send
  • Outros — relation, modal, valid
  • decomposeKey — Decomposição de chaves para análise
  • key — Chave de acesso de 44 dígitos para NF-e, CT-e ou MDF-e

Configuration and credentials

You will need 2 environment variables: AVERBEPORTO_USER, AVERBEPORTO_PASS. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.

Setting it up

@smithery/cli on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

Choosing this one

Among the developer tooling options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. AverbePorto MCP's toolset — login, Retorna, upload and 8 more — is a fair guide to whether it matches your workflow. It is maintained by GHSix; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Before you rely on it

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • With 11 tools registered it takes up a noticeable share of the context window; turn it off in projects that never touch AverbePorto MCP.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the averbeporto mcp mcp server does with a few real requests.

Available tools

ToolWhat it does
loginAutenticação na plataforma
RetornasessionId
uploadEnvio de documentos
consultProtocolConsulta de protocolos por chave ou vice-versa
retrieveDocumentConsulta de documentos enviados
sessionIdID da sessão obtido no login.
modDocTipo de documento (e.g., DI, MDF-e, CT-e, NF-e, Minuta CT-e).
dtTypeTipo de data (Update, Emission, Send), padrão é Send.
Outrosrelation, modal, valid.
decomposeKeyDecomposição de chaves para análise
keyChave de acesso de 44 dígitos para NF-e, CT-e ou MDF-e.

How to install the AverbePorto MCP MCP server

{
  "mcpServers": {
    "averbeporto": {
      "command": "npx",
      "args": ["-y", "@smithery/cli"],
      "env": {
        "AVERBEPORTO_USER": "your-value",
        "AVERBEPORTO_PASS": "your-value"
      }
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Configuration

VariableDescriptionRequired
AVERBEPORTO_USERConfiguration value read at startup.Optional
AVERBEPORTO_PASSConfiguration value read at startup.Optional

Example prompts to try

  • Use AverbePorto MCP to login.
  • Use AverbePorto MCP to Retorna.
  • Use AverbePorto MCP to upload.

Frequently asked questions

It connects AverbePorto MCP to MCP-compatible AI assistants such as Claude and Cursor, exposing 11 tools (login, Retorna, upload, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with AverbePorto MCP directly.