/
A sample MCP server using the MCP C# SDK. Generates random numbers and random weather.
Server configuration and capabilities from the MCP manifest
Size: 818 bytes (205 tokens)
Tools Found: 2
Analysis ID: 47a9ub08
Sample MCP tools for demonstration purposes. These tools can be invoked by MCP clients to perform various operations.
Stars
Forks
Registry ID: 4b516701-57e7-41dc-95a4-eebf8b37ff58
Added to Registry: 9/21/2025
Last Updated: 9/22/2025
Last Seen: 9/22/2025
Default Branch: main
Last Push: 7/10/2025
Open Issues: 0
Historical performance and growth metrics over time
{ "name": "Knapcode.SampleMcpServer", "tags": [ "MCP", "Tools", "Random" ], "tools": [ { "name": "GetRandomNumber", "description": "Generates a random number between the specified minimum and maximum values.", "input_schema": { "type": "object", "required": [ "min", "max" ], "properties": { "max": { "type": "integer", "description": "Maximum value (exclusive)" }, "min": { "type": "integer", "description": "Minimum value (inclusive)" } } }, "output_schema": { "type": "integer" } }, { "name": "GetCityWeather", "description": "Describes random weather in the provided city.", "input_schema": { "type": "object", "required": [ "city" ], "properties": { "city": { "type": "string", "description": "Name of the city to return weather for" } } }, "output_schema": { "type": "string" } } ], "version": "1.0.0", "categories": [ "Sample", "MCP" ], "description": "Sample MCP tools for demonstration purposes." }
Watchers
Contributors
Last Push: 7/10/2025
Open Issues: 0