Provides basic HTTP endpoints for Model Context Protocol (MCP) interactions using Python Flask.
Designed as a straightforward Model Context Protocol (MCP) server, this Python Flask-based application provides stable HTTP endpoints for testing and development. It includes basic functionalities such as returning a greeting, performing arithmetic calculations, and retrieving the current time. The server is configured for easy local development, Gunicorn-based production deployment, and custom deployment to platforms like smithery.ai, ensuring robust and compatible API interactions with CORS support.