This experimental Ping-Pong server showcases remote MCP (Model Context Protocol) calls via a FastAPI backend. It offers a practical demonstration of integrating MCP for command handling through API endpoints or Server-Sent Events (SSE), complete with thread-safe session management. The project provides both an API-based interaction using a simple HTML UI and an SSE-based interaction for real-time communication, serving as an educational resource for understanding and implementing MCP in different server architectures.