Alvargo MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Alvargo MCP ServerGet me a freight quote from Dallas to Houston"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Alvargo MCP Server
The official Model Context Protocol (MCP) server for the Alvargo Freight OS.
Deployed at alvargo.net — fully independent from the main Alvargo platform (alvargo.delivery).
Architecture
alvargo.delivery → Main platform (shipper portal, dispatcher, driver app)
alvargo.net → This repo — MCP server + landing pageThis separation ensures no single point of failure. The MCP server proxies authenticated tool calls to alvargo.delivery but serves its own landing page, discovery manifest, and health endpoint independently.
Related MCP server: Logistics AI MCP
Quick Start (No install needed)
Paste the remote connector URL into Claude:
Go to Settings → Connectors → Add custom connector
Paste:
https://alvargo.net/api/mcpClick Add
Or use the Claude Code CLI:
claude mcp add --transport http alvargo https://alvargo.net/api/mcpLocal Installation (Cursor, Windsurf, Claude Desktop)
{
"mcpServers": {
"alvargo": {
"command": "npx",
"args": ["-y", "alvargo-mcp-server"]
}
}
}Endpoints
Endpoint | Method | Auth | Description |
| GET | No | SSE stream for remote AI clients |
| POST | Conditional | JSON-RPC tool execution |
| POST | Conditional | HTTP tool execution (used by NPM package) |
| GET | No | List all available tools |
| GET | No | Health check |
| GET | No | MCP discovery manifest |
Development
# Install dependencies
npm install
# Copy and fill in environment variables
cp .env.example .env
# Start the dev server (hot reload)
npm run dev
# Build for production
npm run build
# Start production server
npm startEnvironment Variables
See .env.example for all required variables. The key one is:
MAIN_APP_URL=https://alvargo.deliveryThis tells the MCP server where to proxy authenticated tool calls.
Available Tools
Tool | Auth Required | Description |
| No | Instant freight quote for any lane |
| No | Live market rate benchmarks |
| No | Create a new Alvargo shipper account |
| Yes | Book a live shipment |
| Yes | Track a shipment by ID |
| Yes | Update shipment status |
| Yes | Find available drivers near a location |
| Yes | Assign a driver to a shipment |
| Yes | Upload BOL, POD, or compliance docs |
| Yes | AI photo-to-quote from cargo image |
License
MIT © 2026 Alvargo
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceEnables integration with the AverbePorto platform for cargo insurance endorsement services, allowing authentication, XML document uploads, ANTT protocol queries, and shipment management through AI tools.Last updated5,970MIT
- Alicense-qualityAmaintenanceProvides supply chain and shipping tools including shipment tracking, route optimization, warehouse inventory management, delivery ETA estimation, and customs documentation. Enables logistics operations through natural language interactions with Claude.Last updated27MIT
- Alicense-qualityAmaintenanceFreight marketplace MCP server for European road logistics. Search and manage freight loads, post truck capacity, create auctions, manage deliveries and drivers through the Cargoffer Bolsa de Carga API. Connect your AI agent to the freight marketplace.Last updatedMIT

warp-agent-mcpofficial
AlicenseAqualityCmaintenanceQuote, book, and track real LTL, FTL, cargo van, and box-truck freight through the Warp network - 20 tools, in-chat login, Stripe-charged bookings, and real carrier dispatch. Quoting is keyless; booking needs a free Warp account with a card on file.Last updated205293MIT
Related MCP Connectors
Quote, book, and track LTL, FTL, cargo van, and box-truck freight via the Warp API.
Ocean & multimodal freight intelligence: rates, landed cost, transit, customs, risk, ship decisions
Ocean shipping intelligence: D&D, freight rates, vessel schedules, port data. 24 tools, 6 carriers.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Noewell/alvargo-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server