← crosbynews.com

INDIVIDUAL MCP TOOL

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

crosbynews.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://crosbynews.com/mcp

No auth detected

Connect to this endpoint to inspect the live schema for get_river_levels and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent server

crosbynews.com

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.crosbynews-weather]
url = "https://crosbynews.com/mcp"
enabled = true
Claude Code

.mcp.json

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

Settings → Connectors → Add custom connector

Name: crosbynews-weather
Remote MCP URL: https://crosbynews.com/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "crosbynews-weather": {
      "url": "https://crosbynews.com/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "crosbynews-weather": {
      "type": "http",
      "url": "https://crosbynews.com/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "crosbynews-weather",
  "transport": "streamable-http",
  "url": "https://crosbynews.com/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • 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.
  • get_forecast — Forecast for Crosby, TX from the U.S.
  • get_alerts — Active NWS weather alerts for Crosby, TX.
  • get_tropical_outlook — Active Atlantic tropical cyclones from the NOAA National Hurricane Center, AND the areas it is watching for development that do not have names yet, with their formation chances.
  • 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.
  • get_burn_ban — Current outdoor-burning ban status for Harris County, TX (which includes Crosby) from the Texas A&M Forest Service.
  • get_air_quality — Current U.S.
  • get_crosby_news — Recent local news headlines for Crosby, TX and nearby northeast Harris County communities, aggregated from public sources and filtered for relevance.