- Home
- MCP servers
- AverbePorto
AverbePorto
- javascript
0
GitHub Stars
javascript
Language
7 months ago
First Indexed
3 months ago
Catalog Refreshed
Documentation & install
Readme and setup notes from the catalogue, plus a client-ready config you can copy for your MCP host.
Installation
Add the following to your MCP client configuration file.
Configuration
View docs{
"mcpServers": {
"ghsix-averbeporto-mcp": {
"command": "node",
"args": [
"/caminho/para/AverbePorto-MCP/build/index.js"
],
"env": {
"AVERBEPORTO_PASS": "••••••••",
"AVERBEPORTO_USER": "user@example.com"
}
}
}
}AverbePorto MCP is an MCP server that lets you integrate AverbePorto authentication and document submission workflows with AI-enabled tooling. It enables you to login to the platform, upload XML documents, query protocols, and retrieve documents through a streamlined MCP interface.
How to use
You interact with the AverbePorto MCP server from your MCP client or editor. Start the local MCP server in your project, then authenticate and call the available tools to manage your documents and Protocols.
How to install
Prerequisites: Node.js installed on your system. You will also need a compatible MCP client to connect to the local stdio server.
Install the MCP server support for AverbePorto using a package manager or script shown here. The examples assume you will run the server locally and point your MCP client at the local process.
npx -y @smithery/cli install @GHSix/averbeporto-mcp --client claude
Additional notes
The MCP server has multiple ways to run locally. You can wire it into Claude Desktop, Cursor/Roo Code projects, or GitHub Copilot-enabled workflows. Each approach uses the same underlying node process starting from the built index file.
Security
Keep API credentials secure. Use the credentials generated in the user Cadastro module and never share your sessionId. Always use secure connections and keep your MCP server up to date.
Available tools
login
Authenticate to AverbePorto platform and obtain a sessionId
upload
Send XML documents to the platform and receive an uploadId
consultProtocol
Query protocols by keys or protocol identifiers with various output formats
retrieveDocument
Query documents sent to AverbePorto with filters like date range, document type, and other metadata
decomposeKey
Decompose a 44-digit access key for NF-e, CT-e, or MDF-e for analysis