mcpserver.lol
registry/warp-agent-mcp
Connection check verified live · 26h ago

warp-agent-mcp

Quote, book, and track LTL, FTL, cargo van, and box-truck freight via the Warp API.

Tools 31
GitHub stars 3
Installs / wk 503
Licence MIT
Transport streamable-http, stdio
Last checked 26h ago

Tools & capabilities

31 tools

Read from the running server on 26h ago.

analytics read-only limitgroup_by
Summarise your own shipping history: how many shipments, what you spent, and the split by mode, status and lane over a window. Aggregates the same bookings `list_bookings` returns,…
automate_lane book*labelquote*weekday*criteriaend_date +1
Set up a RECURRING weekly shipment (standing order): describe the lane once, and after the account owner approves by email, Warp re-quotes it fresh every week and books the best op…
automation_receipts read-only token*
Authorization record for an automation's bookings: one entry per booking attempt showing the checks it passed at commit time against the owner's approval — same lane, price within…
batch_book can modify data bookings*shared_notesshared_pickupshared_deliveryshared_referenceshared_accessorials +2
Book MANY already-quoted lanes in ONE call (sequential, one card charge per row). Use this after batch_quote when the user says "book all of them" or "book rows 1, 3, 5" — do NOT c…
batch_quote read-only lanes*
Price MANY lanes in ONE call (parallel, ~1-3s for typical spreadsheets). Use this WHENEVER the user gives you a spreadsheet, CSV, or list of multiple lanes to quote — do NOT call w…
book can modify data notespickupdeliveryquote_id*referenceaccessorials +2
Book a quoted shipment using any quote_id or option id returned from a quote tool (Warp or market carrier). Requires quote_id + pickup and delivery addresses. Auth required.
box_truck_quote read-only pallets*commodityorigin_zip*pickup_date*destination_zip*pickup_services +2
Quote a 26' box truck shipment (1-12 pallets, firm price, 15-min expiry)
compare_modes read-only hazmatpallets*prioritywidth_incommodityheight_in +10
THE 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-mo…
consolidate read-only loads*window_days
Find consolidation savings across 2-12 upcoming loads: clusters loads sharing an origin+destination zip whose pickup dates fall within window_days (default 3) that together fit one…
delete_load_template can modify data load_template_id*
Delete a saved load template by its id (starts with lt_). Auth required.
events read-only shipment_id*
Get the full tracking event history for a shipment (timeline of pickups, in-transit updates, deliveries). Auth required.
ftl_quote read-only palletscommodityorigin_zip*pickup_date*destination_zip*weight_lbs_per_pallet
Quote a full truckload (53' dry van). Only origin, destination, and date required.
get_documents read-only order_id*document_type
List shipment documents (BOL, POD, customs forms, etc.). Returns download URLs. Auth required. To fetch the Bill of Lading, pass document_type='bol' — this is how EXTERNAL / broker…
get_invoice read-only order_id*
Retrieve the invoice for a delivered shipment (line items, taxes, payment status). Auth required.
lane_history read-only
Get shipping history for your lanes (past shipments, last consignee, counts). Auth required.
list_bookings read-only limit
List recent bookings for this API key, newest first. Auth required. Renders an interactive shipments card (click a shipment to expand pickup/delivery, freight, and a tracking link)…
load_templates read-only
List the agent's saved load templates — reusable shipment configs (name, dims, weight, commodity). Recall one to quote/book a repeat kind of load without re-entering details. Auth…
locations read-only
List the agent's saved pickup/delivery locations (addresses Warp has on file for this account), so you can reuse them when booking instead of re-typing addresses. Auth required.
login email*password*
Log in to Warp with email and password. Saves credentials locally so booking tools work. Call this if the user needs to authenticate or if payment_status says no key is configured.
ltl_market_options read-only hazmatpalletswidth_incommodityheight_inlength_in +8
Multi-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 c…
ltl_quote read-only hazmatpalletswidth_incommodityheight_inlength_in +8
Quote 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…
manage_automation token*action*
Check or stop a recurring lane automation. Actions: 'status' (read-only), 'pause', 'cancel' (permanent), 'skip_next' (skip one week's pickup — nothing books or charges that week).…
multistop_book can modify data quote_id*shipments*
Book a multi-stop FTL route quoted by multistop_quote. Send one shipments[] leg per pickup→delivery pair riding the truck (minimum 2 legs), each leg referencing the quoted stop seq…
multistop_quote read-only palletscommoditystop_zips*pickup_zip*pickup_date*delivery_zip* +2
Quote a multi-stop FTL route: ONE truck visits 3+ stops in order (first pickup → intermediate stops → final delivery). Use for milk runs, pool distribution, or multi-store replenis…
payment_status read-only
Check if the current Warp account has a payment method on file. Call this if the user asks about their payment status, or before booking if you want to confirm they can book. Retur…
quote_history read-only
List your recent freight quotes (LTL, van, box truck, FTL) from all sessions. Useful for surfacing prior pricing on similar lanes. Auth required.
save_load_template name*hazmatwidth_in*commodityheight_in*length_in* +3
Save a reusable load template (a named shipment config) so it can be recalled for repeat lanes. Auth required.
shipper_profile set_preferences
Read how this account actually ships — top lanes with ship counts, typical pallet count, usual pickup weekday, recent booked spend (derived server-side from the account's own quote…
status read-only
Check Warp API health and version. Also validates your API key if one is configured.
track read-only shipment_id*
Track a shipment by ID or tracking number. Auth required.
van_quote read-only pallets*commodityorigin_zip*pickup_date*destination_zip*pickup_services +2
Quote a cargo van shipment (1-3 pallets, firm price, 15-min expiry)