MCPHub

0 serversUpdated Aug 30, 2026

ServersCollectionsPlayground
MCPHub

Catalog

  • Servers
  • Browse A–Z
  • Trending
  • Categories
  • Collections
  • Playground
  • 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. /Trip planner

Trip planner

Plan trips from chat: route destinations on a map, book hotels and flights, then shape the itinerary without bouncing between travel apps.

Ads

Servers in this stack

  1. 1M

    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
  2. 2F

    forgemeshlabs/travel-mcp

    Public travel search workflow MCP server for airport lookup, route comparison, timing guidance, and external booking links through generic travel search providers.

    Travel & Transportation

    0
  3. 31

    1Stay Hotel Booking

    The first MCP server that completes real hotel reservations inside AI conversations. Not search-and-redirect. Not affiliate links. A confirmed booking with a real confirmation number — where your loyalty points accrue and your elite status benefits apply. Builders monetize every booking via Stripe Connect — set your own fee, get paid directly. Turn any AI agent into a revenue-generating travel assistant. Built by Stayker (WPF Holdings, LLC), a licensed travel technology company built on proven travel distribution architecture. When you book through 1Stay, the hotel is the merchant of record — your stay is treated exactly like a direct booking.

    Other Tools and Integrations6 tools

    2
  4. 4V

    VirajMishra1/wander-agent

    Personal travel agent with 66 tools — flights, hotels, visa checks, itinerary planning, travel advisories, currency conversion, passport power index, and credit card points/miles optimization. Offline-capable profile stores home airports, passports, and card portfolio. Install: `pip install wander-agent`.

    Travel & Transportation

    0
  5. 5S

    shaikhspeare/wanderlog-mcp

    MCP server for Wanderlog that lets AI clients read and edit trip itineraries through natural language, including trips, places, notes, hotels, checklists, and date updates.

    Travel & Transportation

    0
  6. 6A

    Autonomad1/autonomad-travel

    AI travel agent over MCP — live flights, hotels, activities, and events worldwide, then completes the booking on autonomad.ai (free signup at checkout, first month of Premium included).

    Travel & Transportation

    0

Combined config

Only servers with a published config example are merged here.

{
  "mcpServers": {
    "mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "io.github.mapbox/mcp-server"
      ]
    },
    "travel-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@forgemeshlabs/travel-assistant-mcp"
      ]
    },
    "1stay-mcp": {
      "command": "npx",
      "args": [
        "1stay-mcp"
      ]
    },
    "wander-agent": {
      "command": "uvx",
      "args": [
        "wander-agent"
      ]
    },
    "wanderlog-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "wanderlog-mcp"
      ]
    },
    "autonomad-travel": {
      "command": "npx",
      "args": [
        "-y",
        "ai.autonomad/travel"
      ]
    }
  }
}