The MCP server
for logistics AI
Give AI agents deep context about your shipments, carriers, and rates — without your data ever leaving your infrastructure.
# Run ATLAS inside your infrastructure
$ docker run -d \
-v ./config.yml:/app/config.yml \
cargofy/atlas:latest
# Your AI agent connects via MCP
✓ ATLAS MCP server running
✓ 5 tools available
✓ 6 logistics data models loaded
Why ATLAS
Enterprise logistics won't share their data. They're right.
Carrier relationships, pricing history, client contracts — that's competitive advantage. No compliance team signs off on sending it to a SaaS vendor.
❌ Without ATLAS
AI agents start every conversation from zero. No carrier history. No rate context. No operational memory. Your sales team builds trust manually, conversation by conversation.
✅ With ATLAS
ATLAS runs inside your security perimeter. Indexes emails, TMS, contracts locally. AI agents query your own data through a standard protocol. Nothing leaves your network.
Architecture
Your data. Your infrastructure. Standard protocol.
ATLAS sits between your operational data and AI agents. Indexes locally, answers queries, exposes a clean MCP interface.
├── Email / TMS / ERP
├── Contracts & Documents ←── MCP Protocol ──→ Claude / GPT / Custom
├── Rate sheets
└── ATLAS instance
├── Ingestion (connectors)
├── Processing (entity extraction)
├── Storage (SQLite / Postgres, local)
└── MCP Server (5 tools)
MCP Interface
5 tools. Every logistics context your agent needs.
Connect any MCP-compatible agent and query your logistics data in natural language.
query
Natural language search across all logistics data — shipments, carriers, routes.
get_shipment
Full details for any shipment by ID — status, cargo, carrier, events.
search_carriers
Filter carriers by country, type, or minimum rating from your own network.
get_rate_history
Historical freight rates for any lane — negotiate from a position of knowledge.
list_documents
Find BOLs, CMRs, invoices, customs declarations by shipment or type.
Data Models
Logistics-native schemas. All transport modes.
Six open JSON Schema models — road, ocean, air, rail, multimodal.
Connectors
Connect your existing systems.
ATLAS ingests from wherever your data lives — no migration required.
Open standard.
Built for the industry.
Apache 2.0. Self-hosted. Contributions welcome.
Built by Cargofy, open for every logistics company.