ECMR MCP
About
MCP server for electronic consignment notes (eCMR). Create, sign, manage, and track electronic transport documents with QR codes, PDF generation, and digital signatures through the Cargoffer ECMR API. Designed for AI agents like Claude Desktop, Cursor, and Cline
Details
- Author
- cargoffer
- Categories
- Cloud Service, Other, API, Automation
Jump to
Setup
Install ECMR MCP in your MCP client (Claude Desktop, Cursor, Windsurf, and others).
Repository: https://github.com/cargoffer/ecmr-mcp
Follow the installation instructions in the repository README, then restart your MCP client.
ECMR MCP Server — Model Context Protocol for Cargoffer ECMR API
Connect Claude Code, OpenAI Agents, and other MCP clients to Cargoffer ECMR API for transport logistics automation.
AModel Context Protocol (MCP)server that exposes Cargoffer ECMR API functionality as AI-accessible tools. Enables AI agents to:
- Create and manage electronic consignment notes (eCMR)
- Handle digital signatures
- Manage drivers and vehicles
- Generate/validate QR codes
model context protocol, mcp server, ecmr, electronic consignment note, cargoffer, transport logistics, ai agents, claude code, openai agents, digital freight, transportation, fleet management, driver management, vehicle management, qr code, electronic signature, documento electronico de transporte, CMR, DeCA, documento control administrativo, logistics API, fleet API, transport API Spain, ADR 2026
# Add to Claude Code / OpenAI Agents config npm install @cargoffer/ecmr-mcp # Or run standalone npx @cargoffer/ecmr-mcp
Tool: ecmr_create - senderCompanyName: "Your Company SL" - receiverCompanyName: "Client SL" - fromAddress: "Calle A 1, Madrid" - toAddress: "Calle B 1, Barcelona" - goodsDescription: "Mercancía general" - packages: 2 - weight: 500 → Returns: { service_code: "ECM-XXX", status: "draft" }
# Environment variables export ECMR_API_KEY="your-api-key" export ECMR_API_URL="https://ecmr.api.cargoffer.com" # Production # or export ECMR_API_URL="https://ecmr.api.demo.cargoffer.com" # Demo export PORT=3000
{ "mcpServers": { "ecmr": { "command": "npx", "args": ["@cargoffer/ecmr-mcp"], "env": { "ECMR_API_KEY": "your-key" } } } }
const ecmrClient = new MCPClient({ command: "npx", args: ["@cargoffer/ecmr-mcp"] }); const result = await ecmrClient.callTool("ecmr_create", { senderCompanyName: "ACME SL", receiverCompanyName: "Client SL", fromAddress: "Madrid", toAddress: "Barcelona" });
Base URL:https://ecmr.api.cargoffer.com
POST /ecmr { sender: { company_name: "Company", cif: "B12345678" }, receiver: { company_name: "Client", cif: "B87654321" }, from: { address: "Origin", postal_code: "28001", country: "ES" }, to: { address: "Destination", postal_code: "08001", country: "ES" }, goods: { description: "Goods", packages: 2, weight: 500 } }
// Sign pickup PUT /ecmr/sign/pickup/{service_code} { signature: "base64-encoded-signature" } // Sign delivery PUT /ecmr/sign/delivery/{service_code} { signature: "base64-encoded-signature" }
- Fork the repository
- Create a feature branch
- Submit a Pull Request
Generate documents, process PDFs, and manage e-signature workflows using the PDFGate API.
MCP server for the Dropbox Sign API supporting signature requests, templates, teams, accounts, events, documents, signers, reports, bulk operations, and workflows.
Universal document generation and conversion MCP. Generate PDF/DOCX/XLSX from templates+JSON (invoices, contracts, reports), batch generation, 100+ format conversions.
MCP-enabled invoicing platform for invoice creation, PDF export, and billing operations.
Convert, compress, merge and OCR PDFs and 100+ file formats from any AI agent — 126 tools via the GuruPDF API.
Fill existing PDF forms from JSON, Excel, or CSV with reviewed field mappings via MCP.
Generate professional PDFs (invoices, receipts, reports) from structured JSON data. No HTML required.
Mail real letters from agents: PDF → checkout → status.
ServiceNow MCP server: 65 tools over the full REST surface (Table, Aggregate, Attachment, Import Set, Batch, CMDB/IRE, Catalog, Change, Knowledge, Email) with script intelligence, flow tracing, ATF runs, multi-instance profiles and Mermaid diagrams.
Integrate the SpotDraft API into agentic workflows. Requires SpotDraft API credentials.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





