Movie Reservation MCP
Movie Reservation MCP
映画予約 GraphQL API 用の MCP ラッパー。
このリポジトリは、実装が golden-path/demo ベースラインから抽出される間、予約 MCP が 独自の issue トラッカー、CI、およびアーティファクトパイプラインを持てるようにするために 存在します。
実行
uv run movie-reservation-mcp本番コンテナは UID 10001 で実行され、ポート 8091 で待ち受けます:
docker build --tag movie-reservation-mcp:local .
docker run --rm --network host movie-reservation-mcp:localデモでは、MCP コンテナと予約 API コンテナが 1 つの ECS タスクネットワーク名前空間を
共有していることを前提としているため、デフォルトのダウンストリームアドレスは
127.0.0.1:3000 のままです。コンテナを個別に実行する場合は、ダウンストリーム URL を
上書きしてください。
デフォルト:
MCP エンドポイント:
http://127.0.0.1:8091/mcpヘルスエンドポイント:
http://127.0.0.1:8091/healthダウンストリーム GraphQL API:
http://127.0.0.1:3000/graphqlダウンストリームヘルス API:
http://127.0.0.1:3000/healthとして導出
browser -> Python agent -> recommendation MCP -> Rust recommendation API
-> reservation MCP -> NestJS reservation API便利な環境変数:
MOVIE_RESERVATION_GRAPHQL_URLMOVIE_RESERVATION_HEALTH_URLMOVIE_RESERVATION_API_TIMEOUT_SECONDSPORTHOST
Related MCP server: mcp-graphql-enhanced
ツール
reservation_get_catalog入力: オプションの
movie_id、オプションのfault、およびオプションの伝播フィールド。GraphQL の
moviesとscreenings(movieId)を呼び出します。
reservation_request_seats入力:
screening_id、seat_ids、オプションのfault、およびオプションの伝播フィールド。GraphQL の
requestReservation(input)を呼び出します。
reservation_get_request_status入力:
reservation_request_id、オプションのfault、およびオプションの伝播フィールド。GraphQL の
reservationRequestStatus(id)とreservationResult(requestId)を呼び出します。
reservation_healthダウンストリームの
GET /healthを呼び出します。
ツールが転送するもの:
traceparenttracestateX-Correlation-IdX-Request-IdX-Demo-Fault
チェック
uv sync --frozen
uv run --frozen --no-sync pytest tests
uv run --frozen --no-sync pytest automation/tests
uv run --frozen --no-sync ruff check .
uv run --frozen --no-sync ruff format --check .
uv run --frozen --no-sync python -m compileall src tests automationmain へのプッシュは、Linux AMD64 の候補を sha-<commit> として GHCR に公開します。
CI は、候補をシングルイメージマニフェストに保つために BuildKit の自動レジストリアテステーションを
無効にし、その後、環境アドミッションゲートのために、公開されたダイジェストに対する明示的な
GitHub ビルドの来歴を記録します。
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
The official MCP Server from Mia-Platform to interact with Mia-Platform Console
The official MCP Server for the Mux API
An MCP server that provides an API to LLMs to manage their JumpCloud resources.
- mcpOAuthcom.zomato
An MCP server that exposes functionalities to use Zomato's services.
Related MCP Servers
- AlicenseDqualityDmaintenanceAn MCP server that allows users to search for movies, get detailed information, receive genre-based recommendations, and discover popular/trending films using OMDb and TMDb APIs.513MIT
- AlicenseAqualityAmaintenanceEnhanced MCP server for GraphQL with filtered introspection and full variable support.2026,6852MIT
- FlicenseAqualityDmaintenanceAn MCP server that wraps The Movie Database (TMDB) API, enabling search for movies and TV shows, retrieval of movie details, recommendations, similar movies, trending content, streaming providers, and movie discovery.8-
- FlicenseNot gradedqualityDmaintenanceA robust MCP server that wraps The Movie Database API, enabling LLMs to search movies, get details, popular movies, and recommendations.-