Introducing ATLAS: the open MCP server for logistics
We're open-sourcing the MCP server we built for enterprise logistics. Your data never leaves your infrastructure.
Every time we talked to a large logistics operator about AI, the conversation hit the same wall: "We can't share our data with anyone."
They're not wrong. A freight forwarder's carrier network, their negotiated rates, their client relationships — that's their entire competitive advantage. Sending it to a third-party SaaS is a non-starter for their legal team. For their compliance team. Often for their clients.
For years, the only way to get these companies on board was through the soft skills of our sales team — building trust conversation by conversation. The product couldn't solve this on its own.
What we built
ATLAS is an open-source MCP server that runs entirely inside the client's security perimeter. It connects to their existing systems — emails, TMS, ERP, transport exchanges like Trans.eu and Timocom — and indexes everything locally. The client controls exactly what gets indexed. The data never moves.
"Your data stays with you. AI agents get the context they need." That's the whole idea.
Our AI agents connect to the client's ATLAS instance through a standard MCP protocol. They get shipment history, carrier performance, rate data, document context. They answer questions and take actions from a position of real knowledge — the company's own knowledge.
What's in v0.1
- MCP server with 5 tools:
query,get_shipment,search_carriers,get_rate_history,list_documents - 6 logistics-native data models: Shipment, Carrier, Route, Document, Rate, Event
- Filesystem connector (JSON, CSV, PDF) and REST API connector
- SQLite storage — all local, nothing egresses
- Docker support — one command to run
docker run -d \
-v ./config.yml:/app/config.yml \
cargofy/atlas:latest
Why open source
We're building Cargofy as a platform. We want AI agents to work with every logistics company — not just those willing to hand over their data to us. ATLAS is how we make that possible.
But more than that: logistics needs a standard here. Right now every company trying to add AI to freight operations is solving the same data problem from scratch. ATLAS is our attempt to define that standard in the open, so the whole industry can build on it.
Apache 2.0. Use it, fork it, build connectors for it. If you're working on logistics AI, this is your infrastructure too.
What's next
v0.2 brings real email ingestion (IMAP/Exchange), local vector embeddings via Ollama for semantic search, and a PostgreSQL storage option for production scale.
v0.3 targets the major enterprise platforms: SAP TM, Oracle TMS, Transporeon, project44.
The long-term goal is a certified connectors program — where TMS vendors self-certify ATLAS compatibility, and any logistics AI agent can query any ATLAS-compatible system through a single standard.
Alex Kovalchuk
CTO, Cargofy