ParkAlert MCP
ParkAlert MCP
Disneyのアトラクションの運行状況と待ち時間をオンデマンドツールとして公開するMCPサーバーで、ThemeParks.wiki APIをバックエンドとしています。
これは、ParkAlert のプル型の兄弟版です。ParkAlertは同じAPIをタイマーでポーリングし、アトラクションが停止または復旧したときにntfy.sh経由で通知を送るPWAです。ParkAlertは「何かが変わったら教えて」に答え、このサーバーは「いま聞いたから、いまの状況はどうなっているのか」に答えます。APIクライアントはParkAlertのserver/themeparks.jsから移植されていますが、ポーリングループ、状態遷移の検出、tripコード、通知のファンアウトはすべて意図的に除外されています。
ツール
ツール | 引数 | 回答 |
|
| このアトラクションは現在、運行中、停止中、それともクローズ中ですか? |
|
| 現在のスタンバイ列の待ち時間はどのくらいですか? |
どちらのツールも、パークを名前、別名、または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.py の PARKS に加えてください。
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.serverClaude 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 と共に構築しました。
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceEnables 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,044MIT
- FlicenseAqualityBmaintenanceProvides access to Disney parks data including attractions, dining locations, height requirements, Lightning Lane status, and other park information for Walt Disney World and Disneyland resorts through structured queries and fuzzy search.71
- AlicenseAqualityCmaintenanceProvides Belgian railway travel information via the iRail API, including station search, live departures/arrivals, route planning, and network disturbances.5MIT
- AlicenseNot gradedqualityCmaintenanceEnables access to live theme park wait times, schedules, and attraction data from ThemeParks.wiki.10MIT
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.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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