Warp Freight
Rank #4,694io.github.warpfreight/warp-agent-mcp
Quote, book, and track LTL, FTL, cargo van, and box-truck freight via the Warp API.
Warp Freight is a Model Context Protocol (MCP) server published by warpfreight. It ranks #4,694 of 132,046 servers tracked on MCP Toplist, and its repository has 5 GitHub stars. Warp Freight is listed across 3 registries — Official MCP, Glama and PulseMCP, with 11 tracked versions. It was first listed on May 22, 2026 and most recently updated on Sep 21, 2026.
Ranks ahead of 127,352 of 132,046 servers on MCP Toplist.
Use Warp Freight
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http warp-agent-mcp https://mcp.wearewarp.com/api/mcpclaude mcp add warp-agent-mcp -e "WARP_API_KEY=<your WARP_API_KEY>" -e "WARP_API_URL=<your WARP_API_URL>" -- npx -y warp-agent-mcpReplace each placeholder with your own value before saving.
[mcp_servers.warp-agent-mcp]
url = "https://mcp.wearewarp.com/api/mcp"Add to ~/.codex/config.toml.
[mcp_servers.warp-agent-mcp]
command = "npx"
args = ["-y", "warp-agent-mcp"]
[mcp_servers.warp-agent-mcp.env]
WARP_API_KEY = "<your WARP_API_KEY>"
WARP_API_URL = "<your WARP_API_URL>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.wearewarp.com/api/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"warp-agent-mcp": {
"command": "npx",
"args": [
"-y",
"warp-agent-mcp"
],
"env": {
"WARP_API_KEY": "<your WARP_API_KEY>",
"WARP_API_URL": "<your WARP_API_URL>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"warp-agent-mcp": {
"url": "https://mcp.wearewarp.com/api/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"warp-agent-mcp": {
"command": "npx",
"args": [
"-y",
"warp-agent-mcp"
],
"env": {
"WARP_API_KEY": "<your WARP_API_KEY>",
"WARP_API_URL": "<your WARP_API_URL>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"warp-agent-mcp": {
"type": "http",
"url": "https://mcp.wearewarp.com/api/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"warp-agent-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"warp-agent-mcp"
],
"env": {
"WARP_API_KEY": "<your WARP_API_KEY>",
"WARP_API_URL": "<your WARP_API_URL>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"warp-agent-mcp": {
"serverUrl": "https://mcp.wearewarp.com/api/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"warp-agent-mcp": {
"command": "npx",
"args": [
"-y",
"warp-agent-mcp"
],
"env": {
"WARP_API_KEY": "<your WARP_API_KEY>",
"WARP_API_URL": "<your WARP_API_URL>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"warp-agent-mcp": {
"url": "https://mcp.wearewarp.com/api/mcp"
}
}
}{
"mcpServers": {
"warp-agent-mcp": {
"command": "npx",
"args": [
"-y",
"warp-agent-mcp"
],
"env": {
"WARP_API_KEY": "<your WARP_API_KEY>",
"WARP_API_URL": "<your WARP_API_URL>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.warpfreight%2Fwarp-agent-mcp)<a href="https://mcptoplist.com/server/io.github.warpfreight%2Fwarp-agent-mcp"><img src="https://mcptoplist.com/badge/io.github.warpfreight%2Fwarp-agent-mcp.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
warpfreight
Available versions (11)
| Version | Published |
|---|---|
| 0.20.1 | Sep 21, 2026 |
| 0.19.6 | Sep 11, 2026 |
| 0.19.5 | Sep 11, 2026 |
| 0.19.4 | Sep 11, 2026 |
| 0.19.3 | Sep 2, 2026 |
| 0.19.2 | Aug 31, 2026 |
| 0.19.1 | Aug 31, 2026 |
| 0.16.2 | Jul 30, 2026 |
| 0.16.1 | Jul 30, 2026 |
| 0.16.0 | Jul 29, 2026 |
| 0.5.75 | May 22, 2026 |
Frequently asked questions
- Who maintains Warp Freight?
- Warp Freight is maintained by warpfreight, which publishes 1 MCP server (11 total versions) tracked on MCP Toplist.
- Is Warp Freight listed on the Official MCP Registry?
- Yes — Warp Freight is listed on the Official MCP Registry, alongside Glama and PulseMCP.
- How many versions does Warp Freight have?
- MCP Toplist tracks 11 versions of Warp Freight, most recently published on Sep 21, 2026.
- Where can I find the source code for Warp Freight?
- The source code for Warp Freight is hosted at github.com/warpfreight/warp-agent-mcp.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.