Jadlog MCP
Integrates with TOTVS Moda to fetch order, customer, address, and valid fiscal note data for building and submitting shipping payloads to the Jadlog logistics API.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Jadlog MCPsimulate the freight cost for a 5kg package from São Paulo to Rio de Janeiro"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Jadlog MCP
Servidor MCP inicial para a API Jadlog Logistica, baseado na documentacao API-JADLOG_v2.3-1-5.pdf.
Configuracao
Crie um .env baseado em .env.example e informe JADLOG_TOKEN.
{
"mcpServers": {
"jadlog": {
"command": "python",
"args": ["C:\\caminho\\para\\jadlog-mcp\\server.py"],
"env": {
"JADLOG_ENV_FILE": "C:\\caminho\\para\\jadlog-mcp\\.env"
}
}
}
}Related MCP server: pje-mcp-server
Tools
jadlog_config_statusjadlog_incluir_pedidojadlog_montar_payload_incluir_pedidojadlog_incluir_pedido_estruturadojadlog_montar_payload_por_pedido_totvsjadlog_incluir_pedido_por_pedido_totvsjadlog_cancelar_pedidojadlog_consultar_tracking_por_shipment_idsjadlog_consultar_tracking_por_danfesjadlog_consultar_trackingjadlog_simular_fretejadlog_consultar_cte_xmljadlog_consultar_pudosjadlog_consultar_qrcodejadlog_incluir_tratativa
Endpoints cobertos
POST /embarcador/api/pedido/incluirPOST /embarcador/api/pedido/cancelarPOST /embarcador/api/tracking/consultarPOST /embarcador/api/frete/valorPOST /embarcador/api/cte/xmlGET /pickup/address/pudosGET /pickup/address/pudos/locationGET /qrcodeservice/api/{shipmentId}POST /embarcador/api/tracking/incluir_tratativa
Exemplo de payload estruturado
Use jadlog_montar_payload_incluir_pedido para conferir o JSON antes de enviar, ou
jadlog_incluir_pedido_estruturado para montar e enviar.
{
"pedido": "123456",
"destinatario": {
"nome": "CLIENTE TESTE",
"cnpjCpf": "00000000000",
"endereco": "RUA TESTE",
"numero": "100",
"bairro": "CENTRO",
"cidade": "SAO PAULO",
"uf": "SP",
"cep": "01001000",
"fone": "11999999999",
"email": "cliente@example.com"
},
"dfe": {
"cfop": "6107",
"danfeCte": "00000000000000000000000000000000000000000000",
"nrDoc": "123",
"serie": "1",
"tpDocumento": 1,
"valor": 99.9
},
"volumes": [
{
"peso": 0.3,
"altura": 1,
"largura": 1,
"comprimento": 1,
"identificador": "123456"
}
]
}TOTVS Moda para Jadlog
As tools jadlog_montar_payload_por_pedido_totvs e
jadlog_incluir_pedido_por_pedido_totvs usam as variaveis TOTVS_* do .env
para buscar pedido, cliente, endereco e nota fiscal valida no TOTVS Moda.
Fluxo recomendado:
Chame
jadlog_montar_payload_por_pedido_totvspara revisar o payload.Se estiver correto, chame
jadlog_incluir_pedido_por_pedido_totvs.
Licenca
Distribuido sob a licenca MIT. Veja LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseAqualityDmaintenanceMCP server for BlueDart (DHL eCommerce India) shipping API enabling waybill creation, tracking, pickup scheduling, and transit time lookup via MCP tools.Last updated8
- Flicense-qualityDmaintenanceMCP server for integrating with the Brazilian PJE judicial system via MNI and BNP, enabling consultation of legal processes, communications, and precedents.Last updated
- AlicenseBqualityDmaintenanceAn MCP server for the Delovye Linii logistics API, enabling cargo delivery cost calculation, order creation, tracking, and directory lookups for cities and terminals.Last updated625MIT
- FlicenseAqualityBmaintenanceRead-only MCP connector for querying the Protheus (TOTVS) system, exposing 10 GET endpoints as MCP tools with OAuth2 authentication and friendly error handling.Last updated10
Related MCP Connectors
Brazilian fiscal MCP server - issue NF-e, NFC-e, NFS-e, CT-e, MDF-e and DC-e via SEFAZ.
A paid remote MCP for ShipSwift, built to return verdicts, receipts, usage logs, and audit-ready JSO
MCP server for live, sourced Brazilian public data from the official IBGE APIs.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/fabianoomura/jadlog-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server