kimtth/mcp-remote-call-ping-pong
FreeNot checkedAn experimental and educational app for Ping-pong server demonstrating remote MCP (Model Context Protocol) calls
About
An experimental and educational app for Ping-pong server demonstrating remote MCP (Model Context Protocol) calls
README
An experimental and educational Ping-Pong server demonstrating MCP (Model Context Protocol) calls via FastAPI.
Features
- ✅ FastAPI/FastMCP backend for remote MCP calls through API endpoints or SSE
- 🔄 MCP integration for command handling
- 🔐 Thread-safe session management
Quick Start
Installation
To install the dependencies, run:
poetry install
1. Call MCP Tool through API
Run the Server
Start the FastAPI server with:
python mcp-api-server.py
The server will start at http://localhost:8080.
UI
Open mcp-api-client.html in a browser to interact with the UI.

API Endpoints
GET /ping-pong?prompt_name=<prompt_name>: Retrieves the specified prompt.POST /ping-pong: Invokes MCP tool commands (ping,pong,count).
2. Call MCP Tool through SSE transport
The following example demonstrates using Server-Sent Events (SSE) for communication with the MCP server.
Run the SSE Server
python mcp-sse-server.py
Run the SSE Client
python mcp-sse-client.py
Sample Output
Type a command (e.g., 'ping', 'pong', 'count') or 'exit' to quit:
>>> ping
Sending command: ping
Result: pong
>>> pong
Sending command: pong
Result: ping
>>> count
Sending command: count
Result: 2
References
📄 License
MIT
Installing kimtth/mcp-remote-call-ping-pong
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/kimtth/mcp-remote-call-ping-pongFAQ
Is kimtth/mcp-remote-call-ping-pong MCP free?
Yes, kimtth/mcp-remote-call-ping-pong MCP is free — one-click install via Unyly at no cost.
Does kimtth/mcp-remote-call-ping-pong need an API key?
No, kimtth/mcp-remote-call-ping-pong runs without API keys or environment variables.
Is kimtth/mcp-remote-call-ping-pong hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install kimtth/mcp-remote-call-ping-pong in Claude Desktop, Claude Code or Cursor?
Open kimtth/mcp-remote-call-ping-pong on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectAmap Maps Mcp Server
MCP server for using the AMap Maps API
by duxiaohuiSupabase
Database, auth and storage
by SupabaseEverything
Reference / test server with prompts, resources, and tools.
Git
Tools to read, search, and manipulate Git repositories.
Sequential Thinking
Dynamic and reflective problem-solving through thought sequences.
Time
Time and timezone conversion capabilities.
Compare kimtth/mcp-remote-call-ping-pong with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
