mcpbeat

Crosby, TX Weather MCP Server

com.crosbynews/weather
answering

Crosby, TX Weather is answering right now. Last checked 8 min ago. It exposes 13 tools. Last commit 2 Aug 2026.

Crosby, TX weather, air quality, tropics, floods, fishing, pollen, roads, radar, news & schools.

Uptime history 39 hours of history
39 hours agonow
100.0%
Uptime 24h
91 of 91 checks
13
Tools
read from the server
64 ms
Response time
average over 24h
1
Stars
last commit 2 Aug 2026

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 8 min ago.

run in your terminal
claude mcp add weather --transport http https://crosbynews.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "weather": {
      "url": "https://crosbynews.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.weather]
url = "https://crosbynews.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "weather": {
      "url": "https://crosbynews.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "weather": {
      "url": "https://crosbynews.com/mcp"
    }
  }
}

Available tools 13

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

air
get_air_quality
Current U.S. Air Quality Index for the Houston metro area (the Houston-Galveston-Brazoria reporting area, which includes Crosby, TX). Measured by EPA/AirNow monitors when available (measured:true), with an Open-Meteo modeled fallback (measured:false). Regional, not a Crosby-pinpoint reading.
alerts
get_alerts
Active NWS weather alerts for Crosby, TX. Returns an empty list when none are active.
crosby
get_crosby_news
Recent local news headlines for Crosby, TX and nearby northeast Harris County communities, aggregated from public sources and filtered for relevance. Empty when nothing recent.
current
get_current_conditions
Current weather for Crosby, TX: temperature, feels-like, sky, precip chance, humidity, dew point, UV index, measured air quality (EPA/AirNow, Houston metro area), and sunrise/sunset.
emergency
get_emergency_contacts
Emergency resource directory for Crosby, TX (unincorporated Harris County): 911 guidance, sheriff non-emergency, power-outage and gas-leak reporting, the CAER industrial-incident line, flood and road tools, shelters, and disaster assistance. Static verified directory — in a life-threatening emergency, call 911.
fishing
get_fishing
Live water conditions for the waters people fish near Crosby, TX — Lake Houston, the San Jacinto River forks, the Trinity River, and nearby bayous — from USGS real-time monitoring. Full stations report temperature, dissolved oxygen, pH, and turbidity; some fished bayous report water level only. A nearby-station reading, not the exact fishing spot, and conditions rather than a guaranteed bite.
forecast
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 (up to 48 — through about two days out).
pollen
get_pollen
The Houston Health Department's measured daily pollen and mold count (National Allergy Bureau scale) — tree, weed, and grass pollen plus mold spores, with the species actually counted. A real measurement, not a model; counts publish weekday mornings and apply regionally to Crosby, TX.
radar
get_radar
Latest NWS KHGX (Houston/Galveston) radar still image covering Crosby, TX, returned inline as a GIF. For the animated loop, see https://crosbynews.com/radar.
river
get_river_levels
Current water levels and NWS flood stages for the rivers and bayous that flood Crosby, TX and northeast Harris County (Cedar Bayou, San Jacinto River, Luce Bayou, and more). Each gauge reports its stage, flow, flood category, and thresholds.
school
get_school_events
Upcoming Crosby ISD school-calendar events: first/last day of school, holidays, no-school and early-release days, testing windows, and campus activities.
traffic
get_traffic
Live traffic incidents and scheduled lane closures on the roads Crosby, TX drives — US-90, FM-2100, FM-1942, and the Crosby stretch of IH-10 East — from Houston TranStar, plus links to the corridor traffic cameras. High-water road reports appear here during floods. Empty lists mean quiet roads.
tropical
get_tropical_outlook
Active Atlantic tropical cyclones from the NOAA National Hurricane Center — the systems that matter to Crosby, TX in hurricane season (June–November). Returns an explicit all-clear when the basin is quiet.

Endpoints

URLTransportStateLatencyChecked
https://crosbynews.com/mcp streamable-http answering 63 ms 8 min ago

Crosby, TX Weather — questions

Answers built from our own checks of this server.

What can Crosby, TX Weather do?
It exposes 13 tools, read directly from the server on our last check. Among them: get_air_quality, get_alerts, get_crosby_news, get_current_conditions, get_emergency_contacts, get_fishing and 7 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is Crosby, TX Weather working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 91 of 91 checks got a reply (100.0%), average response time 64 ms. The bar chart above shows every period we have measured.
How do I connect Crosby, TX Weather?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does Crosby, TX Weather need an API key?
No. Crosby, TX Weather completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 13 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is Crosby, TX Weather?
It answers our handshake in 64 ms on average, which is faster than 95% of all working MCP servers we measure. That puts it in the quick quarter of the ecosystem. The comparison comes from our own checks across the whole registry, every 15 minutes.
Is Crosby, TX Weather open source?
Yes — written in JavaScript, 1 stars on GitHub and 4 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.