Warp Agent Mcp — independently scanned and version-tracked by SaferSkills.
SaferSkills independently audited Warp Agent Mcp (Agent Skill) and scored it 100/100 (green). The audit ran 55 deterministic rules across Security, Supply Chain, Maintenance, Transparency, and Community; it found 0 high-severity and 0 lower-severity findings. The full rule-by-rule trace and per-finding evidence are below. Free, methodology-open.
Findings & checks · 0 flagged
Every scanned point with the score it earned and what moved between them.
First recorded scan — no prior version to compare against.
The primary manifest — the file an agent reads to learn what this artifact does.
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:
book, track, pull BOL/POD, and audit invoices — real shipments on Warp's production network, not a sandbox.
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.
for freight. Open source under MIT.
Windsurf, and Continue with one npx -y warp-agent-mcp line. ChatGPT works the day OpenAI ships native MCP — same server, no changes.
<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>.
25 tools that let an AI agent talk to your Warp account:
| Tool | What it does |
|---|---|
warp_van_quote | Quote a 1–3 pallet cargo van shipment |
warp_box_truck_quote | Quote a 1–12 pallet box truck shipment |
warp_ftl_quote | Quote a full truckload (53' dry van) |
warp_ltl_quote | Quote LTL — Warp's flagship freight product |
warp_ltl_market_options | Multi-carrier LTL comparison - 30+ carriers ranked by price |
warp_batch_quote | Quote many lanes in one call (a whole spreadsheet / CSV) |
warp_book | Book any quote by id, with pickup + delivery addresses |
warp_batch_book | Book many already-quoted lanes in one call |
warp_multistop_quote | Quote a multi-stop FTL route — one truck, 3+ stops in order |
warp_multistop_book | Book a quoted multi-stop route as per-leg shipments |
warp_track | Track a shipment by id or order id |
warp_events | Full tracking event timeline for a shipment |
warp_lane_history | Past shipments on your lanes |
warp_list_bookings | List recent bookings |
warp_quote_history | List recent quotes across all sessions |
warp_locations | List your saved pickup/delivery locations |
warp_load_templates | List your saved reusable load configurations |
warp_save_load_template | Save a reusable load configuration (weight + dims + class) |
warp_delete_load_template | Delete a saved load template by id |
warp_get_invoice | Invoice for a delivered shipment |
warp_get_documents | Shipment documents (BOL, POD, customs) |
warp_login | Log in from inside the MCP, no portal visit needed |
warp_payment_status | Check whether a card is on file |
warp_status | API health + key validity check |
warp_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). 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 [email protected] if you need either of the removed tools._
npm install -g @warpfreight/cli-agent
warp-agent signupThat 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.json{
"mcpServers": {
"warp": {
"command": "bash",
"args": ["-lc", "npx -y warp-agent-mcp"]
}
}
}The 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:
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.
| 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: [email protected]
MIT © Warp Technology, Inc.
~30 seconds. Free. No account. Every finding cites a rule and a line of evidence.