Jambuuul/SimpleWeatherMCP
3.2
If you are the rightful owner of SimpleWeatherMCP and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to dayong@mcphub.com.
This is a simple MCP server with weather information, written in C#.
Tools
1
Resources
0
Prompts
0
This is a simple MCP server with weather information, written on C#. It consists of:
get_weather(cityName) tool: returns brief weather information
weather://{cityName} resource: return same information as a tool.
How to run
To build, simply write in project directory:
dotnet build
To run, as expected:
dotnet run
You can use mcp-inspector to test functionality. In project directory:
npx @modelcontextprotocol/inspector dotnet run