mcp-remote-call-ping-pong

mcp-remote-call-ping-pong

3.2

If you are the rightful owner of mcp-remote-call-ping-pong and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

An experimental and educational Ping-Pong server demonstrating MCP (Model Context Protocol) calls via FastAPI.

The MCP Ping-Pong Server by Remote Call is an innovative project designed to demonstrate the capabilities of Model Context Protocol (MCP) using FastAPI. This server acts as a practical example for educational purposes, showcasing how MCP calls can be executed through API endpoints or Server-Sent Events (SSE). The server is built with a FastAPI/FastMCP backend, ensuring efficient handling of remote MCP calls. It integrates MCP for command handling, allowing users to interact with the server using commands like 'ping', 'pong', and 'count'. Additionally, the server features thread-safe session management, ensuring secure and reliable operations. The project provides a user interface for easy interaction and supports both API and SSE transport methods for communication.

Features

  • FastAPI/FastMCP backend for remote MCP calls through API endpoints or SSE
  • MCP integration for command handling
  • Thread-safe session management