Jadlog MCP

Jadlog MCP

MCP server that integrates with the Jadlog logistics API, enabling shipping order creation and cancellation, freight simulation, tracking queries, CT-e XML retrieval, pick-up/drop-off point lookup, QR code generation, and TOTVS Moda integration for order payloads.

Category
Visit Server

README

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"
      }
    }
  }
}

Tools

  • jadlog_config_status
  • jadlog_incluir_pedido
  • jadlog_montar_payload_incluir_pedido
  • jadlog_incluir_pedido_estruturado
  • jadlog_montar_payload_por_pedido_totvs
  • jadlog_incluir_pedido_por_pedido_totvs
  • jadlog_cancelar_pedido
  • jadlog_consultar_tracking_por_shipment_ids
  • jadlog_consultar_tracking_por_danfes
  • jadlog_consultar_tracking
  • jadlog_simular_frete
  • jadlog_consultar_cte_xml
  • jadlog_consultar_pudos
  • jadlog_consultar_qrcode
  • jadlog_incluir_tratativa

Endpoints cobertos

  • POST /embarcador/api/pedido/incluir
  • POST /embarcador/api/pedido/cancelar
  • POST /embarcador/api/tracking/consultar
  • POST /embarcador/api/frete/valor
  • POST /embarcador/api/cte/xml
  • GET /pickup/address/pudos
  • GET /pickup/address/pudos/location
  • GET /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:

  1. Chame jadlog_montar_payload_por_pedido_totvs para revisar o payload.
  2. Se estiver correto, chame jadlog_incluir_pedido_por_pedido_totvs.

Licenca

Distribuido sob a licenca MIT. Veja LICENSE.

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured