Command Palette

Search for a command to run...

UnylyUnyly
Browse all

kimtth/mcp-remote-call-ping-pong

FreeNot checked

An experimental and educational app for Ping-pong server demonstrating remote MCP (Model Context Protocol) calls

GitHubEmbed

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.

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

from github.com/kimtth/mcp-remote-call-ping-pong

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-pong

FAQ

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

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