← wearewarp.com

INDIVIDUAL MCP TOOL

van_quote

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

wearewarp.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.wearewarp.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for van_quote and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

wearewarp.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.warp-agent-mcp]
url = "https://mcp.wearewarp.com/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "warp-agent-mcp": {
      "type": "http",
      "url": "https://mcp.wearewarp.com/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: warp-agent-mcp
Remote MCP URL: https://mcp.wearewarp.com/api/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

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

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "warp-agent-mcp": {
      "type": "http",
      "url": "https://mcp.wearewarp.com/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "warp-agent-mcp",
  "transport": "streamable-http",
  "url": "https://mcp.wearewarp.com/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • box_truck_quote — Quote a 26' box truck shipment (1-12 pallets, firm price, 15-min expiry)
  • ftl_quote — Quote a full truckload (53' dry van).
  • ltl_quote — Quote an LTL shipment — returns Warp's all-inclusive rate FAST (~1-2s) so the user sees a price immediately.
  • ltl_market_options — Multi-carrier LTL comparison — returns 30+ carrier rates ranked by price (slow, ~15s).
  • compare_modes — THE ONE CALL for "what's the cheapest/best way to ship this?
  • batch_quote — Price MANY lanes in ONE call (parallel, ~1-3s for typical spreadsheets).
  • book — Book a quoted shipment using any quote_id or option id returned from a quote tool (Warp or market carrier).
  • batch_book — Book MANY already-quoted lanes in ONE call (sequential, one card charge per row).