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ê
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 -.
Once AverbePorto MCP is connected, these are the calls the assistant has available:
login — Autenticação na plataformaRetorna — sessionIdupload — Envio de documentosconsultProtocol — Consulta de protocolos por chave ou vice-versaretrieveDocument — Consulta de documentos enviadossessionId — ID da sessão obtido no loginmodDoc — Tipo de documento (e.g., DI, MDF-e, CT-e, NF-e, Minuta CT-e)dtType — Tipo de data (Update, Emission, Send), padrão é SendOutros — relation, modal, validdecomposeKey — Decomposição de chaves para análisekey — Chave de acesso de 44 dígitos para NF-e, CT-e ou MDF-eYou 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.
@smithery/cli on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
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.
| Tool | What it does |
|---|---|
| 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. |
{
"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.
| Variable | Description | Required |
|---|---|---|
| AVERBEPORTO_USER | Configuration value read at startup. | Optional |
| AVERBEPORTO_PASS | Configuration value read at startup. | Optional |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.