Skip to main content
Glama
Noewell

Alvargo MCP Server

by Noewell

Alvargo MCP Server

License: MIT

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 page

This 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:

  1. Go to Settings → Connectors → Add custom connector

  2. Paste: https://alvargo.net/api/mcp

  3. Click Add

Or use the Claude Code CLI:

claude mcp add --transport http alvargo https://alvargo.net/api/mcp

Local Installation (Cursor, Windsurf, Claude Desktop)

{
  "mcpServers": {
    "alvargo": {
      "command": "npx",
      "args": ["-y", "alvargo-mcp-server"]
    }
  }
}

Endpoints

Endpoint

Method

Auth

Description

/api/mcp

GET

No

SSE stream for remote AI clients

/api/mcp

POST

Conditional

JSON-RPC tool execution

/api/mcp/execute

POST

Conditional

HTTP tool execution (used by NPM package)

/api/mcp/tools

GET

No

List all available tools

/api/status

GET

No

Health check

/.well-known/mcp.json

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 start

Environment Variables

See .env.example for all required variables. The key one is:

MAIN_APP_URL=https://alvargo.delivery

This tells the MCP server where to proxy authenticated tool calls.

Available Tools

Tool

Auth Required

Description

quote_freight

No

Instant freight quote for any lane

get_market_rates

No

Live market rate benchmarks

register_shipper

No

Create a new Alvargo shipper account

create_shipment

Yes

Book a live shipment

get_shipment

Yes

Track a shipment by ID

update_status

Yes

Update shipment status

find_drivers

Yes

Find available drivers near a location

assign_driver

Yes

Assign a driver to a shipment

upload_document

Yes

Upload BOL, POD, or compliance docs

analyze_freight_image

Yes

AI photo-to-quote from cargo image

License

MIT © 2026 Alvargo

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    -
    quality
    D
    maintenance
    Enables 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 updated
    5,970
    MIT
  • A
    license
    -
    quality
    A
    maintenance
    Freight 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 updated
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Quote, 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 updated
    20
    529
    3
    MIT

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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