movie-ticketing-mcp-server
Verified Safeby cloudz-modern-platform-demo
Overview
A Python-based MCP server that acts as a bridge, providing movie ticketing information from a backend API to AI assistants.
Installation
No command providedSecurity Notes
The server acts as an API bridge, so its overall security profile depends heavily on the backend API it integrates with and the security of that API. It defaults to listening on `0.0.0.0`, which should be restricted to specific interfaces for production environments. No obvious code injection (`eval`) or obfuscation methods are present in the provided information.
Similar Servers
zeromcp
A minimal, pure Python Model Context Protocol (MCP) server for exposing tools, resources, and prompts via HTTP/SSE and Stdio transports.
mcp-marketplace
A comprehensive AI agent framework that facilitates tool orchestration and access to a marketplace of MCP (Model Context Protocol) servers, offering a web-based client for chat, administration, and benchmarking.
mcp_server
This server template provides a foundation for building Model Context Protocol (MCP) servers to integrate with AI assistants and other MCP clients, offering tools for GitHub, Microsoft Graph, weather data, and JWT decoding.
movie-catalog-mcp-server
Provides movie catalog information through a Model Context Protocol (MCP) server, supporting both manual and OpenAPI-driven tool exposure for AI agents.