MCPHub

0 serversUpdated Sep 16, 2026

TasksCollectionsPlaygroundSubmit
MCPHub

Catalog

  • Servers
  • Browse A–Z
  • Trending
  • Categories
  • Tasks
  • Collections
  • Playground
  • Submit
  • For agents

Company

  • About

Shout out

  • Formatly
  • Hirime

Searchable catalog of Model Context Protocol servers. Find tools that connect your AI assistant to the services and data you use.

PrivacyTerms

© 2026 MCPHub

  1. Home
  2. /Collections
  3. /Logistics shipping

Logistics shipping

Plan freight and parcels from chat: freight agents, carrier tools, packing helpers, and map routing.

Ads

Servers in this stack

  1. 1W

    warpfreight/warp-agent-mcp

    Book real LTL/FTL/van/box-truck freight through the Warp network. 20 tools, in-chat login, Stripe-charged bookings, real carrier dispatch. Live demo at [wearewarp.com/agents/mcp](https://wearewarp.com/agents/mcp).

    Delivery

    0
  2. 2S

    SoapyRED/freightutils-mcp

    17 freight calculation and reference tools — ADR dangerous goods, HS codes, LDM/CBM/chargeable weight calculators, duty estimation, airline codes, UN/LOCODE, and more. Free REST APIs + MCP server.

    Travel & Transportation

    0
  3. 3C

    catrinmdonnelly/royalmail-mcp

    Book, label, track and cancel Royal Mail and Parcelforce shipments. 33 UK and international services via friendly keys or raw Service Register codes. `npx royalmail-mcp`.

    Delivery

    0
  4. 4I

    iafanasov/packzoo-mcp

    Compare parcel and letter delivery prices across 60+ carriers in 27 European countries. Remote MCP: [packzoo.com/api/mcp](https://packzoo.com/api/mcp).

    Delivery

    0
  5. 5M

    Mapbox

    Node.js server implementing Model Context Protocol (MCP) for Mapbox APIs. The Mapbox MCP Server transforms any AI agent or application into a geospatially-aware system by providing seamless access to Mapbox's comprehensive location intelligence platform. With this server, your AI can understand and reason about places, navigate the physical world, and access rich geospatial data including: - Global geocoding to convert addresses and place names to coordinates and vice versa - Points of interest (POI) search across millions of businesses, landmarks, and places worldwide - Multi-modal routing for driving, walking, and cycling with real-time traffic - Travel time matrices to analyze accessibility and optimize logistics - Route optimization to find the optimal visiting order for multiple stops (traveling salesman problem) - Map matching to snap GPS traces to the road network for clean route visualization - Isochrone generation to visualize areas reachable within specific time or distance c

    Search & Data Extraction6 tools

    353

Combined config

Only servers with a published config example are merged here.

{
  "mcpServers": {
    "warp-agent-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "io.github.warpfreight/warp-agent-mcp"
      ]
    },
    "freightutils": {
      "command": "npx",
      "args": [
        "freightutils-mcp"
      ]
    },
    "royalmail-mcp": {
      "command": "npx",
      "args": [
        "royalmail-mcp"
      ]
    },
    "packzoo-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "packzoo-mcp"
      ]
    },
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "io.github.mapbox/mcp-server"
      ]
    }
  }
}