Alvargo MCP Server
Click on "Deploy 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
The official Model Context Protocol gateway for Alvargo, the Logistics-as-a-Service operating system.
Domain | Role |
Authoritative Alvargo platform: shipper portal, dispatching, drivers, pricing, scoped-key authorization, and audit records. | |
Independently deployed public MCP gateway, discovery page, and developer distribution hub. |
The separation prevents the public AI gateway from becoming part of the main application deployment. The MCP gateway owns no logistics records; authenticated operations are validated and performed only by alvargo.delivery.
Phase 1 public launch
The hosted endpoint uses modern MCP Streamable HTTP:
https://alvargo.net/api/mcpPublic MCP tools are available from the hosted endpoint:
quote_freightget_market_ratesregister_shipper
Shipper-private tools use a scoped, expiring ALV_MCP_SEC_... key through the published local client package. This is deliberate: Phase 1 does not put bearer keys in browser storage, URLs, or public documentation. OAuth browser consent for hosted private tools is planned as a future release.
Related MCP server: bolsa-de-carga-mcp
Local client installation
The local client is published as alvargo-mcp-server.
{
"mcpServers": {
"alvargo": {
"command": "npx",
"args": ["-y", "alvargo-mcp-server"],
"env": {
"ALVARGO_MCP_KEY": "ALV_MCP_SEC_your_scoped_key"
}
}
}
}Create, scope, rotate, or revoke the key from Alvargo Shipper Integrations.
Hosting
This repository is deployed as a separate Netlify project with alvargo.net attached as its production domain. Netlify builds the Vite landing site and routes /api/* to a request-scoped Function. The Function runs a stateless MCP Streamable HTTP gateway, which is compatible with serverless execution because it does not rely on a long-lived SSE connection or gateway memory.
Required Netlify environment variables
MAIN_APP_URL=https://alvargo.delivery
MCP_PUBLIC_URL=https://alvargo.netNo Alvargo shipper key, Firebase credential, Stripe secret, or AI provider key belongs in this repository or Netlify project. Those services remain inside Alvargo-LaaSv1.
Endpoints
Endpoint | Method | Description |
|
| Standards-based MCP Streamable HTTP endpoint. |
|
| Direct gateway API used by the local client and public web quote demo. |
|
| Public tool catalog. |
|
| Public service health and transport status. |
|
| Public discovery document. |
|
| Human-facing installation and tool guide. |
Security boundary
The gateway validates browser origins, uses security headers, and limits gateway and MCP request rates.
Private operations require a shipper-issued scoped MCP key.
Keys are sent only in HTTPS request headers and never stored by the hosted gateway.
alvargo.deliveryenforces the definitive key status, 90-day expiry, RBAC tool permissions, tenant scope, input sanitization, prompt-injection protections, pricing, and audit logging.The remote gateway does not bypass, duplicate, or weaken core Alvargo authorization.
Development
npm install
npm run build
npm run netlify:devTo test a public tool once deployed:
curl https://alvargo.net/api/statusPublication
Create the independent Netlify site and link
Noewell/alvargo-mcponmain.Set
MAIN_APP_URLandMCP_PUBLIC_URLin Netlify.Attach
alvargo.netand complete DNS/HTTPS verification.Publish the local package from
packages/alvargo-mcp-serverusing the Alvargo-owned npm publisher account.Submit the repository to an MCP directory only after verifying the public discovery URL, tool catalog, and health endpoint.
Support
Contact support@alvargo.us.
License
MIT © 2026 Alvargo
This server cannot be deployed
Maintenance
Related MCP Connectors
AI-native platform: cybernetic freight agents transact, verify, find services. Get verified leads.
Quote, book, and track LTL, FTL, cargo van, and box-truck freight via the Warp API.
RixFreight logistics quotes and route info via AI agents
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables integration with the AverbePorto platform for cargo insurance endorsement services, allowing authentication, XML document uploads, ANTT protocol queries, and shipment management through AI tools.5,068 npmMIT
- AlicenseNot gradedqualityDmaintenanceFreight 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.1MIT

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.20438 npm5MIT- AlicenseAqualityDmaintenanceOcean and multimodal freight intelligence suite providing cross-validated rates, total landed cost, transit reliability, customs, risk, emissions, and unified ship decisions through 47 tools.4725 npmMIT