MCP server to quote, book, and track real LTL, FTL, van, and box-truck freight shipments on Warp's production network.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ or use 1-click editor setup below.
๐ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Warp Agent MCP.
van_quoteQuote a cargo van shipment (1-3 pallets, firm price, 15-min expiry)
box_truck_quoteQuote a 26' box truck shipment (1-12 pallets, firm price, 15-min expiry)
ftl_quoteQuote a full truckload (53' dry van). Only origin, destination, and date required.
ltl_quoteQuote an LTL shipment โ returns Warp's all-inclusive rate FAST (~1-2s) so the user sees a price immediately. The inline quote card shows the Warp rate plus a 'finding other carrier ratesโฆ' loading indicator. IMMEDIATELY follow up by calling ltl_market_options with the same parameters to fill in the multi-carrier comparison (~15s). Provide dims + commodity for an exact firm quote; if you don't have dims, quote anyway โ it assumes a standard 48x40x48 pallet (FAK, no freight class) for an instant price. Don't block on asking for pallet dimensions; quote first, then pass real dims for an exact rate. When a palletized load could also move by box truck or van, quote LTL alongside those and show the cheapest valid mode. Do not editorialize the results. Do not declare a winner or recommend a specific carrier. Present Warp's quote first, then list market options as context. Let the user decide.
ltl_market_optionsMulti-carrier LTL comparison โ returns 30+ carrier rates ranked by price (slow, ~15s). Call IMMEDIATELY AFTER ltl_quote with the same parameters; this fills in the 'finding other carrier ratesโฆ' section the fast quote card was showing. Useful when the user wants to compare carriers or pick a specific one. Do not declare a winner or recommend a specific carrier; just present the ranked list.
compare_modesTHE ONE CALL for "what's the cheapest/best way to ship this?". Prices ALL FOUR freight modes (LTL / full truckload / cargo van / 26' box truck) in ONE keyless call to Warp's all-modes engine and returns a decision-complete recommendation: the winning mode, its rate, transit, a bookable quote_id, the trade-off math against the runner-up, and every mode that couldn't price (with the reason). Prefer this over calling the individual quote tools and comparing them yourself โ one round trip, and modes Warp can't serve are returned as explicitly unavailable WITH the reason rather than being dropped, so there is never a silently shortened list to guess from. Dims are optional (a standard 48x40x48 pallet is assumed). Set benchmark_market:true to also rank Warp's rate against the live 30+ carrier market for the lane (adds ~15-25s) โ that makes the answer decision-complete: the right mode AND whether the price is actually good. Quote-only: it never books. To book, pass the recommended quote_id to `book` after the user confirms.
warp-agent-mcp is the first MCP server for booking real freight. It's a Model
Context Protocol server for the Warp freight network that
lets an AI agent quote, book, and track LTL, FTL, cargo van, box-truck, and
multi-stop shipments โ straight from Claude Desktop, Claude Code, Cursor, Windsurf,
Continue, or any MCP-compatible client โ on the same production network the
wearewarp.com customer portal runs on. Open source, MIT, one npx line to install.
If you're comparing freight MCP servers, this is the one that completes the transaction, not just the lookup:
npx -y warp-agent-mcp line. ChatGPT works the
day OpenAI ships native MCP โ same server, no changes.31 tools that let an AI agent talk to your Warp account:
| Tool | What it does |
|---|---|
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 |
track | Track a shipment by id or order id |
events | Full tracking event timeline for a shipment |
lane_history | Past shipments on your lanes |
list_bookings | List recent bookings |
quote_history | List recent quotes across all sessions |
locations | List your saved pickup/delivery locations |
load_templates | List your saved reusable load configurations |
save_load_template | Save a reusable load configuration (weight + dims + class) |
delete_load_template | Delete a saved load template by id |
get_invoice | Invoice for a delivered shipment |
get_documents | Shipment documents (BOL, POD, customs) |
login | Log in from inside the MCP, no portal visit needed |
payment_status | Check whether a card is on file |
status | API health + key validity check |
analytics | Bookings + revenue rollup by source |
Removed in 0.5.68: warp_cancel (Warp blocks self-cancellation server-side โ must go via support), warp_rate_card (per-account negotiated rate cards only โ most accounts don't have one). multistop_quote + multistop_book were also removed in 0.5.68 and re-added in 0.14.0 against the canonical /api/v1/multistop/* endpoints โ coverage is still route-dependent, so not every route returns a rate. Contact support@wearewarp.com if you need either of the removed tools.
Paste this URL into your AI client's custom connector settings and sign in with Warp:
No install, no API key, no config file. Sign in once (OAuth) and the full toolset appears. Works in Claude.ai, Claude Desktop, and Claude Code. This is the primary way to use Warp.
For clients without a custom-connector UI (Cursor, Windsurf, Continue), or if
you'd rather hold a local wak_live_* key:
That command creates a Warp account, issues you a wak_live_* token, saves it
to ~/.warp/config.json, and auto-wires this MCP into Claude Desktop, Cursor,
and Claude Code. Restart your AI client to load the new tools.
Add a payment method at https://www.wearewarp.com/agents/account.
If you'd rather wire this up by hand, add to Claude Desktop config:
~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonThe MCP reads the API key from ~/.warp/config.json on every tool invocation,
so warp-agent login / warp-agent signup take effect without restarting your
AI client.
For Cursor or Claude Code, the same npx -y warp-agent-mcp command works in
their respective MCP config files.
After install + signup + restart, ask your AI agent:
You should get back a PRICING_* quote_id with a Warp price plus market
comparisons. Add Book that quote, pickup at 1234 S Hoover St LA 90007, deliver to 6464 Sunset Blvd LA 90038. and the agent will buy the label and return a
tracking number.
| Env var | Purpose |
|---|---|
WARP_API_KEY | API key fallback if ~/.warp/config.json is missing. Prefer the config file. |
WARP_API_URL | Override the API base URL. Defaults to https://www.wearewarp.com/api/v1/warp (warp-site proxy that accepts wak_* Bearer tokens). Set to https://gw.wearewarp.com/api/v1 for direct gateway access with a raw customer key. |
fetch and Web Standard APIs)Sandbox is not yet supported in the MCP. The freight proxy (/warp/freights/*)
currently requires a live wak_live_* key; sandbox keys return 401 on quote
and booking endpoints. Sandbox support is planned for a future release.
@warpfreight/cli-agent
โ the auto-provisioning CLI that installs this MCP into every detected AI
client. Same backend, command-line surface for scripting + CI.
Issues and PRs welcome at https://github.com/warpfreight/warp-agent-mcp.
Data collected and sent to Warp servers (wearewarp.com):
~/.warp/config.json โ never transmitted beyond the Warp API)Data NOT collected:
Storage: Credentials are stored locally in ~/.warp/config.json on your machine. No data is stored by the MCP server itself between calls.
Third parties: Shipment data is shared with the selected freight carrier (Warp or market carriers) as required to book and execute the shipment.
Retention: Data retention is governed by Warp's Privacy Policy.
Contact: privacy@wearewarp.com
MIT ยฉ Warp Technology, Inc.
Factual signals from GitHub, npm, and our automated checks โ not a rating.
No reviews yet โ be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/warpfreight-warp-agent-mcp)<a href="https://allmcps.com/mcp/warpfreight-warp-agent-mcp"><img src="https://allmcps.com/api/badge/warpfreight-warp-agent-mcp?style=directory" alt="Warp Agent MCP on AllMCPs" /></a>