Weather Edge MCP Server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Weather Edge MCP Servershow me today's best weather edge opportunities in NYC"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Weather Edge MCP Server
Weather Edge is an MCP server for calibrated Kalshi weather-market signals. It turns public forecast and market data into a compact tool surface for AI agents.
What it does
calibrates NWS daily high-temperature forecasts by city
reads current Kalshi weather market prices
estimates per-bucket probability, edge, and net expected value
exposes the results through MCP tools and an optional FastAPI surface
Install
pip install weather-edge-mcpMCP usage
Claude Desktop
{
"mcpServers": {
"weather-edge": {
"command": "python",
"args": ["-m", "weather_edge_mcp"]
}
}
}Other MCP clients
Use either of these commands:
weather-edge-mcp
python -m weather_edge_mcpTransport options
weather-edge-mcp --transport stdio
weather-edge-mcp --transport sse --port 8050
weather-edge-mcp --transport streamable-http --port 8050Tools
Tool | Description |
| Calibrated signals for one city's Kalshi weather markets |
| Full scan across all supported cities |
| Bias-adjusted forecast context for one supported city |
| Latest METAR observation from the settlement station |
| Supported cities and calibration parameters |
Supported cities: nyc, chicago, denver, miami, la
Optional web API
Weather Edge also ships an optional FastAPI app:
python -m uvicorn weather_edge_mcp.web_app:app --host 0.0.0.0 --port 8080Routes:
/api/health/api/signals?city=nyc/api/all-signals/dashboard/subscribe
If the optional x402 stack is installed and configured, the paid routes can be gated there. MCP stdio mode stays clean and side-effect free.
Docker
The repo includes a Dockerfile for Glama/container builds.
docker build -t weather-edge-mcp .
docker run --rm weather-edge-mcp --helpArchitecture
src/weather_edge_mcp/
core.py # forecasting, market fetches, calibration, formatting
mcp_server.py # MCP tools
web_app.py # optional FastAPI surface
cli.py # command-line entrypointData sources
National Weather Service forecast API
Aviation Weather METAR API
Kalshi public market API
Development
python -m unittest discover -s tests -v
python -m buildLicense
MIT
Maintenance
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/RJW34/weather-edge-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server