← Back to leaderboard
/100
Partial ○ Unscored 13

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.

Anthropic GitHub
Unscored visibility — 1/3 applicable dimensions scored
○ Schema Quality — Protocol — Reliability ○ Docs & Maintenance ✓ Security Hygiene — Schema Interpretability
Schema Quality
42% weight
Protocol Compliance
N/A
Local server
Reliability
N/A
Local server
Docs & Maintenance
25% weight
Security Hygiene
95
33% weight
30-Day Trend

Score History

Category Trends

Embed Badge

Add this to your README to display your MCP Scoreboard grade:

MCP Score Badge
[![MCP Score](https://mcpscoreboard.com/badge/19a2efc2-e45e-41ce-8a99-e339db94358d.svg)](https://mcpscoreboard.com/server/19a2efc2-e45e-41ce-8a99-e339db94358d/)