MCP Server
This is the Model Context Protocol (MCP) endpoint for crosbynews.com. It is meant for AI agents, not browsers — it speaks JSON-RPC over HTTP POST. This page just explains what it is.
Endpoint
https://crosbynews.com/mcp · transport: Streamable HTTP (JSON-RPC 2.0). Discovery card: /.well-known/mcp/server-card.json.
Tools
get_current_conditions— Current weather for Crosby, TX: temperature, sky, and precip chance.get_forecast— Forecast for Crosby, TX from the U.S. National Weather Service. Returns the 7-day day/night forecast, or upcoming hourly periods if `hours` is given.get_alerts— Active NWS weather alerts for Crosby, TX. Returns an empty list when none are active.
Connect from Claude Code
claude mcp add --transport http crosbynews https://crosbynews.com/mcp
Then ask, e.g., "what's the forecast for Crosby, TX?" and the agent will call these tools. Prefer a webpage? See the live forecast, hourly, and radar.