HomeOther › warp-agent-mcp

warp-agent-mcp

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

TypeScript Cloud Remote
★ 5 stars Last pushed 2026-09-21 License: MIT

Topics: Delivery

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.wearewarp.com/api/mcp Reachable (checked 2026-09-24)

Claude Code:

claude mcp add --transport http warp-agent-mcp https://mcp.wearewarp.com/api/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "warp-agent-mcp": {
      "url": "https://mcp.wearewarp.com/api/mcp"
    }
  }
}

Package (npm 0.20.1)

npx -y [email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "warp-agent-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "[email protected]"
      ],
      "env": {
        "WARP_API_KEY": "<YOUR_VALUE>",
        "WARP_API_URL": "<YOUR_VALUE>"
      }
    }
  }
}
  • WARP_API_KEY secret — Warp API key (wak_live_* or wak_test_*). Optional — the package prefers ~/.warp/config.json populated by `warp-agent signup` or `warp-agent login`.
  • WARP_API_URL — Override the API base URL. Defaults to https://www.wearewarp.com/api/v1/warp (the warp-site proxy that accepts wak_* tokens). Set to https://gw.wearewarp.com/api/v1 for direct gateway access with a raw customer key.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Data from the Official MCP Registry