This repository offers a foundational example of a Model Context Protocol (MCP) server, built with Python and the FastMCP library. It serves as an educational guide, illustrating how to define and expose executable functions (tools), data sources (resources), and reusable interaction templates (prompts) to AI applications. MCP standardizes the connection between AI and external systems, and this example demonstrates how to leverage FastMCP's simple API for rapid server development, enabling seamless integration with AI clients like IDEs, chatbots, and agent frameworks.