A simple demonstration MCP server that provides an echo tool and resource for learning how to build MCP servers. Serves as a starting point and template for creating custom MCP server implementations.
A minimal MCP server for debugging MCP clients. It echoes back everything it receives — tool arguments, session IDs, metadata — so you can inspect exactly what your client is sending.
A simple MCP server providing ping, echo, and TCP host health-check tools with latency measurement. It enables transport testing and real network connectivity checks through natural language.
A basic MCP server with example tools including message echoing and server information retrieval. Built with FastMCP framework and supports both stdio and HTTP transports.