Warp Agent MCP

warp-agent-mcp is the first MCP server for booking real freight. It's a Model Context Protocol server for the Warp freight network that lets an AI agent quote, book, and track LTL, FTL, cargo van, box-truck, and multi-stop shipments - straight from Claude Desktop, Claude Code, Cursor, Windsurf, Continue, or any MCP-compatible client - on the same production network the wearewarp.com customer portal runs on. Open…

People connecting API integration tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-17 · ★ 3 · #60 OF 250 MAINTAINED API INTEGRATION · VERIFIED 2026-08-25

MIT · TypeScript servers · how we verify → /methodology

01 · Install Warp Agent MCP

Claude Code

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

Claude Desktop / Cursor / VS Code - add to config

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

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

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

transport: streamable-http

endpoint alive - responded to MCP initialize · probed 2026-08-25

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to mcp.wearewarp.com

endpoint auth accepted our unauthenticated MCP initialize - no credentials needed to connect

license MIT - declared in the repository

npm package warp-agent-mcp - unscoped; check the name against the project README before installing

registry namespace io.github.warpfreight is GitHub-verified and matches the repo owner

03 · Who maintains Warp Agent MCP

warp-agent-mcp is maintained by warpfreight. It's the only MCP server we track from this author; the repo dates to May 2026.

04 · Facts

category
API integration - ranked #60 of 250 actively-maintained API integration servers as of 2026-08-25.
registry
io.github.warpfreight/warp-agent-mcp (active, first published 2026-05-22 · 4 versions)
packages
npm:warp-agent-mcp

05 · Warp Agent MCP FAQ

What is Warp Agent MCP?

warp-agent-mcp is the first MCP server for booking real freight. It's a Model Context Protocol server for the Warp freight network that lets an AI agent quote, book, and track LTL, FTL, cargo van, box-truck, and multi-stop shipments - straight from Claude Desktop, Claude Code, Cursor, Windsurf, Continue, or any MCP-compatible client - on the same production network the wearewarp.com customer portal runs on. Open…

Is Warp Agent MCP still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-17. We re-verify nightly.

How do I install Warp Agent MCP?

Run `npx -y warp-agent-mcp`. You can also paste the ready-made client config above.

Does Warp Agent MCP require authentication?

No - the endpoint accepted our unauthenticated MCP initialize when probed on 2026-08-25; you can connect without credentials.

06 · Alternatives to Warp Agent MCP