Data Collection
crosbynews.com
Provides current weather conditions, forecasts, and alerts for a specific location.
ENDPOINT 1
https://crosbynews.com/mcp
MCP server metadata
- Name
- crosbynews-weather
- Version
- 1.7.0
Live Crosby, Texas data: weather from the U.S. National Weather Service, a measured air-quality index (EPA/AirNow), the daily pollen and mold count, the Atlantic tropical outlook, river/bayou flood levels, USGS water conditions for nearby fishing waters, road incidents and lane closures, a radar image, local news headlines, the Crosby ISD school calendar, and an emergency-contacts directory.
Known tools 14
get_current_conditionsCurrent 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.
Inferred read-onlyget_tropical_outlookActive 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.
Inferred read-onlyget_pollenThe 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.
Inferred read-onlyget_burn_banCurrent outdoor-burning ban status for Harris County, TX (which includes Crosby) from the Texas A&M Forest Service.
Inferred read-onlyget_crosby_newsRecent local news headlines for Crosby, TX and nearby northeast Harris County communities, aggregated from public sources and filtered for relevance.
Inferred read-onlyget_school_eventsUpcoming Crosby ISD school-calendar events: first/last day of school, holidays, no-school and early-release days, testing windows, and campus activities.
Inferred read-onlyget_river_levelsCurrent 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).
Inferred read-onlyget_fishingLive 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.
Inferred read-onlyget_trafficLive 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.
Inferred read-onlyget_emergency_contactsEmergency 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.
Inferred read-onlyget_radarLatest NWS KHGX (Houston/Galveston) radar still image covering Crosby, TX, returned inline as a GIF.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for crosbynews.com was fetched 2026-08-01T02:08:16.719Z and is being refreshed.
crosbynews.com is assessed as Trusted: Domain has an established technology history spanning over a year.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.