Back to Browse

Maitabi MCP Server MCP Server

by User
Search & WebModerate7.2LocalNew
Free

Search and explore Japanese alpine bus tours, mountain lodges, and trekking packages from Maitabi (毎

About

Maitabi MCP Server provides AI agents with real-time access to Japan's premier alpine transportation and mountain tour network, **Maitabi (まいたび - 毎日新聞旅行 / 毎日あるぺん号)**. Operating across `bus.maitabi.jp` and `www.maitabi.jp`, it allows LLM-powered assistants to search mountain bus departures, filter alpine lodge packages, inspect guided trekking itineraries, compare pricing, and examine departure calendars across the Northern, Central, and Southern Japanese Alps (including Kamikochi, Tateyama Murodo, Hakuba, Yatsugatake, and Mt. Fuji).

The server supports multi-parameter cascading filters (departure cities including Tokyo, Osaka, Kyoto, and Nagoya; departure months and date ranges; tour styles; standard/premium seat types; specific mountain lodges like Enzanso and Nishiho Sanso; price range and seat availability). It delivers clean, structured JSON data designed for itinerary planning, travel agent workflows, and mountain trip orchestration.

Security Report

7.2
Moderate7.2Low Risk

This is a well-structured MCP server for searching Japanese tour information from Maitabi. The codebase demonstrates good security practices: proper input validation via Pydantic, no hardcoded credentials, secure HTTP client usage with error handling, and appropriate API scoping. Permissions match the server's purpose (network HTTP calls to Maitabi APIs). A few minor code quality issues exist (broad exception handling, incomplete truncation in source), but these do not represent security vulnerabilities. Package verification found 1 issue.

7 files analyzed · 4 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

Check that this permission is expected for this type of plugin.

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "maitabi-mcp-server": {
      "args": [
        "maitabi-mcp-server"
      ],
      "command": "uvx"
    }
  }
}

Getting Started

Once installed, try these example prompts and explore these capabilities:

  • 1"Find mountain bus tours from Tokyo to Kamikochi departing next month with available seats."
  • 2"Search for trekking packages staying at Enzanso lodge with premium bus seating."
  • 3"Check the departure calendar for domestic mountain climbing tours in August 2026."
  • 4Tool: search_tours — Search mountain bus tours and lodge packages with full filter support (departure, date, seat type, lodge, price, availability).
  • 5Tool: get_tour_detail — Fetch complete tour schedule, pricing matrix, and bus stop details for a specific bus tour by course_no.
  • 6Tool: get_tour_calendar — Fetch monthly departure calendar matrix and tour availability for a given year and month.

Reviews

No reviews yet

Be the first to review this server!

Maitabi MCP Server MCP Server - Search and explore Japanese alpine bus tours, mountain | MCP Marketplace