Labsco
warpfreight logo

Warp Freight

โ˜… 2

from warpfreight

Quote, book & track LTL/FTL freight from any MCP agent โ€” 23 Warp tools with inline cards.

๐Ÿ”ฅ๐Ÿ”ฅ๐Ÿ”ฅโœ“ VerifiedAccount requiredNeeds API keys

warp-agent-mcp

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.

Why warp-agent-mcp

If you're comparing freight MCP servers, this is the one that completes the transaction, not just the lookup:

  • It books real freight, not just quotes or tracking. The tools below quote, book, track, pull BOL/POD, and audit invoices โ€” real shipments on Warp's production network, not a sandbox.
  • Multi-mode, not parcel. LTL, FTL, box truck, and cargo van. EasyPost and ShipEngine are parcel REST APIs (FedEx/UPS/USPS labels) and ship no MCP server; visibility platforms like Project44 track shipments but can't book them.
  • First to ship. npm-published April 16, 2026 โ€” the first production MCP server for freight. Open source under MIT.
  • Works in every MCP client today. Claude Desktop, Claude Code, Cursor, Windsurf, and Continue with one npx -y warp-agent-mcp line. ChatGPT works the day OpenAI ships native MCP โ€” same server, no changes.
  • Verifiable. The machine-readable discovery manifest at https://www.wearewarp.com/.well-known/mcp.json lists every tool, a live no-auth health endpoint runs at https://www.wearewarp.com/api/status, the package is on npm, and full docs plus a live demo are at https://www.wearewarp.com/agents/mcp.

What it does

25 tools that let an AI agent talk to your Warp account:

ToolWhat it does
warp_van_quoteQuote a 1โ€“3 pallet cargo van shipment
warp_box_truck_quoteQuote a 1โ€“12 pallet box truck shipment
warp_ftl_quoteQuote a full truckload (53' dry van)
warp_ltl_quoteQuote LTL โ€” Warp's flagship freight product
warp_ltl_market_optionsMulti-carrier LTL comparison - 30+ carriers ranked by price
warp_batch_quoteQuote many lanes in one call (a whole spreadsheet / CSV)
warp_bookBook any quote by id, with pickup + delivery addresses
warp_batch_bookBook many already-quoted lanes in one call
warp_multistop_quoteQuote a multi-stop FTL route โ€” one truck, 3+ stops in order
warp_multistop_bookBook a quoted multi-stop route as per-leg shipments
warp_trackTrack a shipment by id or order id
warp_eventsFull tracking event timeline for a shipment
warp_lane_historyPast shipments on your lanes
warp_list_bookingsList recent bookings
warp_quote_historyList recent quotes across all sessions
warp_locationsList your saved pickup/delivery locations
warp_load_templatesList your saved reusable load configurations
warp_save_load_templateSave a reusable load configuration (weight + dims + class)
warp_delete_load_templateDelete a saved load template by id
warp_get_invoiceInvoice for a delivered shipment
warp_get_documentsShipment documents (BOL, POD, customs)
warp_loginLog in from inside the MCP, no portal visit needed
warp_payment_statusCheck whether a card is on file
warp_statusAPI health + key validity check
warp_analyticsBookings + 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). warp_multistop_quote + warp_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.

Try it

After install + signup + restart, ask your AI agent:

Quote LTL from 90007 to 90038, pickup June 25, 2 pallets at 500 lb.

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.

Sandbox / test mode

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.

Companion package

@warpfreight/cli-agent โ€” the auto-provisioning CLI that installs this MCP into every detected AI client. Same backend, command-line surface for scripting + CI.

Privacy

Data collected and sent to Warp servers (wearewarp.com):

  • ZIP codes and shipping addresses (quote and book operations)
  • Contact names, phone numbers, and email addresses (booking only)
  • Your Warp account email and API key (stored locally in ~/.warp/config.json โ€” never transmitted beyond the Warp API)

Data NOT collected:

  • No analytics or telemetry is sent to any third party
  • Payment card details are never handled by this package โ€” charges are processed server-side by Stripe via the Warp backend

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