Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, get in touch and we’ll put it right.

io.github.warpfreight/warp-agent-mcp

NPM · WARP-AGENT-MCP · 2 COMPONENTS · SCANNED SEP 20

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

0 this week 94 Trust /100
Trust breakdown (7 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score → Why this is hard to score →

Supply Chain Security92
  • No malware found by supply-chain analysis.Pass
  • No known CVEs affecting this package version or its production dependencies.Pass
  • Runs a script at install time (postinstall) that we could not recognise. It may be perfectly ordinary, but we do not read the published tarball, so we cannot say what it does. View diagnostics → Partial
  • 31 of 96 dependencies flagged as unhealthy. View diagnostics → Partial
Provenance & Transparency100
  • Source repository is publicly reachable at the declared URL. View diagnostics → Pass
  • Cryptographically verified build provenance (signed, bound to warpfreight/warp-agent-mcp). View diagnostics → Pass
  • Clear OSI-approved license (MIT).Pass
  • Actively maintained (last published 8 days ago).Pass
  • Publishes a security disclosure policy (SECURITY.md).Pass
Schema Quality & AI Usability82
  • 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 5717 tokens (~146/item across 39 items; 31 tools + 8 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
  • No destabilizing schema changes in the last 30 days.Pass
Tool Coverage99
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 98% of tool parameters carry a description.Partial
Tool Safety100
  • No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
  • All 1 tool(s) whose name or description implies an irreversible operation declare an MCP destructiveHint annotation.Pass
  • An AI judge read all 33 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
  • Supports UI / widget rendering.Pass
Install

How do I install the io.github.warpfreight/warp-agent-mcp server?

io.github.warpfreight/warp-agent-mcp runs locally as an npm package, launched with npx -y warp-agent-mcp. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.

npm · warp-agent-mcp

# add to Claude Code
claude mcp add warpfreight-warp-agent-mcp -- npx -y warp-agent-mcp
// .cursor/mcp.json
{
  "mcpServers": {
    "warpfreight-warp-agent-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "warp-agent-mcp"
      ]
    }
  }
}
// .vscode/mcp.json
{
  "servers": {
    "warpfreight-warp-agent-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "warp-agent-mcp"
      ]
    }
  }
}
# add to Codex CLI
codex mcp add warpfreight-warp-agent-mcp -- npx -y warp-agent-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "warpfreight-warp-agent-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "warp-agent-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add warpfreight-warp-agent-mcp --command npx --arg -y --arg warp-agent-mcp
# ~/.hermes/config.yaml
mcp_servers:
  warpfreight-warp-agent-mcp:
    command: "npx"
    args: ["-y", "warp-agent-mcp"]
// ~/.netclaw/config/netclaw.json
{
  "McpServers": {
    "warpfreight-warp-agent-mcp": {
      "Transport": "stdio",
      "Command": "npx",
      "Arguments": [
        "-y",
        "warp-agent-mcp"
      ]
    }
  }
}
# add to Vellum
assistant mcp add warpfreight-warp-agent-mcp -t stdio -c npx -a -y warp-agent-mcp
// mcp.json
{
  "mcpServers": {
    "warpfreight-warp-agent-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "warp-agent-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 20 Sept 26 0
    • Stability: 0.97 → pass security
  • 19 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 93 to 97. That category is still filling its 30-day observation window: 28 days of observed history at the previous scan, 29 at this one. The score rises as the window fills, whether or not the server changes.

  • 17 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 87 to 90. That category is still filling its 30-day observation window: 26 days of observed history at the previous scan, 27 at this one. The score rises as the window fills, whether or not the server changes.

  • 15 Sept 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 80 to 83. That category is still filling its 30-day observation window: 24 days of observed history at the previous scan, 25 at this one. The score rises as the window fills, whether or not the server changes.

  • 14 Sept 26 −3
    • Stability: pass → 0.80 functional
  • 13 Sept 26 0
    • Stability: 0.97 → pass security
  • 12 Sept 26 +16
    • Malware scan: unverified → pass security
  • 11 Sept 26 −15
    • Tool safety: pass → unverified security
    • Stability: 0.90 → unverified security
    • Malware scan: pass → unverified security
    • Known CVEs: pass → unverified security
    • Schema quality: 100 → unverified functional
    • Tool coverage: 100 → unverified functional
    • Capabilities: pass → unverified functional
    • Dependency health: 0.84 → unverified functional
    • Package version: 0.19.3 → 0.19.6 functional
    • Package version: 0.19.3 → 0.19.5 functional
    • Package version: 0.19.3 → 0.19.4 functional
Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 20 Sept 2026 · Analysed npm/warp-agent-mcp@0.19.6

Provenance Verified

A signed build attestation was found and verified, binding this exact artifact to the source repository it claims to come from.

Result Verified
Ecosystem npm
Reason Verified
Discovered via Registry attestation endpoint
Source repo warpfreight/warp-agent-mcp
Certificate issuer https://token.actions.githubusercontent.com
Certificate SAN https://github.com/warpfreight/warp-agent-mcp/.github/workflows/publish.yml@refs/heads/main
Rekor log index 2796873465
Predicate type https://slsa.dev/provenance/v1
Subject digest sha512:04b4d2a0108f64fcfe89a1257dfd9920146eca03bcccdafb0f54c675e65f8a4d209b43c3aaa69c1357c671fd566d8e39096403854cf1f9ac7425708b1

Background: How many MCP packages publish verified provenance →

Install scripts 1 script
Hook Tier Command
postinstall unreviewed node scripts/postinstall.mjs

Background: Why install scripts are a supply-chain risk →

Dependencies 96 packages
Packages resolved 96
Stale 31
Tree resolution Complete

Background: SBOMs and build attestations, explained →

MCP tools · 31 exposed · ~4,983 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →

Tool Tokens
analytics ~124

Summarise your own shipping history: how many bookings, what you spent, and the split by mode, status and lane over a window. Both the headline count and every breakdown are computed from ONE population — your bookings via the agent API (warp-site /bookings) — so the total always matches the splits. Auth required.

NameTypeReqDescription
group_bystringWhich breakdown to lead with. All three are returned regardless; this only orders the response.
limitintegerHow many of your most recent bookings to summarise (default 100, max 500)

No output schema declared.

No examples provided.

automate_lane ~312

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 option automatically while the price stays at or under the owner's ceiling. Over-ceiling weeks book nothing and notify the owner. THIS TOOL ONLY PROPOSES — nothing books now, and nothing ever books without the owner's one-time email approval. Auth required.

NameTypeReqDescription
bookobjectyesBooking payload used each run — same shape as the book tool's pickup/delivery addresses and contacts (patch.pickup, patch.delivery). quote_id and reference are set automatically each run
ceiling_usdnumberyesMax auto-booked price per shipment in USD; above this the week books nothing and the owner is emailed
criteriastringHow to pick the winning option each week (default lowest_price)
end_datestringOptional YYYY-MM-DD; the automation retires itself after the last pickup on or before this date
labelstringHuman-readable lane label for the owner's emails, e.g. 'Ontario CA → Dallas TX, 6 pallets'
quoteobjectyesLane payload re-quoted each run — same fields as the quote tools (add length_in/width_in/height_in and commodity for firm LTL pricing). pickup_date is set automatically each week
weekdayintegeryesPickup day each week: 0=Sunday … 6=Saturday

No output schema declared.

No examples provided.

automation_receipts ~94

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 ceiling, automation active, quote live — plus the shipment id it produced. Entries marked confirmation_required did NOT book autonomously; they fell back to owner confirmation. Read-only. Auth required.

NameTypeReqDescription
tokenstringyesautomation token from automate_lane (so_…)

No output schema declared.

No examples provided.

batch_book ~268

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 call book in a loop. Each row needs a quote_id (the same one batch_quote returned for that row). Pickup/delivery default to the shared addresses at the top level so a single warehouse → many destinations only needs one address pair. Returns a progress card showing per-row Booked/Failed status with tracking numbers.

NameTypeReqDescription
bookingsarrayyesArray of bookings to confirm (1-25). Each is one freight shipment, one card charge.
shared_accessorialsobject
shared_deliveryobjectDelivery address applied to every row that doesn't supply its own. Uncommon (usually each row goes somewhere different).
shared_delivery_windowobject
shared_notesstringNotes applied to every row without their own.
shared_pickupobjectPickup address applied to every row that doesn't supply its own (FBA case: one warehouse → many destinations).
shared_pickup_windowobject
shared_referencestringReference applied to every row without its own.

No output schema declared.

No examples provided.

batch_quote ~125

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 warp_*_quote in a loop. Returns a single batch-quote card with one row per lane (origin → dest · mode · pallets · price · transit). Each priced lane keeps its quote_id and can be booked individually with book ("book row 3").

NameTypeReqDescription
lanesarrayyesArray of lane requests (1-50). Each row maps to one quote.

No output schema declared.

No examples provided.

book ~274

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.

NameTypeReqDescription
accessorialsobjectPickup/delivery accessorial services. Should match the accessorials used when quoting.
deliveryobjectDelivery address. Required if this lane has not been shipped before.
delivery_windowobjectDelivery time window, 24h HH:MM, e.g. { from: '09:00', to: '12:00' }. Defaults to a full business day if omitted.
notesstringSpecial instructions for the shipment
pickupobjectPickup address. Required if no default shipper is saved on your account.
pickup_windowobjectPickup time window, 24h HH:MM, e.g. { from: '08:00', to: '17:00' }. Defaults to a full business day if omitted.
quote_idstringyesQuote ID from warp_quote_id (Warp) or id field of any market option returned by a quote tool. Use the id from your MOST RECENT quote — market-option ids rotate on every quote call and stale ids are r…
referencestringYour internal reference number

No output schema declared.

No examples provided.

box_truck_quote ~250

Quote a 26' box truck shipment (1-12 pallets, firm price)

NameTypeReqDescription
commoditystringCommodity description
delivery_servicesarrayDelivery accessorials: delivery-appointment, liftgate-delivery, residential-delivery, limited-access-delivery, inside-delivery, driver-assist-delivery
destination_zipstringyes5-digit US ZIP code
height_innumberPer-pallet height in inches (defaults to 48)
length_innumberPer-pallet length in inches (defaults to 48)
origin_zipstringyes5-digit US ZIP code
palletsintegeryesNumber of pallets (1-12)
pickup_datestringyesPickup date YYYY-MM-DD
pickup_servicesarrayPickup accessorials: pickup-appointment, liftgate-pickup, residential-pickup, limited-access-pickup, inside-pickup, driver-assist-pickup
weight_lbs_per_palletnumberyesWeight per pallet in lbs
width_innumberPer-pallet width in inches (defaults to 40)

No output schema declared.

No examples provided.

compare_modes ~584

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-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.

NameTypeReqDescription
benchmark_marketbooleanAlso benchmark Warp's rate against the live 30+ carrier LTL market for this lane. Makes the answer decision-complete (is this rate actually good?) but costs ~15-25s — the mode comparison alone return…
commoditystringCommodity description
delivery_servicesarrayDelivery accessorials: delivery-appointment, liftgate-delivery, residential-delivery, limited-access-delivery, inside-delivery, driver-assist-delivery
destination_zipstringyes5-digit US ZIP code
freight_classstringFreight class (optional, FAK rates used if omitted)
hazmatbooleanHazardous materials flag
height_innumberPallet height in inches (defaults to 48)
length_innumberPallet length in inches (defaults to 48)
origin_zipstringyes5-digit US ZIP code
palletsintegeryesNumber of pallets (1-26)
pickup_datestringyesPickup date YYYY-MM-DD
pickup_servicesarrayPickup accessorials: pickup-appointment, liftgate-pickup, residential-pickup, limited-access-pickup, inside-pickup, driver-assist-pickup
prioritystringWhat to optimize the recommendation for. Defaults to 'cheapest'.
stackablebooleanWhether pallets are stackable
weight_lbs_per_palletnumberyesWeight per pallet in lbs
width_innumberPallet width in inches (defaults to 40)

No output schema declared.

No examples provided.

consolidate ~217

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 53' dry van, then prices each cluster BOTH ways — one combined FTL vs the sum of per-load LTLs — through real quotes with bookable quote ids. Use when the user has several loads to ship this week, asks if anything can ride together, or wants to cut freight spend. Loads that can't consolidate come back with the reason (no lane partner / outside window / exceeds trailer / cluster full) — relay reasons honestly. A truck pricing above its LTLs is shown with recommended:false; don't hide it. To act on a proposal, call `book` with the consolidated truck's quote_id. Auth optional — works keyless like the quote tools.

NameTypeReqDescription
loadsarrayyesThe loads you plan to ship
window_daysintegerLoads picking up within this many days of each other may ride together (default 3)

No output schema declared.

No examples provided.

delete_load_template ~43

Delete a saved load template by its id (starts with lt_). Auth required.

NameTypeReqDescription
load_template_idstringyesTemplate id to delete (starts with lt_)

No output schema declared.

No examples provided.

events ~44

Get the full tracking event history for a shipment (timeline of pickups, in-transit updates, deliveries). Auth required.

NameTypeReqDescription
shipment_idstringyesShipment ID from book response

No output schema declared.

No examples provided.

ftl_quote ~110

Quote a full truckload (53' dry van). Only origin, destination, and date required.

NameTypeReqDescription
commoditystringCommodity description
destination_zipstringyes5-digit US ZIP code
origin_zipstringyes5-digit US ZIP code
palletsintegerPallets (optional, display only)
pickup_datestringyesPickup date YYYY-MM-DD
weight_lbs_per_palletnumberWeight per pallet (optional)

No output schema declared.

No examples provided.

get_documents ~137

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 / brokered (market-carrier) BOLs are returned now, not just Warp-carrier ones.

NameTypeReqDescription
document_typestringFilter to one document type. Common: 'bol' (Bill of Lading — required for external/market carrier BOLs), 'pod' (proof of delivery). Omit to list all documents.
order_idstringyesOrder ID (typically the same as shipment_id)

No output schema declared.

No examples provided.

get_invoice ~44

Retrieve the invoice for a delivered shipment (line items, taxes, payment status). Auth required.

NameTypeReqDescription
order_idstringyesOrder ID (typically the same as shipment_id)

No output schema declared.

No examples provided.

lane_history ~27

Get shipping history for your lanes (past shipments, last consignee, counts). Auth required.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_bookings ~107

List recent bookings for this API key, newest first. Returns shipments across all channels and all time, including cancelled — a broader population than shipper_profile's counts (agent-API bookings over the last 180 days, excluding cancelled), so the totals can differ. Auth required. Renders an interactive shipments card (click a shipment to expand pickup/delivery, freight, and a tracking link).

NameTypeReqDescription
limitintegerMax bookings to return (default 25, max 100)

No output schema declared.

No examples provided.

load_templates ~47

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 required.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

locations ~43

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.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

login ~62

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.

NameTypeReqDescription
emailstringyesWarp account email
passwordstringyesWarp account password

No output schema declared.

No examples provided.

ltl_market_options ~343

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 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.

NameTypeReqDescription
commoditystringCommodity description
delivery_servicesarrayDelivery accessorials: delivery-appointment, liftgate-delivery, residential-delivery, limited-access-delivery, inside-delivery, driver-assist-delivery
destination_zipstringyes5-digit US ZIP code
freight_classstringFreight class (optional, FAK rates used if omitted)
hazmatbooleanHazardous materials flag
height_innumberPallet height in inches
length_innumberPallet length in inches
origin_zipstringyes5-digit US ZIP code
palletsintegerNumber of pallets
pickup_datestringyesPickup date YYYY-MM-DD
pickup_servicesarrayPickup accessorials: pickup-appointment, liftgate-pickup, residential-pickup, limited-access-pickup, inside-pickup, driver-assist-pickup
stackablebooleanWhether pallets are stackable
weight_lbs_per_palletnumberWeight per pallet in lbs
width_innumberPallet width in inches

No output schema declared.

No examples provided.

ltl_quote ~455

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 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.

NameTypeReqDescription
commoditystringCommodity description
delivery_servicesarrayDelivery accessorials: delivery-appointment, liftgate-delivery, residential-delivery, limited-access-delivery, inside-delivery, driver-assist-delivery
destination_zipstringyes5-digit US ZIP code
freight_classstringFreight class (optional, FAK rates used if omitted)
hazmatbooleanHazardous materials flag
height_innumberPallet height in inches
length_innumberPallet length in inches
origin_zipstringyes5-digit US ZIP code
palletsintegerNumber of pallets
pickup_datestringyesPickup date YYYY-MM-DD
pickup_servicesarrayPickup accessorials: pickup-appointment, liftgate-pickup, residential-pickup, limited-access-pickup, inside-pickup, driver-assist-pickup
stackablebooleanWhether pallets are stackable
weight_lbs_per_palletnumberWeight per pallet in lbs
width_innumberPallet width in inches

No output schema declared.

No examples provided.

manage_automation ~126

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). STOP-ONLY by design: there is no agent-side resume, reactivate, or ceiling change — those exist only behind the account owner's emailed approval link. Auth required.

NameTypeReqDescription
actionstringyesstatus is read-only; pause/cancel/skip_next stop or shrink the automation
tokenstringyesautomation token from automate_lane (so_…)

No output schema declared.

No examples provided.

multistop_book ~138

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 sequence by stop_index with full address + arrival window. No card charge fires from this call — multi-stop pricing settles via your Warp account. Auth required.

NameTypeReqDescription
quote_idstringyesQuote ID from multistop_quote (PRICING_MULTI_…). Use the id from your MOST RECENT quote — ids expire and rotate.
shipmentsarrayyesOne leg per pickup→delivery pair (the gateway requires at least 2)

No output schema declared.

No examples provided.

multistop_quote ~227

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 replenishment on a single truck — for a simple A→B truckload use ftl_quote. Auth required (free account). Coverage is route-dependent — not every route has a rate yet.

NameTypeReqDescription
commoditystringCommodity description
delivery_zipstringyes5-digit ZIP of the final delivery stop
palletsintegerTotal pallets riding the route (default 1)
pickup_datestringyesPickup date YYYY-MM-DD
pickup_zipstringyes5-digit ZIP of the first pickup stop
stop_zipsarrayyes5-digit ZIPs of the intermediate stops, in route order (at least 1)
total_weight_lbsnumberTotal weight across all freight in lbs (default 500 per pallet)
vehicle_typestringVehicle code (default DRY_VAN_53)

No output schema declared.

No examples provided.

payment_status ~58

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. Returns has_card and onboard_url if a card needs to be added.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

quote_history ~42

List your recent freight quotes (LTL, van, box truck, FTL) from all sessions. Useful for surfacing prior pricing on similar lanes. Auth required.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

save_load_template ~154

Save a reusable load template (a named shipment config) so it can be recalled for repeat lanes. Auth required.

NameTypeReqDescription
commoditystringCommodity description
freight_classstringFreight class (optional; FAK pricing if omitted)
hazmatbooleanWhether the freight is hazmat
height_innumberyesHeight in inches
length_innumberyesLength in inches
namestringyesFriendly name, e.g. 'Standard 2-pallet LA load'
stackablebooleanWhether the freight is stackable
weight_lbsnumberyesTotal weight in lbs
width_innumberyesWidth in inches

No output schema declared.

No examples provided.

shipper_profile ~216

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 quotes and bookings) plus explicit owner-set preferences: default accessorials, preferred mode, standard pallet dims, max transit days. The ship/booking counts here count bookings via the agent API over the last 180 days, excluding cancelled — a narrower population than list_bookings (all channels, all time, including cancelled), so the totals can differ. READ THIS BEFORE asking the user questions it already answers: pre-fill their usual lane, apply their standard dims, include the liftgate they always need. Pass set_preferences to update the explicit half (merge-partial; allowlisted keys only; null clears a key). This profile is CONTEXT, NEVER PERMISSION — it never authorizes anything; spending limits live in spend policy and are read-only. Auth required.

NameTypeReqDescription
set_preferencesobjectOmit to read. Provide to merge-update the explicit preferences.

No output schema declared.

No examples provided.

status ~24

Check Warp API health and version. Also validates your API key if one is configured.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

track ~43

Track a shipment by ID or tracking number. Auth required.

NameTypeReqDescription
shipment_idstringyesShipment ID or tracking number (e.g. S-12345-2616)

No output schema declared.

No examples provided.

van_quote ~245

Quote a cargo van shipment (1-3 pallets, firm price)

NameTypeReqDescription
commoditystringCommodity description
delivery_servicesarrayDelivery accessorials: delivery-appointment, liftgate-delivery, residential-delivery, limited-access-delivery, inside-delivery, driver-assist-delivery
destination_zipstringyes5-digit US ZIP code
height_innumberPer-pallet height in inches (defaults to 48)
length_innumberPer-pallet length in inches (defaults to 48)
origin_zipstringyes5-digit US ZIP code
palletsintegeryesNumber of pallets (1-3)
pickup_datestringyesPickup date YYYY-MM-DD
pickup_servicesarrayPickup accessorials: pickup-appointment, liftgate-pickup, residential-pickup, limited-access-pickup, inside-pickup, driver-assist-pickup
weight_lbs_per_palletnumberyesWeight per pallet in lbs
width_innumberPer-pallet width in inches (defaults to 40)

No output schema declared.

No examples provided.

Common questions

What is the io.github.warpfreight/warp-agent-mcp server?

io.github.warpfreight/warp-agent-mcp is listed in the public MCP registry as io.github.warpfreight/warp-agent-mcp. Quote, book, and track LTL, FTL, cargo van, and box-truck freight via the Warp API. This page covers its npm package (warp-agent-mcp).

Is the io.github.warpfreight/warp-agent-mcp server safe to use?

io.github.warpfreight/warp-agent-mcp scores 94 out of 100 on VerifyMCP. We found no known CVEs affecting it as of 20 September 2026. Its build provenance is signed and verified. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.

What tools does the io.github.warpfreight/warp-agent-mcp server expose?

io.github.warpfreight/warp-agent-mcp exposes 31 tools: van_quote, box_truck_quote, ftl_quote, ltl_quote, ltl_market_options, and 26 more. Their descriptions and schemas cost roughly 4,983 tokens of context every time the server is loaded.

Is the io.github.warpfreight/warp-agent-mcp server still maintained?

io.github.warpfreight/warp-agent-mcp is still listed as active in the MCP registry. We last reached this channel on 20 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.

What licence is the io.github.warpfreight/warp-agent-mcp server under?

io.github.warpfreight/warp-agent-mcp declares the MIT licence, which is OSI-approved. That covers the source only, and says nothing about the cost of any service it calls.