# Crosby, TX Weather (remote · crosbynews.com)

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

- Trust score: 78/100 (medium)
- Change this week: +5
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- remote · `crosbynews.com`: 78/100 (this document), [markdown](https://verifymcp.io/servers/com-crosbynews-weather/crosbynews.md), [page](https://verifymcp.io/servers/com-crosbynews-weather/crosbynews)

## Channel facts

- Endpoint: `https://crosbynews.com/mcp`
- Transports: `streamable-http`
- Auth: `none`
- Version: `1.5.0`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Endpoint Security**: 83/100
  - The endpoint's TLS certificate is valid, in date, and uses a strong key.
  - No authorisation is required to call this server. Every tool declares its destructiveHint and none is destructive, so open access doesn't expose one.
  - HTTPS is enforced; there's no plaintext access path.
  - The HSTS (Strict-Transport-Security) header is present.
  - DNSSEC is configured correctly; the domain's records validate against the full chain to the root.
- **Transport & Reachability**: 100/100
  - Verified streamable-http transport via a live MCP handshake.
- **Schema Quality & AI Usability**: 88/100
  - 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 960 tokens (~64/item across 15 items; 13 tools + 2 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 27/100
  - Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
  - Structured output schemas are declared (92% of tools); any adoption earns full credit.
- **Capabilities**: 60/100
  - Spec-recency check failed: implements MCP spec 2025-06-18; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add --transport http com-crosbynews-weather https://crosbynews.com/mcp
```

### Codex

```toml
[mcp_servers.com-crosbynews-weather]
url = "https://crosbynews.com/mcp"
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "com-crosbynews-weather": {
      "type": "remote",
      "url": "https://crosbynews.com/mcp",
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add com-crosbynews-weather --url https://crosbynews.com/mcp --transport streamable-http
```

### Hermes

```yaml
mcp_servers:
  com-crosbynews-weather:
    url: "https://crosbynews.com/mcp"
```

### Other

```json
{
  "mcpServers": {
    "com-crosbynews-weather": {
      "type": "http",
      "url": "https://crosbynews.com/mcp"
    }
  }
}
```

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 78, +1)

No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-08-01 (score 77, +1)

No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-31 (score 76, +3)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 73, −2)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-29 (score 75, +1)

No change was recorded against any check on this day. Stability & Change Management went from 7 to 10. That category is still filling its 30-day observation window: 2 days of observed history at the previous scan, 3 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-28 (score 74, +1)

No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

### 2026-07-27 (score 73, 0)

- [functional improvement] Stability: unverified → 0.03

### 2026-07-26 (score 73)

First indexed and scored.

## MCP tools (13)

### `get_current_conditions` (~52 tokens)

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.

Output parameters:

- `airQuality` (object|null): US AQI. measured:true = EPA/AirNow monitors (Houston metro reporting area incl. Crosby); measured:false = Open-Meteo modeled fallback. Regional, not Crosby-pinpoint either way.
- `current` (object): An NWS forecast period, passed through (startTime, temperature, shortForecast, windSpeed, probabilityOfPrecipitation, ...) plus computed feelsLike °F where applicable. Full schema: https://crosbynews…
- `location` (string)
- `sun` (object|null)
- `updated` (string|null): ISO 8601 timestamp of the last data refresh.
- `uv` (object|null): EPA UV index; null at night or when the EPA feed is down.

### `get_forecast` (~72 tokens)

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).

Input parameters:

- `hours` (integer): Return this many upcoming hourly periods instead of the daily forecast.

Output parameters:

- `forecast` (array): 7-day day/night periods (daily mode).
- `hourly` (array): Upcoming hourly periods (only when `hours` was given).
- `location` (string)

### `get_alerts` (~28 tokens)

Active alerts

Active NWS weather alerts for Crosby, TX. Returns an empty list when none are active.

Output parameters:

- `alerts` (array)
- `count` (integer)
- `location` (string)

### `get_tropical_outlook` (~50 tokens)

Atlantic 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.

Output parameters:

- `basin` (string)
- `source` (string)
- `storms` (array): Empty when the basin is quiet — the normal state most of the year.
- `updated` (string|null): ISO 8601 timestamp of the last data refresh.

### `get_pollen` (~65 tokens)

Pollen & mold count

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.

Output parameters:

- `countDate` (string|null): Calendar date (Central time) the count is for; weekends carry Friday's count.
- `groups` (object): tree / weed / grass / mold — each null when that reading was missing from the day's report.
- `location` (string)
- `measured` (boolean)
- `officialUrl` (string)
- `source` (string)
- `species` (object): Per-group list of the types counted above zero, as the lab names them.
- `updated` (string|null): ISO 8601 timestamp of the last data refresh.

### `get_air_quality` (~77 tokens)

Air quality (AQI)

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.

Output parameters:

- `airQuality` (object|null)
- `location` (string)
- `updated` (string|null): ISO 8601 timestamp of the last data refresh.

### `get_crosby_news` (~40 tokens)

Local 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.

Output parameters:

- `items` (array)
- `location` (string)
- `source` (string)
- `updated` (string|null): ISO 8601 timestamp of the last data refresh.

### `get_school_events` (~55 tokens)

School calendar

Upcoming Crosby ISD school-calendar events: first/last day of school, holidays, no-school and early-release days, testing windows, and campus activities.

Input parameters:

- `limit` (integer): Maximum events to return (default 15).

Output parameters:

- `district` (string)
- `events` (array)
- `source` (string)
- `timezone` (string)
- `updated` (string|null): ISO 8601 timestamp of the last data refresh.

### `get_river_levels` (~66 tokens)

River & bayou 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.

Output parameters:

- `gauges` (array)
- `location` (string)
- `source` (string)
- `updated` (string|null): ISO 8601 timestamp of the last data refresh.

### `get_fishing` (~93 tokens)

Fishing conditions

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.

Output parameters:

- `location` (string)
- `note` (string)
- `source` (string)
- `stations` (array)
- `updated` (string|null): ISO 8601 timestamp of the last data refresh.

### `get_traffic` (~76 tokens)

Roads & 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.

Output parameters:

- `area` (string)
- `cameras` (array): Corridor cameras — pageUrl links TranStar's own camera pages (images are not embedded).
- `incidents` (array|null): Empty = no monitored incidents (the normal state); null = the incidents feed was unreachable at the last refresh.
- `laneClosures` (array|null): Scheduled closures; empty = none, null = feed unreachable at the last refresh.
- `liveMapUrl` (string)
- `source` (string)
- `updated` (string|null): ISO 8601 timestamp of the last data refresh.

### `get_emergency_contacts` (~76 tokens)

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.

Output parameters:

- `location` (string)
- `note` (string)
- `sections` (array)

### `get_radar` (~52 tokens)

Weather radar image

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.

## Diagnostics

Captured diagnostic sections: TLS, DNSSEC, Authorisation, Transports. The full working is on the page: https://verifymcp.io/servers/com-crosbynews-weather/crosbynews#diagnostics

## Score history

- 2026-08-03: 78
- 2026-08-02: 77
- 2026-08-01: 77
- 2026-07-31: 76
- 2026-07-30: 73
- 2026-07-29: 75
- 2026-07-28: 74
- 2026-07-27: 73
- 2026-07-26: 73

## Links

- Remote endpoint: https://crosbynews.com/mcp
- Repository: https://github.com/reloru/new-relo
- Changelog RSS feed: https://verifymcp.io/servers/com-crosbynews-weather/crosbynews/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/com-crosbynews-weather/crosbynews/changelog.json
- HTML version of this page: https://verifymcp.io/servers/com-crosbynews-weather/crosbynews
