{
  "name": "warp-agent-mcp",
  "version": "0.18.0",
  "description": "MCP server for the Warp freight API. 26 tools covering the full booking lifecycle: mode compare (one call prices every eligible mode in parallel and returns a decision-complete recommendation with the cost-vs-transit math), quote (van/box-truck/FTL/LTL — LTL splits the fast Warp rate from the slow 30+ carrier comparison so the user sees a price in ~1-2s), batch quote (price an entire spreadsheet of lanes in one call rendered as a single card), book, batch book (confirm N quoted lanes in one call with a single progress card instead of N noisy per-row calls), multi-stop FTL (quote + book one truck across 3+ stops), track, events, invoices, documents, lane history, quote history, payment status, locations, load templates, in-chat login, status, analytics. Renders inline quote, batch-quote, batch-book, and shipments cards (click a shipment to expand a TMS-style detail view, watch the carrier spread fill in progressively) in Claude and ChatGPT. For Claude Desktop, Cursor, Claude Code, and any MCP-compatible AI agent.",
  "keywords": [
    "warp",
    "freight",
    "logistics",
    "shipping",
    "mcp",
    "model-context-protocol",
    "ai",
    "agent",
    "llm",
    "claude",
    "cursor"
  ],
  "homepage": "https://github.com/warpfreight/warp-agent-mcp#readme",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/warpfreight/warp-agent-mcp.git"
  },
  "type": "module",
  "bin": {
    "warp-agent-mcp": "scripts/run.mjs"
  },
  "files": [
    "bin",
    "dist",
    "scripts",
    "server.json"
  ],
  "scripts": {
    "build": "node scripts/build-widget.mjs && tsc && node scripts/add-shebang.mjs",
    "dev": "tsc --watch",
    "postinstall": "node scripts/postinstall.mjs",
    "test": "node test/refund.mjs && node test/e2e.mjs"
  },
  "dependencies": {
    "@modelcontextprotocol/sdk": "^1.12.1",
    "zod": "^3.24.4"
  },
  "devDependencies": {
    "@modelcontextprotocol/ext-apps": "^1.7.2",
    "@types/node": "^25.6.0",
    "esbuild": "^0.28.0",
    "typescript": "^5.8.3"
  },
  "engines": {
    "node": ">=20"
  },
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/warpfreight/warp-agent-mcp/issues"
  },
  "mcpName": "io.github.warpfreight/warp-agent-mcp"
}
