weatherforensics-mcp
Rank #54111smithery/mechatronic-solutions-llc/weatherforensics-mcp
WeatherForensics is a Data as a Service (DaaS) that provides comprehensive historical weather data, including standard conditions and severe weather events, relative to a specified target location and timestamp. While most services focus on the "what," our proprietary engine calculates the localized impact of historical weather events—ranging from localized tornadoes to regional hurricanes—at a specific coordinate and datetime. Visit the GitHub repository at https://github.com/markwkiehl/WeatherForensics-MCP to access the sample Python client script (mcp_client_noaa.py). That script will allow you to interact with the WeatherForensics Model Context Protocol (MCP) server. No registration or API Key required for the "Forever Free" Tier. To use the WeatherForensics Model Context Protocol (MCP) directly within Claude Desktop, you must bridge its local standard input/output (stdio) requirement to our remote Streamable HyperText Transfer Protocol (HTTP) server. You do this by pointing Claude Desktop to the included proxy script. Add the following to your `claude_desktop_config.json` file: { "mcpServers": { "weatherforensics": { "command": "python", "args": [ "/absolute/path/to/WeatherForensics-MCP/mcp_stdio_proxy.py" ], "env": { "WeatherForensics_API_KEY": "" } } } } - Leave `WeatherForensics_API_KEY` blank to use the Forever Free subscription tier. - Ensure you replace `/absolute/path/to/` with the actual directory path to the cloned repository on your local machine.
weatherforensics-mcp is a Model Context Protocol (MCP) server published by markwkiehl. It ranks #54111 of 58,900 servers tracked on MCP Toplist. weatherforensics-mcp is listed on Smithery, and ships as a single rolling release with no explicit version metadata. It was first listed on Mar 28, 2026.
Ranks ahead of 4,789 of 58,900 servers on MCP Toplist.
Use weatherforensics-mcp
weatherforensics-mcp doesn’t publish a machine-readable install config. Follow the setup instructions in its repository ↗, or open one of its registry listings above.
Listed on 1 registry
markwkiehl
Not versioned
This server is published through a registry that does not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- What is weatherforensics-mcp?
- WeatherForensics is a Data as a Service (DaaS) that provides comprehensive historical weather data, including standard conditions and severe weather events, relative to a specified target location and timestamp. While most services focus on the "what," our proprietary engine calculates the localized impact of historical weather events—ranging from localized tornadoes to regional hurricanes—at a specific coordinate and datetime. Visit the GitHub repository at https://github.com/markwkiehl/WeatherForensics-MCP to access the sample Python client script (mcp_client_noaa.py). That script will allow you to interact with the WeatherForensics Model Context Protocol (MCP) server. No registration or API Key required for the "Forever Free" Tier. To use the WeatherForensics Model Context Protocol (MCP) directly within Claude Desktop, you must bridge its local standard input/output (stdio) requirement to our remote Streamable HyperText Transfer Protocol (HTTP) server. You do this by pointing Claude Desktop to the included proxy script. Add the following to your `claude_desktop_config.json` file: { "mcpServers": { "weatherforensics": { "command": "python", "args": [ "/absolute/path/to/WeatherForensics-MCP/mcp_stdio_proxy.py" ], "env": { "WeatherForensics_API_KEY": "" } } } } - Leave `WeatherForensics_API_KEY` blank to use the Forever Free subscription tier. - Ensure you replace `/absolute/path/to/` with the actual directory path to the cloned repository on your local machine.
- Who maintains weatherforensics-mcp?
- weatherforensics-mcp is maintained by markwkiehl, which publishes 2 MCP servers (0 total versions) tracked on MCP Toplist.
- Is weatherforensics-mcp an official MCP server?
- weatherforensics-mcp is not on the Official MCP Registry. It is listed on Smithery.
- How many versions does weatherforensics-mcp have?
- weatherforensics-mcp ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for weatherforensics-mcp?
- The source code for weatherforensics-mcp is hosted at github.com/markwkiehl/WeatherForensics-MCP.