Retrieve server details like version, implementation type, and available features for the URL Text Fetcher MCP Server that fetches web content and searches online.
Verify MCP server functionality by sending a message and receiving an immediate echo response. A simple test tool to ensure server communication is working correctly.
Retrieve detailed information about the MCP server, including its version, implementation type, and available features, to understand its capabilities and integration options.
Check if the P-Link-MCP payment server is operational by sending a health verification request. Returns status confirmation when the server is active and responding.
Verify Unity MCP server connectivity to ensure seamless interaction with Unity projects. Use this tool to test server status and maintain project workflow efficiency.
A simple MCP server implementation in TypeScript that communicates over stdio, allowing users to ask questions that end with 'yes or no' to trigger the MCP tool in Cursor.
A minimal reference implementation of an MCP server with two basic math tools (add and multiply), designed as a starting point for learning MCP protocol and deploying remote servers to cloud platforms.
A minimal MCP server implementation demonstrating basic tool integration with example functions like greetings, version info, and system information. Supports both HTTP and stdio transports for connecting AI clients.