io.github.warpfreight/warp-agent-mcp
NPM · WARP-AGENT-MCP · 2 COMPONENTS · SCANNED AUG 3
Quote, book, and track LTL, FTL, cargo van, and box-truck freight via the Warp API.
Available components
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 →
Supply Chain Security80
- No malware found by supply-chain analysis.Pass
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree.Partial
- 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
- Only part of the dependency tree could be resolved (95 of 99), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 3 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability81
- 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 4522 tokens (~133/item across 34 items; 26 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 Management0
- Stability check failed: the tool surface changed between 0.5.75 and 0.16.2: 16 tool removals, 0 breaking changes, 26 additions. See how to fix → Fail
Tool Coverage99
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 97% of tool parameters carry a description.Partial
Capabilities100
- Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
- Supports UI / widget rendering.Pass
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · warp-agent-mcp
claude mcp add warpfreight-warp-agent-mcp -- npx -y warp-agent-mcp
codex mcp add warpfreight-warp-agent-mcp -- npx -y warp-agent-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"warpfreight-warp-agent-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"warp-agent-mcp"
],
"enabled": true
}
}
} openclaw mcp add warpfreight-warp-agent-mcp --command npx --arg -y --arg warp-agent-mcp
mcp_servers:
warpfreight-warp-agent-mcp:
command: "npx"
args: ["-y", "warp-agent-mcp"] {
"mcpServers": {
"warpfreight-warp-agent-mcp": {
"command": "npx",
"args": [
"-y",
"warp-agent-mcp"
]
}
}
} 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.
- 2 Aug 26 +34
- Provenance: unverified → fail ▼ security
- Known CVEs: unverified → partial ▲ security
- Install scripts: unverified → partial ▲ security
- Malware scan: unverified → pass ▲ security
- The scripts that run when this package is installed changed: postinstall security
- Schema quality: unverified → excellent ▲ functional
- Dependency health: unverified → partial ▲ functional
- License: unverified → pass ▲ functional
- Maintenance: unverified → pass ▲ functional
- Licence: MIT functional
- 1 Aug 26 +25
- Stability: unverified → fail ▼ security
- Schema quality: pass → fail ▼ functional
- Tool coverage: unverified → 100 ▲ functional
- MCP protocol: unverified → pass ▲ functional
- Schema quality: unverified → 100 ▲ functional
- First check of Capabilities: pass functional
- 31 Jul 26 −1
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −40
- Malware scan: pass → unverified ▼ security
- Tool coverage: 100 → unverified ▼ functional
- First check of Schema quality: unverified functional
- Package version: 0.5.75 → 0.16.2 functional
- Package version: 0.5.75 → 0.16.0 functional
- 27 Jul 26 46
First indexed and scored.
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 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Install scripts 1 script
| Hook | Tier | Command |
|---|---|---|
| postinstall | unreviewed | node scripts/postinstall.mjs |
Dependencies 95 packages
95 packages in the resolved dependency tree · 95 deprecated · 29 stale.
The dependency tree was only partially resolved, so these counts may be incomplete.
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.
analytics View Analytics ~40
Show bookings analytics: total revenue, shipment count, breakdown by source (mcp vs cli). Use this to track how much revenue has been generated through AI tools.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
batch_book Batch Book Shipments ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| bookings | array | yes | Array of bookings to confirm (1-25). Each is one freight shipment, one card charge. |
| shared_accessorials | object | — | — |
| shared_delivery | object | — | Delivery address applied to every row that doesn't supply its own. Uncommon (usually each row goes somewhere different). |
| shared_delivery_window | object | — | — |
| shared_notes | string | — | Notes applied to every row without their own. |
| shared_pickup | object | — | Pickup address applied to every row that doesn't supply its own (FBA case: one warehouse → many destinations). |
| shared_pickup_window | object | — | — |
| shared_reference | string | — | Reference applied to every row without its own. |
No output schema declared.
No examples provided.
batch_quote Batch Quote Lanes ~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").
| Name | Type | Req | Description |
|---|---|---|---|
| lanes | array | yes | Array of lane requests (1-50). Each row maps to one quote. |
No output schema declared.
No examples provided.
book Book Shipment ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| accessorials | object | — | Pickup/delivery accessorial services. Should match the accessorials used when quoting. |
| delivery | object | — | Delivery address. Required if this lane has not been shipped before. |
| delivery_window | object | — | Delivery time window, 24h HH:MM, e.g. { from: '09:00', to: '12:00' }. Defaults to a full business day if omitted. |
| notes | string | — | Special instructions for the shipment |
| pickup | object | — | Pickup address. Required if no default shipper is saved on your account. |
| pickup_window | object | — | Pickup time window, 24h HH:MM, e.g. { from: '08:00', to: '17:00' }. Defaults to a full business day if omitted. |
| quote_id | string | yes | Quote 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… |
| reference | string | — | Your internal reference number |
No output schema declared.
No examples provided.
box_truck_quote Get Box Truck Quote ~198
Quote a 26' box truck shipment (1-12 pallets, firm price, 15-min expiry)
| Name | Type | Req | Description |
|---|---|---|---|
| commodity | string | — | Commodity description |
| delivery_services | array | — | Delivery accessorials: delivery-appointment, liftgate-delivery, residential-delivery, limited-access-delivery, inside-delivery, driver-assist-delivery |
| destination_zip | string | yes | 5-digit US ZIP code |
| origin_zip | string | yes | 5-digit US ZIP code |
| pallets | integer | yes | Number of pallets (1-12) |
| pickup_date | string | yes | Pickup date YYYY-MM-DD |
| pickup_services | array | — | Pickup accessorials: pickup-appointment, liftgate-pickup, residential-pickup, limited-access-pickup, inside-pickup, driver-assist-pickup |
| weight_lbs_per_pallet | number | yes | Weight per pallet in lbs |
No output schema declared.
No examples provided.
compare_modes Compare Freight 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.
| Name | Type | Req | Description |
|---|---|---|---|
| benchmark_market | boolean | — | Also 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… |
| commodity | string | — | Commodity description |
| delivery_services | array | — | Delivery accessorials: delivery-appointment, liftgate-delivery, residential-delivery, limited-access-delivery, inside-delivery, driver-assist-delivery |
| destination_zip | string | yes | 5-digit US ZIP code |
| freight_class | string | — | Freight class (optional, FAK rates used if omitted) |
| hazmat | boolean | — | Hazardous materials flag |
| height_in | number | — | Pallet height in inches (defaults to 48) |
| length_in | number | — | Pallet length in inches (defaults to 48) |
| origin_zip | string | yes | 5-digit US ZIP code |
| pallets | integer | yes | Number of pallets (1-26) |
| pickup_date | string | yes | Pickup date YYYY-MM-DD |
| pickup_services | array | — | Pickup accessorials: pickup-appointment, liftgate-pickup, residential-pickup, limited-access-pickup, inside-pickup, driver-assist-pickup |
| priority | string | — | What to optimize the recommendation for. Defaults to 'cheapest'. |
| stackable | boolean | — | Whether pallets are stackable |
| weight_lbs_per_pallet | number | yes | Weight per pallet in lbs |
| width_in | number | — | Pallet width in inches (defaults to 40) |
No output schema declared.
No examples provided.
delete_load_template Delete Load Template ~43
Delete a saved load template by its id (starts with lt_). Auth required.
| Name | Type | Req | Description |
|---|---|---|---|
| load_template_id | string | yes | Template id to delete (starts with lt_) |
No output schema declared.
No examples provided.
events Get Shipment Events ~44
Get the full tracking event history for a shipment (timeline of pickups, in-transit updates, deliveries). Auth required.
| Name | Type | Req | Description |
|---|---|---|---|
| shipment_id | string | yes | Shipment ID from book response |
No output schema declared.
No examples provided.
ftl_quote Get Full Truckload Quote ~110
Quote a full truckload (53' dry van). Only origin, destination, and date required.
| Name | Type | Req | Description |
|---|---|---|---|
| commodity | string | — | Commodity description |
| destination_zip | string | yes | 5-digit US ZIP code |
| origin_zip | string | yes | 5-digit US ZIP code |
| pallets | integer | — | Pallets (optional, display only) |
| pickup_date | string | yes | Pickup date YYYY-MM-DD |
| weight_lbs_per_pallet | number | — | Weight per pallet (optional) |
No output schema declared.
No examples provided.
get_documents Get Shipment 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.
| Name | Type | Req | Description |
|---|---|---|---|
| document_type | string | — | Filter 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_id | string | yes | Order ID (typically the same as shipment_id) |
No output schema declared.
No examples provided.
get_invoice Get Invoice ~44
Retrieve the invoice for a delivered shipment (line items, taxes, payment status). Auth required.
| Name | Type | Req | Description |
|---|---|---|---|
| order_id | string | yes | Order ID (typically the same as shipment_id) |
No output schema declared.
No examples provided.
lane_history View 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 List Bookings ~65
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).
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | — | Max bookings to return (default 25, max 100) |
No output schema declared.
No examples provided.
load_templates List 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 List Saved 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 Log In to Warp ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| string | yes | Warp account email | |
| password | string | yes | Warp account password |
No output schema declared.
No examples provided.
ltl_market_options Compare LTL Carriers ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| commodity | string | — | Commodity description |
| delivery_services | array | — | Delivery accessorials: delivery-appointment, liftgate-delivery, residential-delivery, limited-access-delivery, inside-delivery, driver-assist-delivery |
| destination_zip | string | yes | 5-digit US ZIP code |
| freight_class | string | — | Freight class (optional, FAK rates used if omitted) |
| hazmat | boolean | — | Hazardous materials flag |
| height_in | number | — | Pallet height in inches |
| length_in | number | — | Pallet length in inches |
| origin_zip | string | yes | 5-digit US ZIP code |
| pallets | integer | — | Number of pallets |
| pickup_date | string | yes | Pickup date YYYY-MM-DD |
| pickup_services | array | — | Pickup accessorials: pickup-appointment, liftgate-pickup, residential-pickup, limited-access-pickup, inside-pickup, driver-assist-pickup |
| stackable | boolean | — | Whether pallets are stackable |
| weight_lbs_per_pallet | number | — | Weight per pallet in lbs |
| width_in | number | — | Pallet width in inches |
No output schema declared.
No examples provided.
ltl_quote Get LTL Freight 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.
| Name | Type | Req | Description |
|---|---|---|---|
| commodity | string | — | Commodity description |
| delivery_services | array | — | Delivery accessorials: delivery-appointment, liftgate-delivery, residential-delivery, limited-access-delivery, inside-delivery, driver-assist-delivery |
| destination_zip | string | yes | 5-digit US ZIP code |
| freight_class | string | — | Freight class (optional, FAK rates used if omitted) |
| hazmat | boolean | — | Hazardous materials flag |
| height_in | number | — | Pallet height in inches |
| length_in | number | — | Pallet length in inches |
| origin_zip | string | yes | 5-digit US ZIP code |
| pallets | integer | — | Number of pallets |
| pickup_date | string | yes | Pickup date YYYY-MM-DD |
| pickup_services | array | — | Pickup accessorials: pickup-appointment, liftgate-pickup, residential-pickup, limited-access-pickup, inside-pickup, driver-assist-pickup |
| stackable | boolean | — | Whether pallets are stackable |
| weight_lbs_per_pallet | number | — | Weight per pallet in lbs |
| width_in | number | — | Pallet width in inches |
No output schema declared.
No examples provided.
multistop_book Book Multi-stop FTL ~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.
| Name | Type | Req | Description |
|---|---|---|---|
| quote_id | string | yes | Quote ID from multistop_quote (PRICING_MULTI_…). Use the id from your MOST RECENT quote — ids expire and rotate. |
| shipments | array | yes | One leg per pickup→delivery pair (the gateway requires at least 2) |
No output schema declared.
No examples provided.
multistop_quote Get Multi-stop FTL 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.
| Name | Type | Req | Description |
|---|---|---|---|
| commodity | string | — | Commodity description |
| delivery_zip | string | yes | 5-digit ZIP of the final delivery stop |
| pallets | integer | — | Total pallets riding the route (default 1) |
| pickup_date | string | yes | Pickup date YYYY-MM-DD |
| pickup_zip | string | yes | 5-digit ZIP of the first pickup stop |
| stop_zips | array | yes | 5-digit ZIPs of the intermediate stops, in route order (at least 1) |
| total_weight_lbs | number | — | Total weight across all freight in lbs (default 500 per pallet) |
| vehicle_type | string | — | Vehicle code (default DRY_VAN_53) |
No output schema declared.
No examples provided.
payment_status Check 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 View 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 Save Load Template ~154
Save a reusable load template (a named shipment config) so it can be recalled for repeat lanes. Auth required.
| Name | Type | Req | Description |
|---|---|---|---|
| commodity | string | — | Commodity description |
| freight_class | string | — | Freight class (optional; FAK pricing if omitted) |
| hazmat | boolean | — | Whether the freight is hazmat |
| height_in | number | yes | Height in inches |
| length_in | number | yes | Length in inches |
| name | string | yes | Friendly name, e.g. 'Standard 2-pallet LA load' |
| stackable | boolean | — | Whether the freight is stackable |
| weight_lbs | number | yes | Total weight in lbs |
| width_in | number | yes | Width in inches |
No output schema declared.
No examples provided.
status Check API 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 Track Shipment ~43
Track a shipment by ID or tracking number. Auth required.
| Name | Type | Req | Description |
|---|---|---|---|
| shipment_id | string | yes | Shipment ID or tracking number (e.g. S-12345-2616) |
No output schema declared.
No examples provided.
van_quote Get Cargo Van Quote ~193
Quote a cargo van shipment (1-3 pallets, firm price, 15-min expiry)
| Name | Type | Req | Description |
|---|---|---|---|
| commodity | string | — | Commodity description |
| delivery_services | array | — | Delivery accessorials: delivery-appointment, liftgate-delivery, residential-delivery, limited-access-delivery, inside-delivery, driver-assist-delivery |
| destination_zip | string | yes | 5-digit US ZIP code |
| origin_zip | string | yes | 5-digit US ZIP code |
| pallets | integer | yes | Number of pallets (1-3) |
| pickup_date | string | yes | Pickup date YYYY-MM-DD |
| pickup_services | array | — | Pickup accessorials: pickup-appointment, liftgate-pickup, residential-pickup, limited-access-pickup, inside-pickup, driver-assist-pickup |
| weight_lbs_per_pallet | number | yes | Weight per pallet in lbs |
No output schema declared.
No examples provided.