
Sample .NET MCP server demoing tool integration and MCP protocol.
Visit SampledotnetmcpserverSampledotnetmcpserver is a reference implementation of a Model Context Protocol (MCP) server written in C#. It exposes several example tools via the MCP protocol, including random number generation, personalized greeting tools, and U.S. zip code-based weather lookups (current weather & forecasts via the wttr.in API). It serves as a teaching and demo tool for developers using the MCP ecosystem, illustrating how to implement tools, configure stdio-based servers, and publish to the NuGet registry for integration with VS Code, Visual Studio, and any MCP-compatible client. Intended for developers building or testing MCP integrations, it provides ready-to-use sample code for custom tool or server creation.
Visit Sampledotnetmcpserver's official website for product details and getting started.