warp-agent-mcp
Quote, book, and track LTL, FTL, cargo van, and box-truck freight via the Warp API.
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 warp-agent-mcp@0.20.1
Or add to your MCP client config:
{
"mcpServers": {
"warp-agent-mcp": {
"command": "npx",
"args": [
"-y",
"warp-agent-mcp@0.20.1"
],
"env": {
"WARP_API_KEY": "<YOUR_VALUE>",
"WARP_API_URL": "<YOUR_VALUE>"
}
}
}
}
WARP_API_KEYsecret — 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
reactuse
MCP server for the [ReactUse](https://reactuse.com) library — 110+ React Hooks (TypeScript-first, SSR-compatible, tree-shakable). Lets AI…
DoorDash-MCP-Server
DoorDash Delivery (Unofficial)
DragonMCP
MCP server for Greater China local life services: Meituan/Ele.me food delivery, Didi/Meituan ride-hailing, WeChat Pay/Alipay, Amap/Baidu…
yandex-lavka-mcp
Unofficial MCP server for ordering Yandex Lavka groceries: search, cart, checkout.
royalmail-mcp
Book, label, track and cancel Royal Mail and Parcelforce shipments. 33 UK and international services via friendly keys or raw Service…
mcp-architect
Gives any AI assistant real architectural understanding of a codebase: tech-stack overview, internal dependency graph with cycle…
Listed in punkpeye/awesome-mcp-servers (MIT)
Data from the Official MCP Registry