MCP server for the Warp freight API. 26 tools covering the full booking lifecycle: mode compare (one call prices every eligible mode in parallel and
If you already use Warp, the warp mcp server is the piece that lets your assistant work with it directly. MCP server for the Warp freight API. 26 tools covering the full booking lifecycle: mode compare (one call prices every eligible mode in parallel and returns a decision-complete recommendation with the cost-vs-transit math), quote.
If you're comparing freight MCP servers, this is the one that completes the transaction, not just the lookup:
warp-agent-mcp on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Multi — mode, not parcel.** LTL, FTL, box truck, and cargo van. EasyPost andmacOS — ~/Library/Application Support/Claude/claude_desktop_config.jsonWindows — %APPDATA%\Claude\claude_desktop_config.jsoncompare_modes — Start here. Compare every eligible mode (van/box truck/LTL/FTL) in one parallel call and get a decision-complete recommendation with thevan_quote — Quote a 1–3 pallet cargo van shipmentbox_truck_quote — Quote a 1–12 pallet box truck shipmentftl_quote — Quote a full truckload (53' dry van)ltl_quote — Quote LTL — Warp's flagship freight productltl_market_options — Multi-carrier LTL comparison - 30+ carriers ranked by pricebatch_quote — Quote many lanes in one call (a whole spreadsheet / CSV)book — Book any quote by id, with pickup + delivery addressesbatch_book — Book many already-quoted lanes in one callConfiguration is passed through the environment: WARP_API_KEY, WARP_API_URL. Treat anything key-shaped as a real credential — scope it to the minimum the server needs, and rotate it if it ever lands in a shared config.
fetch and Web Standard APIs)Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Warp's toolset — Multi, macOS, Windows and 11 more — is a fair guide to whether it matches your workflow. It is maintained by rahulharikumarr; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| Multi | mode, not parcel.** LTL, FTL, box truck, and cargo van. EasyPost and |
| macOS | ~/Library/Application Support/Claude/claude_desktop_config.json |
| Windows | %APPDATA%\Claude\claude_desktop_config.json |
| compare_modes | **Start here.** Compare every eligible mode (van/box truck/LTL/FTL) in one parallel call and get a decision-complete recommendation with the trade-off math |
| van_quote | Quote a 1–3 pallet cargo van shipment |
| box_truck_quote | Quote a 1–12 pallet box truck shipment |
| ftl_quote | Quote a full truckload (53' dry van) |
| ltl_quote | Quote LTL — Warp's flagship freight product |
| ltl_market_options | Multi-carrier LTL comparison - 30+ carriers ranked by price |
| batch_quote | Quote many lanes in one call (a whole spreadsheet / CSV) |
| book | Book any quote by id, with pickup + delivery addresses |
| batch_book | Book many already-quoted lanes in one call |
| multistop_quote | Quote a multi-stop FTL route — one truck, 3+ stops in order |
| multistop_book | Book a quoted multi-stop route as per-leg shipments |
{
"mcpServers": {
"warp-agent": {
"command": "npx",
"args": ["-y", "warp-agent-mcp"],
"env": {
"WARP_API_KEY": "your-value",
"WARP_API_URL": "your-value"
}
}
}
}Add to claude_desktop_config.json, then restart Claude Desktop.
fetch and Web Standard APIs)| Variable | Description | Required |
|---|---|---|
| WARP_API_KEY | Credential the server authenticates with. | Yes |
| WARP_API_URL | Endpoint or connection string the server talks to. | Yes |
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.