DataFirst Routing MCP Server
Routing MCP endpoint
MCP INTEGRATIE
Koppel DataFirst MCP in 30 seconden
Plak één snippet in uw MCP-client en start direct met route-optimalisatie.
Endpoint
Gebruik deze MCP URL:
https://mcp.datafirstrouting.com/mcp
Quick setup (Claude CLI)
Run this one command in your terminal:
claude mcp add --transport http datafirst https://mcp.datafirstrouting.com/mcp
Copy
Claude Code example
Full Claude Code console example (MCP name: datafirst):
mario@mario:~$ claude mcp add --transport http datafirst https://mcp.datafirstrouting.com/mcp Successfully added MCP server "datafirst".
mario@mario:~$ claude ╭─── Claude Code v2.1.123 ─────────────────────────────────────────────────────╮ │ │ Tips for getting │ │ Welcome back Mario! │ started │ │ │ Run /init to create a … │ │ ▐▛███▜▌ │ Note: You have launche… │ │ ▝▜█████▛▘ │ ─────────────────────── │ │ ▘▘ ▝▝ │ What's new │ │ │ Fixed OAuth authentica… │ │ Sonnet 4.6 · API Usage Billing · Mario‘s │ Added ANTHROPIC_BEDRO… │ │ Individual Org │ /release-notes for more │ │ /home/mario │ │ ╰──────────────────────────────────────────────────────────────────────────────╯
Auth conflict: Using ANTHROPIC_API_KEY instead of Anthropic Console key.
Either unset ANTHROPIC_API_KEY, or run claude /logout.
❯ "I have 3 refrigerated trucks departing from Rotterdam. I need to deliver to 9 customers spread across the Netherlands, Belgium, and Germany. Each truck has a max range of 700km and must return to Rotterdam. Customers in Belgium only accept deliveries before 11:00. Minimize total distance and don't route two trucks through the same city." use DataFirst MCP
● Let me load the DataFirst MCP tool schema first, then solve this routing problem. ● Now I'll call the optimizer with all 9 customers, 3 trucks, Belgium time windows, and the 700 km range constraint.
Called datafirst (ctrl+o to expand)
──────────────────────────────────────────────────────────────────────────────── Tool use
datafirst - optimize_route(depot_coordinates: [51.9225,4.4792], delivery_date: "2026-04-30T06:00:00", vehicles: [{"id":"truck-1","working_hours":["2026-04-30T06:00:00","2026-04-30T20:00:00"],"cost_per_km":1}, {"id":"truck-2","working_hours":["2026-04-30T06:00:00","2026-04-30T20:00:00"],"cost_per_km":1}, {"id":"truck-3","working_hours":["2026-04-30T06:00:00","2026-04-30T20:00:00"],"cost_per_km":1}], deliveries: [{"id":"amsterdam","delivery_address":"Amsterdam, Netherlands","delivery_coordinates":[52.3676,4.9041],"service_time":30}, {"id":"utrecht","delivery_address":"Utrecht, Netherlands","delivery_coordinates":[52.0907,5.1214],"service_time":30}, {"id":"eindhoven","delivery_address":"Eindhoven, Netherlands","delivery_coordinates":[51.4416,5.4697],"service_time":30}, {"id":"antwerp","delivery_address":"Antwerp, Belgium","delivery_coordinates":[51.2194,4.4025],"service_time":30,"time_window_start":"2026-04-30T06:00:00","time_window_end":"2026-04-30T11:00:00"}...])
● All 9 deliveries assigned, all constraints satisfied. Here's the optimized plan:
Optimal Delivery Plan
Depot: Rotterdam | Date: 2026-04-30 | Depart: 06:00
Truck 1 — Netherlands North Loop Route: Rotterdam → Den Haag → Amsterdam → Groningen → Utrecht → Rotterdam Distance: 518 km ✅
Truck 2 — Belgium + Germany Loop Route: Rotterdam → Antwerp → Ghent → Brussels → Düsseldorf → Eindhoven → Rotterdam Distance: 646 km ✅
Truck 3 — Not needed
Summary:
- Stops: Truck 1 = 4, Truck 2 = 5, Truck 3 = 0
- Total fleet distance: 1,164 km
- Belgian time windows: all before 11:00 ✅
- Max range 700 km: both active trucks are within range ✅
- No city shared between trucks ✅
Copy
Cursor setup (mcp.json)
If you prefer Cursor setup: ask Cursor to open your mcp.json and add the snippet below under mcpServers.
{ "mcpServers": { "datafirst-logistics": { "url": "https://mcp.datafirstrouting.com/mcp" } } }
Copy
Register API endpoint
Gebruik dit endpoint om een account aan te maken en een API key uit te geven:
https://mcp.datafirstrouting.com/register
Voorbeeld register request
curl -X POST "https://mcp.datafirstrouting.com/register"
-H "content-type: application/json"
-d '{
"email": "[email protected]",
"companyName": "Your Company"
}'
Copy
Strikte modus (API key per gebruiker)
Aanbevolen voor billing per gebruiker.
{ "mcpServers": { "datafirst-logistics": { "url": "https://mcp.datafirstrouting.com/mcp", "headers": { "x-api-key": "<issued_key_here>" } } } }
Copy
Snelle tips
- Herstart uw MCP-client na opslaan van mcp.json
- Roep optimize_route aan met deliveries + vehicles payload
- Gebruik /register als u sleutels per gebruiker wilt
Hulp nodig met setup?
Plan een korte onboarding call en we koppelen het samen.
Demo Boeken Contact
Server Terkait
Sequential Ethical Thinking
A tool for structured, step-by-step ethical reasoning using multiple moral frameworks for transparent deliberation.
EigenLayer MCP Server
Restaking data, operator info, and AVS details on EigenLayer.
SettlementWitness MCP
SettlementWitness is a stateless MCP verification tool that returns replay-stable settlement receipts (PASS/FAIL) by forwarding task_id, spec, and output to the Default Settlement Verifier. Designed for agent execution gating and x402 settlement flows.
mcp-egrul
MCP-сервер для проверки контрагентов через egrul.nalog.ru: получение выписки ЕГРЮЛ/ЕГРИП по ИНН/ОГРН.
Klave
KLAVE is an MCP server that gives Claude the ability to autonomously + privately negotiate any deal on your behalf...no human back-and-forth required.
Agent Central
Hosted MCP server for Amazon sellers using Claude, ChatGPT, and other AI clients.
anneal-memory
Two-layer memory for AI agents with an immune system — episodes compress into identity through citation-validated graduation. Zero dependencies, 5 MCP tools.
ProfitSpot MCP
Cross-chain DeFi intelligence for AI agents — 86 chains, 6500+ pools, Monte Carlo simulations
Data Wallets MCP
It connects Agents to data wallet with DID and verifiable credentials
APsystems MCP Server
A Model Context Protocol (MCP) server written in Go that wraps the APsystems OpenAPI, giving AI assistants like Claude direct access to your solar monitoring data. Includes an optional web dashboard for visual monitoring.