Catalog
io.github.troy-lgtm/warp-agent-mcp
OfficialdeprecatedQuote and book real LTL, FTL, van, box truck, and multi-stop freight via Warp. 20 tools.
Quote and book freight services for LTL, FTL, vans, and box trucks.
README not available yet.
Install
Configuration
Environment variables
WARP_API_KEYsecretWarp API key. Optional — if absent, the server uses ~/.warp/config.json (written by the in-chat warp_login tool) or falls back to a public key for quote-only tools.
claude_desktop_config.json
{
"mcpServers": {
"warp-agent-mcp": {
"command": "npx",
"args": [
"-y",
"warp-agent-mcp@0.5.63"
],
"env": {
"WARP_API_KEY": "<YOUR_WARP_API_KEY>"
}
}
}
}