A comprehensive MCP server that exercises all features of the Model Context Protocol, serving as a robust reference implementation.
Loading more......
An example implementation of an MCP server that provides weather data using the National Weather Service API. Serves as a practical reference for building and running MCP servers, highly relevant for developers seeking inspiration or templates for their own MCP servers.
Official MCP server for AIStor, directly relevant as a reference implementation for MCP server capabilities.
A test server implementing all features of the MCP protocol, including prompts, tools, and resources, specifically designed for MCP client testing.
An experimental and educational MCP server app for demonstrating remote MCP calls using a Ping-Pong server.
A gallery of official MCP servers and implementations that demonstrate how to expose specific capabilities via the Model Context Protocol. These are directly relevant as they serve as reference and starting points for building and deploying MCP servers.
An MCP server for performing automated accessibility audits on webpages using axe-core, facilitating AI-powered accessibility improvements through agentic loops, and exemplifying MCP servers for web auditing tasks.
A comprehensive MCP server that exercises all features of the Model Context Protocol, serving as a robust reference implementation. It is designed primarily as a test server for builders of MCP clients, showcasing a wide range of protocol capabilities.
echo: Echoes back input messages.
message (string)add: Adds two numbers together.
a (number), b (number)longRunningOperation: Demonstrates progress notifications for long operations.
duration (number, default: 10), steps (number, default: 5)sampleLLM: Demonstrates LLM sampling capability using MCP sampling feature.
prompt (string), maxTokens (number, default: 100)getTinyImage: Returns a small test image.
printEnv: Prints all environment variables for debugging.
annotatedMessage: Demonstrates annotated messages with metadata.
messageType ("error" | "success" | "debug"), includeImage (boolean, default: false)test://static/resource/{even_number}test://static/resource/{odd_number}temperature) and optional (style) arguments, supports multi-turn conversation with images.https://github.com/modelcontextprotocol/servers/tree/main/src/everything
No pricing information provided; appears to be open-source.