Skip to main content
Glama

ParkAlert MCP

Disneyのアトラクションの運行状況と待ち時間をオンデマンドツールとして公開するMCPサーバーで、ThemeParks.wiki APIをバックエンドとしています。

これは、ParkAlert のプル型の兄弟版です。ParkAlertは同じAPIをタイマーでポーリングし、アトラクションが停止または復旧したときにntfy.sh経由で通知を送るPWAです。ParkAlertは「何かが変わったら教えて」に答え、このサーバーは「いま聞いたから、いまの状況はどうなっているのか」に答えます。APIクライアントはParkAlertのserver/themeparks.jsから移植されていますが、ポーリングループ、状態遷移の検出、tripコード、通知のファンアウトはすべて意図的に除外されています。

ツール

ツール

引数

回答

get_ride_status

park, ride

このアトラクションは現在、運行中、停止中、それともクローズ中ですか?

get_wait_time

park, ride

現在のスタンバイ列の待ち時間はどのくらいですか?

どちらのツールも、パークを名前、別名、またはThemeParks.wikiのエンティティID("Magic Kingdom"、"dhs"、"epcot")で指定でき、アトラクションは人が言うままの名前で指定できます。"space mountain" や "tron" のような部分一致・ニアミスの名前にもマッチし、不明瞭な名前の場合は、その意味の候補を返します。

対応パーク: Magic Kingdom、EPCOT、Hollywood Studios、Animal Kingdom、Disneyland (CA)、California Adventure。追加するには src/parkalert_mcp/parks.pyPARKS に加えてください。

Related MCP server: Disney Parks MCP Server

セットアップ

Python 3.10以上が必要です(mcp SDK の動作下限)。

python3.12 -m venv .venv
.venv/bin/pip install -e .

実行

サーバーは stdio で通信するため、常駐サービスとしてではなくクライアントが起動します。手で試すには:

.venv/bin/python -m parkalert_mcp.server

インタラクティブなツールブラウザを使う場合、MCP Inspector を同じコマンドで実行します:

npx @modelcontextprotocol/inspector .venv/bin/python -m parkalert_mcp.server

Claude Desktop

サーバーを ~/Library/Application Support/Claude/claude_desktop_config.json に追加してください:

{
  "mcpServers": {
    "parkalert": {
      "command": "/Users/austin/parkalert-mcp/.venv/bin/python",
      "args": ["-m", "parkalert_mcp.server"]
    }
  }
}

venv 内の Python の絶対パスが重要です。Claude Desktopはログインシェルを通さないため、ただのpython ではこの環境に解決されません。編集後にClaude Desktopを再起動し、コネクタアイコンの下にあるツールを確認してください。

クレジット

Austin Voz冊 が Claude と共に構築しました。

Install Server
F
license - not found
A
quality
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
    Not graded
    quality
    D
    maintenance
    Enables users to interact with Washington DC Metro (WMATA) transit system through natural language queries. Provides real-time train arrivals, service alerts, station information, trip planning, and accessibility updates.
    1,044
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    Provides Belgian railway travel information via the iRail API, including station search, live departures/arrivals, route planning, and network disturbances.
    5
    MIT

View all related MCP servers

Related MCP Connectors

  • Look up Pokémon, moves, abilities, items, natures, and type matchups from PokéAPI v2.

  • Real-time transit stops, routes, arrivals, vehicle positions, and schedules via OneBusAway APIs.

  • Read and update your Everway trips and itineraries from any MCP-compatible AI assistant.

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/austin5374/parkalert-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server