io.github.cyanheads/noaa-climate-mcp-server
REMOTE · NOAA-CLIMATE.CASEYJHAND.COM · 2 COMPONENTS · SCANNED SEP 22
Search NOAA climate stations and datasets, fetch historical weather observations.
Available components
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. How we score → Why this is hard to score →
Endpoint Security66
- The endpoint's TLS certificate is valid, in date, and uses a strong key. View diagnostics → Pass
- Authorisation not fully verified: no authorisation is required to call this server, and 10 tool(s) never declared a destructiveHint. The MCP spec treats an absent hint as destructive by default, so we cannot call this surface safe. See how to fix → View diagnostics → Unverified
- HTTPS is enforced; there's no plaintext access path. View diagnostics → Pass
- The HSTS (Strict-Transport-Security) header is present. View diagnostics → Pass
- DNSSEC is configured correctly; the domain's records validate against the full chain to the root. View diagnostics → Pass
Transport & Reachability100
- Verified streamable-http transport via a live MCP handshake. View diagnostics → Pass
Schema Quality & AI Usability75
- 100% of prompts and resources have a non-trivial description (not blank, and not just the item's name).Pass
- AI-judged instruction clarity (excellent).Pass
- Context-footprint check failed: tool/resource definitions use about 5003 tokens (~454/item across 11 items; 10 tools + 1 resources), over budget; trim descriptions and params. See how to fix → Fail
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management100
- No destabilizing schema changes in the last 30 days.Pass
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
- Structured output schemas are declared (100% of tools); any adoption earns full credit.Pass
Tool Safety100
- No prompt-injection markers were found in the server instructions, tool names or descriptions we captured.Pass
- We read all 10 captured tool definition(s), and no name or description among them implies an irreversible operation.Pass
- An AI judge read all 12 captured unit(s) of tool text and found none that tries to manipulate the model reading it.Pass
Capabilities100
- Implements a current MCP spec version (2026-07-28).Pass
How do I install the io.github.cyanheads/noaa-climate-mcp-server server?
io.github.cyanheads/noaa-climate-mcp-server is a hosted endpoint at https://noaa-climate.caseyjhand.com/mcp, so there is nothing to install locally. Ready-made configuration for Claude, Cursor, VS Code, Codex and 5 more is on this page, copied from each client's own documentation.
remote · noaa-climate.caseyjhand.com
claude mcp add --transport http cyanheads-noaa-climate-mcp-server 'https://noaa-climate.caseyjhand.com/mcp'
{
"mcpServers": {
"cyanheads-noaa-climate-mcp-server": {
"url": "https://noaa-climate.caseyjhand.com/mcp"
}
}
} {
"servers": {
"cyanheads-noaa-climate-mcp-server": {
"type": "http",
"url": "https://noaa-climate.caseyjhand.com/mcp"
}
}
} [mcp_servers.cyanheads-noaa-climate-mcp-server] url = "https://noaa-climate.caseyjhand.com/mcp"
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"cyanheads-noaa-climate-mcp-server": {
"type": "remote",
"url": "https://noaa-climate.caseyjhand.com/mcp",
"enabled": true
}
}
} openclaw mcp add cyanheads-noaa-climate-mcp-server --url 'https://noaa-climate.caseyjhand.com/mcp' --transport streamable-http
mcp_servers:
cyanheads-noaa-climate-mcp-server:
url: "https://noaa-climate.caseyjhand.com/mcp" {
"McpServers": {
"cyanheads-noaa-climate-mcp-server": {
"Transport": "http",
"Url": "https://noaa-climate.caseyjhand.com/mcp"
}
}
} assistant mcp add cyanheads-noaa-climate-mcp-server -t streamable-http -u 'https://noaa-climate.caseyjhand.com/mcp'
{
"mcpServers": {
"cyanheads-noaa-climate-mcp-server": {
"type": "http",
"url": "https://noaa-climate.caseyjhand.com/mcp"
}
}
} The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.
Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 16 Sept 26 0
- Server version: 0.6.2 → 0.6.3 functional
- 9 Sept 26 +1
- Stability: 0.97 → pass security
- 7 Sept 26 −1
- Stability: pass → 0.93 functional
- 26 Aug 26 +1
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 25 Aug 26 0
- Stability: 0.97 → pass security
- MCP protocol: Implements a current MCP spec version (2026-07-28). functional
- MCP protocol version: 2025-11-25 → 2026-07-28 functional
- Server version: 0.6.1 → 0.6.2 functional
- 19 Aug 26 0
- The server rewrote its instructions, which are the text every model session reads security
- Schema quality: 4242 → 5003 ▼ functional
- Server version: 0.5.0 → 0.6.1 functional
- New tool “noaa_climate_get_billion_dollar_disasters” functional
- 18 Aug 26 0
- The server rewrote its instructions, which are the text every model session reads security
- Tool “noaa_climate_find_locations” rewrote its description, which is the text the model reads security
- Tool “noaa_climate_fetch_data” rewrote its description, which is the text the model reads security
- Tool “noaa_climate_get_station” rewrote its description, which is the text the model reads security
- Tool “noaa_climate_find_stations” rewrote its description, which is the text the model reads security
- Schema quality: 384 → 424 ▼ functional
- Schema quality: 3076 → 3607 ▼ functional
- Server version: 0.4.0 → 0.5.0 functional
- Server version: 0.3.0 → 0.4.0 functional
- Server version: 0.2.0 → 0.3.0 functional
- New tool “noaa_climate_search_storm_events” functional
- New tool “noaa_climate_list_location_categories” functional
- “noaa_climate_find_locations” added an optional parameter “nameContains” cosmetic
- “noaa_climate_fetch_data” reworded the description of “stationId” cosmetic
- “noaa_climate_fetch_data” reworded the description of “endDate” cosmetic
- “noaa_climate_fetch_data” reworded the description of “datasetId” cosmetic
- “noaa_climate_list_datasets” reworded the description of “stationId” cosmetic
- “noaa_climate_get_station” reworded the description of “stationId” cosmetic
- “noaa_climate_find_stations” reworded the description of “locationId” cosmetic
- “noaa_climate_find_locations” reworded the description of “locationCategoryId” cosmetic
- 11 Aug 26 0
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 22 Sept 2026 · Probed https://noaa-climate.caseyjhand.com/mcp
TLS valid
Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .
| Subject | Issuer | Valid from | Valid until | Key | Signature | Serial |
|---|---|---|---|---|---|---|
| CN=caseyjhand.com | CN=WE1,O=Google Trust Services,C=US | 4 Sept 2026 | 3 Dec 2026 | ECDSA 256 | ECDSA-SHA256 | a6985204ed51ae050e7738aa6be668e9 |
| SANs: caseyjhand.com, *.caseyjhand.com | ||||||
| CN=WE1,O=Google Trust Services,C=US (CA) | CN=GTS Root R4,O=Google Trust Services LLC,C=US | 13 Dec 2023 | 20 Feb 2029 | ECDSA 256 | ECDSA-SHA384 | 7ff31977972c224a76155d13b6d685e3 |
| CN=GTS Root R4,O=Google Trust Services LLC,C=US (CA) | CN=GlobalSign Root CA,OU=Root CA,O=GlobalSign nv-sa,C=BE | 15 Nov 2023 | 28 Jan 2028 | ECDSA 384 | SHA256-RSA | 7fe530bf331343bedd821610493d8a1b |
Background: What to check on a remote MCP endpoint →
DNSSEC secure
Validation of noaa-climate.caseyjhand.com. — Secure
| Zone | DS | Keys | Algorithms | Outcome |
|---|---|---|---|---|
| . | trust_anchor | 20326, 38696 | 8, 8 | Verified |
| com. | present | 19718 | 13 | Verified |
| caseyjhand.com. | present | 2371 | 13 | Verified |
| noaa-climate.caseyjhand.com. | Verified address RRset verified with the apex keys |
Authentication No authorisation required
The endpoint answered without asking for a token. Anyone who knows the URL can reach it.
| Result | No authorisation required |
|---|---|
| HTTP status | 200 |
| Header | Value |
|---|---|
| strict-transport-security | max-age=63072000; includeSubDomains; preload |
| x-content-type-options | nosniff |
Background: How OAuth 2.1 works in the 2026 MCP spec →
Transports 2 probes
| Transport | URL | Outcome | Status | Location |
|---|---|---|---|---|
| streamable-http | https://noaa-climate.caseyjhand.com/mcp | Verified | 200 | |
| http (plaintext) | http://noaa-climate.caseyjhand.com/mcp | HTTPS enforced | 301 | https://noaa-climate.caseyjhand.com/mcp |
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability. A tool's description is untrusted text the model reads on every call, which is what makes this list a security surface and not just an inventory: how tool poisoning works →
noaa_climate_fetch_data Fetch NOAA Climate Observation Data ~924
Fetch historical observation records from a NOAA CDO dataset for a given date range. Requires datasetId (e.g., GHCND for daily, GSOM for monthly), startDate, and endDate. Optionally scope to specific stations, locations, and data types. Date range limits per request: sub-daily, daily, and radar datasets (GHCND, PRECIP_15, PRECIP_HLY, NORMAL_DLY, NORMAL_HLY, NEXRAD2, NEXRAD3) are limited to 1 year; monthly and annual datasets (GSOM, GSOY, NORMAL_MLY, NORMAL_ANN) are limited to 10 years. A full calendar year always fits, leap years included — the limit runs to the end of the calendar month 1 (or 10) years after startDate. For climate normals (NORMAL_*), use startDate=2010-01-01 and endDate=2010-12-31 — that is the API proxy year regardless of which 30-year period is being described. Returns flat tuples of { date, datatype, station, value, attributes }. Strongly recommended: pass units=metric or units=standard — without it, GHCND values are raw tenths-of-unit integers (TMAX=256 = 25.6°C, PRCP=12 = 1.2mm). GSOM/GSOY are already scaled.
| Name | Type | Req | Description |
|---|---|---|---|
| datasetId | string | yes | Dataset ID to query (e.g., GHCND for daily data, GSOM for monthly, GSOY for annual, NORMAL_DLY/MLY/ANN/HLY for 1981–2010 climate normals, NEXRAD2/NEXRAD3 for weather radar). Determines date range lim… |
| datatypeId | array | – | One or more data type IDs to include (e.g., ["TMAX", "TMIN", "PRCP"]). Without this, all data types for the dataset are returned. Use noaa_climate_list_data_types to discover valid IDs. Optional. |
| endDate | string | yes | End date for observations (YYYY-MM-DD). Must be within 1 year of startDate for sub-daily/daily/radar datasets (GHCND, PRECIP_15, PRECIP_HLY, NORMAL_DLY, NORMAL_HLY, NEXRAD2, NEXRAD3) or within 10 yea… |
| includemetadata | boolean | – | Include pagination metadata in the response. Defaults to true. |
| limit | integer | – | Maximum number of records to return (1–1000). Defaults to 25. |
| locationId | array | – | One or more location IDs to filter by (e.g., ["FIPS:37", "ZIP:98101"]). Broader than stationId — returns data from all stations within the location. Optional. |
| offset | integer | – | Zero-based index of the first record to return for pagination. Defaults to 0. |
| sortField | string | – | Sort results by this field. Optional. |
| sortOrder | string | – | Sort direction. Optional; defaults to asc. |
| startDate | string | yes | Start date for observations (YYYY-MM-DD). For NORMAL_* datasets use 2010-01-01 regardless of the years being analyzed — 2010 is the API proxy year for all normals. |
| stationId | array | – | One or more station IDs to filter by (e.g., ["GHCND:USW00024233"]). Obtain from noaa_climate_find_stations. Multiple IDs return comparative readings across stations. Optional. |
| units | string | – | Unit system for returned values. Without this parameter, GHCND returns raw tenths-of-unit integers (TMAX=256 = 25.6°C). Strongly recommended: pass metric (SI units) or standard (Fahrenheit/inches). O… |
| Name | Type | Req | Description |
|---|---|---|---|
| effectiveQuery | string | – | Summary of the effective query: dataset, date range, units, and any station/location/datatype filters applied. |
| error | object | – | Present when the call failed. Absent on success. |
| exhausted | boolean | – | True when the requested offset is past the end of a non-empty result set — the page is empty but matches exist. Omitted otherwise. |
| metadata | object | – | Pagination metadata. Present when includemetadata=true. |
| notice | string | – | Guidance when no records were returned — echoes query parameters and suggests how to broaden. |
| results | array | – | Flat array of observation records sorted by date by default. |
| totalCount | number | – | Total number of matching observation records before the page limit. |
No examples provided.
noaa_climate_find_locations Find NOAA Climate Locations ~658
Search for geographic locations by category (CITY, ST, CNTY, CNTRY, ZIP, CLIM_REG, etc.). Returns location IDs used in station search and data queries. Without locationCategoryId, returns all location types; noaa_climate_list_location_categories lists the valid values. Use locationCategoryId=ST to list US states (51 entries — small enough to retrieve completely). To find a location by name, pass nameContains alongside locationCategoryId — the CDO API has no name parameter, so this server enumerates the category and matches the substring itself. It works for any category under the size limit stated on nameContains, which is every category except ZIP; a datasetId or datacategoryId filter can bring a category back under that limit. For a category still too large, sort alphabetically with sortField=name and page through results. Location IDs: states as FIPS:37 (NC), cities as CITY:US530018 (Seattle), zip codes as ZIP:98101, countries as FIPS:US. Obtain location IDs here, then pass them to noaa_climate_find_stations or noaa_climate_fetch_data.
| Name | Type | Req | Description |
|---|---|---|---|
| datacategoryId | string | – | Filter to locations with this data category (e.g., "TEMP"). Optional. |
| datasetId | string | – | Filter to locations covered by this dataset (e.g., "GHCND"). Optional. |
| endDate | string | – | Filter to locations with data on or before this ISO date (YYYY-MM-DD). Optional. |
| limit | integer | – | Maximum number of results to return (1–1000). Defaults to 25. |
| locationCategoryId | string | – | Category filter. Use ST for states (51 entries), CNTY for counties, CITY for cities (large set — thousands of entries), CNTRY for countries, ZIP for zip codes, US_TERR for US territories, CLIM_REG fo… |
| nameContains | string | – | Case-insensitive substring match on the location name. The CDO API has no name parameter, so this server applies the match itself, across the whole category rather than one page — which bounds it to… |
| offset | integer | – | Zero-based index of the first result to return for pagination. Defaults to 0. |
| sortField | string | – | Sort results by this field. Use name with sortOrder=asc to browse alphabetically when searching for a specific city or location name. Optional. |
| sortOrder | string | – | Sort direction. Optional; defaults to asc. |
| startDate | string | – | Filter to locations with data on or after this ISO date (YYYY-MM-DD). Optional. |
| Name | Type | Req | Description |
|---|---|---|---|
| appliedNameFilter | string | – | The nameContains value this response was filtered by. Present only when nameContains was supplied; every count below then describes the filtered set, not the whole category. |
| error | object | – | Present when the call failed. Absent on success. |
| exhausted | boolean | – | True when the requested offset is past the end of a non-empty result set — the page is empty but matches exist. Omitted otherwise. |
| metadata | object | – | Pagination metadata. Present when the API returns it. |
| notice | string | – | Guidance when no locations matched — echoes applied filters and suggests how to broaden. |
| results | array | – | Matching locations. |
| totalCount | number | – | Total number of matching locations before the page limit. |
No examples provided.
noaa_climate_find_stations Find NOAA Climate Stations ~459
Search for weather observation stations by location, bounding box, dataset, and data type. Returns station IDs, names, coordinates, elevation, and data coverage dates. Filter by locationId (e.g., "FIPS:37" for all NC stations), extent (lat/lon bounding box), datasetId, datatypeId, and date range. Station IDs returned here are used as stationId in noaa_climate_fetch_data. A station must have data for the dataset and date range you want — filter by datasetId and startDate/endDate to ensure compatibility. Common station ID formats: GHCND:USW00024233, COOP:010008.
| Name | Type | Req | Description |
|---|---|---|---|
| datacategoryId | string | – | Filter to stations with data in this category (e.g., "TEMP"). Optional. |
| datasetId | string | – | Filter to stations that have data in this dataset (e.g., "GHCND" for daily observations). Optional. |
| datatypeId | array | – | Filter to stations that record these data types (e.g., ["TMAX", "TMIN", "PRCP"]). Optional. |
| endDate | string | – | Filter to stations with data on or before this ISO date (YYYY-MM-DD). Optional. |
| extent | string | – | Bounding box filter as "minLat,minLon,maxLat,maxLon" (e.g., "47.5,-122.4,47.7,-122.1" for central Seattle). Optional. |
| limit | integer | – | Maximum number of results to return (1–1000). Defaults to 25. |
| locationId | string | – | Filter to stations within this location ID (e.g., "FIPS:37" for NC, "CITY:US530018" for Seattle). Obtain from noaa_climate_find_locations. Optional. |
| offset | integer | – | Zero-based index of the first result to return for pagination. Defaults to 0. |
| sortField | string | – | Sort results by this field. Optional. |
| sortOrder | string | – | Sort direction. Optional; defaults to asc. |
| startDate | string | – | Filter to stations with data on or after this ISO date (YYYY-MM-DD). Optional. |
| Name | Type | Req | Description |
|---|---|---|---|
| error | object | – | Present when the call failed. Absent on success. |
| exhausted | boolean | – | True when the requested offset is past the end of a non-empty result set — the page is empty but matches exist. Omitted otherwise. |
| metadata | object | – | Pagination metadata. Present when the API returns it. |
| notice | string | – | Guidance when no stations matched — echoes applied filters and suggests how to broaden. |
| results | array | – | Matching stations. |
| totalCount | number | – | Total number of matching stations before the page limit. |
No examples provided.
noaa_climate_get_billion_dollar_disasters Get NOAA Billion-Dollar Disasters ~707
Query NOAA/NCEI’s Billion-Dollar Weather and Climate Disasters — the curated record of US disasters whose damage passed $1 billion, with CPI-adjusted and unadjusted costs, deaths, and one of seven classes (Drought, Flooding, Freeze, Severe Storm, Tropical Cyclone, Wildfire, Winter Storm). Every cost returned is in WHOLE US DOLLARS: NCEI declares a different unit in each export — millions for the per-event file, billions for the national per-year file — and this server converts from whichever unit the file declares, echoing it back as declaredCostUnit. Default calls return individual disasters; summary=true returns per-year counts and costs by class plus an "All Disasters" total. Filter with startYear/endYear (a disaster overlapping either end is included), disasterType (exactly as NCEI writes it, e.g. "Tropical Cyclone"), minCostInUsd, and state (a two-letter US postal code). Coverage runs from 1980 to the last year NCEI has finished assessing — currently 2024, not the current calendar year — and coveredYears reports what the export holds. Under a state scope, per-event rows are national disasters that reached that state and carry the NATIONAL cost, never a state share, so summing states double-counts; per-year rows carry a binned cost range instead of a point estimate. This is a different NOAA corpus from the CDO tools and from noaa_climate_search_storm_events: no token, and the curated set of major disasters rather than every severe-weather event.
| Name | Type | Req | Description |
|---|---|---|---|
| disasterType | string | – | Restrict to one NCEI disaster class, written exactly as NCEI writes it. In summary mode this also drops the "All Disasters" total from each year, leaving only the named class. Optional. |
| endYear | integer | – | Latest year to include (1980 or later). NCEI publishes a year only once its assessment settles, so a year past coveredYears.last returns nothing rather than an error. Optional. |
| limit | integer | – | Maximum number of disasters or years to return (1–100). Defaults to 50. |
| minCostInUsd | number | – | Floor on CPI-adjusted cost in whole US dollars — 1e9 is one billion. In summary mode this is compared against the year’s "All Disasters" total, or against the named disasterType when one is given; wh… |
| offset | integer | – | Zero-based index of the first matching record to return. Defaults to 0. |
| startYear | integer | – | Earliest year to include (1980 or later). A disaster whose span reaches into the range is included even when it began earlier. Optional — omit for the whole record. |
| state | string | – | Two-letter US postal code (e.g. "CA", "TX", "PR") scoping the query to NCEI’s per-state export instead of the national one. Per-event rows then carry the national cost of each disaster that reached t… |
| summary | boolean | – | Return per-year counts and costs by disaster class instead of individual disasters. Defaults to false. |
| Name | Type | Req | Description |
|---|---|---|---|
| cap | number | – | The limit that was applied. Omitted otherwise. |
| costBasis | string | – | Present when a state scope is queried in events mode: every cost below is the NATIONAL cost of a disaster that reached the state, not that state’s share of it, so adding states together double-counts… |
| coveredYears | object | – | The year span the export actually holds, read from its rows. |
| declaredCostUnit | string | – | The cost unit this export declares in its own preamble, e.g. "millions of dollars". Every cost below is already in whole US dollars; this names the unit it was converted from. |
| disasters | array | – | Individual disasters for the requested page. Present when mode is "events". |
| error | object | – | Present when the call failed. Absent on success. |
| exhausted | boolean | – | True when offset is past the end of a non-empty match set — the page is empty but matches exist. Omitted otherwise. |
| mode | string | – | Which shape this response carries: "events" populates disasters, "summary" populates summaries. |
| notice | string | – | Guidance when nothing matched or the page ran past the end. Omitted otherwise. |
| scope | string | – | "US" for the national record, or the two-letter state code that was requested. |
| shown | number | – | Records returned on this page. Omitted otherwise. |
| sourceFile | string | – | The exact NCEI export this response was read from, e.g. "events-US.csv". |
| summaries | array | – | Per-year tallies for the requested page. Present when mode is "summary". |
| totalCount | number | – | Records matching every filter across the whole export, before offset and limit. |
| truncated | boolean | – | True when more matches exist beyond this page. Omitted otherwise. |
No examples provided.
noaa_climate_get_station Get NOAA Climate Station ~136
Fetch full metadata for a single weather station by its ID (e.g., "GHCND:USW00024233", "COOP:010008"). Returns name, coordinates, elevation, and the full date range for which data is available. Use when you have a station ID from noaa_climate_find_stations and want its complete details, or to verify a station before querying data.
| Name | Type | Req | Description |
|---|---|---|---|
| stationId | string | yes | Station ID to fetch (e.g., "GHCND:USW00024233", "COOP:010008"). Obtain from noaa_climate_find_stations. |
| Name | Type | Req | Description |
|---|---|---|---|
| datacoverage | number | – | Fractional data coverage (0–1). Omitted when not provided by the API. |
| elevation | number | – | Station elevation. Unit depends on elevationUnit. Omitted when not provided. |
| elevationUnit | string | – | Unit for elevation (e.g., "Meters"). Omitted when not provided. |
| error | object | – | Present when the call failed. Absent on success. |
| id | string | – | Station ID. |
| latitude | number | – | Station latitude in decimal degrees. Omitted when not provided by the API. |
| longitude | number | – | Station longitude in decimal degrees. Omitted when not provided by the API. |
| maxdate | string | – | Latest date data is available at this station (YYYY-MM-DD). Omitted when not provided. |
| mindate | string | – | Earliest date data is available at this station (YYYY-MM-DD). Omitted when not provided. |
| name | string | – | Station name. |
No examples provided.
noaa_climate_list_data_categories List NOAA Climate Data Categories ~276
List data categories that group related data types — Temperature, Precipitation, Wind, Pressure, Sunshine, Sky cover, Weather Type, and more. Use to discover what types of measurements are available before calling noaa_climate_list_data_types. Optionally filter by dataset, location, station, or date range. There are 42 categories in total.
| Name | Type | Req | Description |
|---|---|---|---|
| datasetId | string | – | Filter to categories available in this dataset (e.g., "GHCND", "GSOM"). Optional. |
| endDate | string | – | Filter to categories with data on or before this ISO date (YYYY-MM-DD). Optional. |
| limit | integer | – | Maximum number of results to return (1–1000). Defaults to 25. |
| locationId | string | – | Filter to categories available at this location ID. Optional. |
| offset | integer | – | Zero-based index of the first result to return for pagination. Defaults to 0. |
| sortField | string | – | Sort results by this field. Optional. |
| sortOrder | string | – | Sort direction. Optional; defaults to asc. |
| startDate | string | – | Filter to categories with data on or after this ISO date (YYYY-MM-DD). Optional. |
| stationId | string | – | Filter to categories available at this station ID. Optional. |
| Name | Type | Req | Description |
|---|---|---|---|
| error | object | – | Present when the call failed. Absent on success. |
| exhausted | boolean | – | True when the requested offset is past the end of a non-empty result set — the page is empty but matches exist. Omitted otherwise. |
| metadata | object | – | Pagination metadata. Present when the API returns it. |
| notice | string | – | Guidance when no data categories matched — echoes applied filters and suggests how to broaden. |
| results | array | – | Matching data categories. |
| totalCount | number | – | Total number of matching data categories before the page limit. |
No examples provided.
noaa_climate_list_data_types List NOAA Climate Data Types ~376
List available data types (measurement labels like TMAX, TMIN, PRCP, SNOW) for a given dataset or category. Pass a datasetId to see what is measured in that dataset, or a datacategoryId (e.g., "TEMP") to see all temperature-related types. Hundreds of types exist across all datasets. Use this before calling noaa_climate_fetch_data when the data type IDs are unknown. Common GHCND types: TMAX (max temperature), TMIN (min temperature), PRCP (precipitation), SNOW (snowfall), SNWD (snow depth), AWND (average wind speed).
| Name | Type | Req | Description |
|---|---|---|---|
| datacategoryId | string | – | Filter to data types in this category (e.g., "TEMP" for temperature types, "PRCP" for precipitation). Optional. |
| datasetId | string | – | Filter to data types available in this dataset (e.g., "GHCND", "GSOM"). Optional. |
| endDate | string | – | Filter to data types with data on or before this ISO date (YYYY-MM-DD). Optional. |
| limit | integer | – | Maximum number of results to return (1–1000). Defaults to 25. |
| locationId | string | – | Filter to data types available at this location ID. Optional. |
| offset | integer | – | Zero-based index of the first result to return for pagination. Defaults to 0. |
| sortField | string | – | Sort results by this field. Optional. |
| sortOrder | string | – | Sort direction. Optional; defaults to asc. |
| startDate | string | – | Filter to data types with data on or after this ISO date (YYYY-MM-DD). Optional. |
| stationId | string | – | Filter to data types available at this station ID. Optional. |
| Name | Type | Req | Description |
|---|---|---|---|
| error | object | – | Present when the call failed. Absent on success. |
| exhausted | boolean | – | True when the requested offset is past the end of a non-empty result set — the page is empty but matches exist. Omitted otherwise. |
| metadata | object | – | Pagination metadata. Present when the API returns it. |
| notice | string | – | Guidance when no data types matched — echoes applied filters and suggests how to broaden. |
| results | array | – | Matching data types. |
| totalCount | number | – | Total number of matching data types before the page limit. |
No examples provided.
noaa_climate_list_datasets List NOAA Climate Datasets ~345
List available NOAA CDO datasets with their IDs, names, and temporal coverage. Returns all ~11 datasets by default (no required parameters). Optionally filter to datasets that contain a specific data type, cover a location or station, or overlap a date range. Common datasets: GHCND (daily observations, 1763–present), GSOM (monthly summaries), GSOY (annual summaries), NORMAL_DLY/MLY/ANN/HLY (1981–2010 climate normals). Use this first to discover available datasets before calling noaa_climate_fetch_data.
| Name | Type | Req | Description |
|---|---|---|---|
| datatypeId | array | – | Filter to datasets containing these data type IDs (e.g., ["TMAX", "PRCP"]). Optional. |
| endDate | string | – | Filter to datasets with data on or before this ISO date (YYYY-MM-DD). Optional. |
| limit | integer | – | Maximum number of results to return (1–1000). Defaults to 25. |
| locationId | string | – | Filter to datasets covering this location ID (e.g., "FIPS:37" for NC). Optional. |
| offset | integer | – | Zero-based index of the first result to return for pagination. Defaults to 0. |
| sortField | string | – | Sort results by this field. Optional. |
| sortOrder | string | – | Sort direction. Optional; defaults to asc. |
| startDate | string | – | Filter to datasets with data on or after this ISO date (YYYY-MM-DD). Optional. |
| stationId | string | – | Filter to datasets covering this station ID (e.g., "GHCND:USW00024233"). Optional. |
| Name | Type | Req | Description |
|---|---|---|---|
| error | object | – | Present when the call failed. Absent on success. |
| exhausted | boolean | – | True when the requested offset is past the end of a non-empty result set — the page is empty but matches exist. Omitted otherwise. |
| metadata | object | – | Pagination metadata. Present when the API returns it. |
| notice | string | – | Guidance when no datasets matched — echoes applied filters and suggests how to broaden. |
| results | array | – | Matching datasets. |
| totalCount | number | – | Total number of matching datasets before the page limit. |
No examples provided.
noaa_climate_list_location_categories List NOAA Climate Location Categories ~208
List the location categories that scope noaa_climate_find_locations — CITY, CLIM_DIV, CLIM_REG, CNTRY, CNTY, HYD_ACC, HYD_CAT, HYD_REG, HYD_SUB, ST, US_TERR, and ZIP. Call this first when you do not know which locationCategoryId to pass, including the hydrological categories needed to reach a basin or region. There are 12 categories in total. This endpoint takes pagination and sort only — NOAA CDO ignores dataset, location, station, and date filters here, so none are offered.
| Name | Type | Req | Description |
|---|---|---|---|
| limit | integer | – | Maximum number of results to return (1–1000). Defaults to 25. |
| offset | integer | – | Zero-based index of the first result to return for pagination. Defaults to 0. |
| sortField | string | – | Sort results by this field. Optional. |
| sortOrder | string | – | Sort direction. Optional; defaults to asc. |
| Name | Type | Req | Description |
|---|---|---|---|
| error | object | – | Present when the call failed. Absent on success. |
| exhausted | boolean | – | True when the requested offset is past the end of a non-empty result set — the page is empty but matches exist. Omitted otherwise. |
| metadata | object | – | Pagination metadata. Present when the API returns it. |
| notice | string | – | Guidance when no location categories were returned. Omitted otherwise. |
| results | array | – | Matching location categories. |
| totalCount | number | – | Total number of location categories before the page limit. |
No examples provided.
noaa_climate_search_storm_events Search NOAA Storm Events ~588
Search the NCEI Storm Events Database for one calendar year — tornadoes, hail, floods, hurricanes, winter storms, heat, and every other NWS Storm Data event type, with magnitude, direct and indirect deaths and injuries, property and crop damage, and the episode and event narratives. This is a different NOAA corpus from the CDO tools on this server: it carries discrete severe-weather events rather than station observations, needs no token, and is published as one bulk file per year, so year is required. Filter with state (the full upper-case name NCEI writes, e.g. "FLORIDA" — not the postal code "FL"), eventType (the exact NWS label, e.g. "Tornado", "Hail", "Flash Flood", "Hurricane (Typhoon)", matched case-insensitively), month, and minDamageInUsd. Damage arrives from NCEI as a magnitude-suffixed string ("75.00K", "1.20M", "1.00B") and is returned as both the raw cell and a parsed dollar amount; an unreported figure is omitted entirely rather than reported as zero, and minDamageInUsd therefore excludes those rows and says how many it dropped. Results come back in the source file's own row order, paged with limit and offset, and totalCount is the true match count for the whole year.
| Name | Type | Req | Description |
|---|---|---|---|
| eventType | string | – | Filter to this NWS event type, matched case-insensitively against the exact label (e.g. "Tornado", "Hail", "Flash Flood", "Hurricane (Typhoon)"). A miss returns the labels present in that year. Optio… |
| limit | integer | – | Maximum number of events to return (1–100). Defaults to 50. |
| minDamageInUsd | number | – | Filter to events whose property damage parses to at least this many dollars. Excludes every row whose damage NCEI did not report — about a fifth of a recent year — since an unreported figure cannot b… |
| month | integer | – | Filter to events whose begin date falls in this month (1–12). Optional. |
| offset | integer | – | Zero-based index of the first matching event to return. Defaults to 0. |
| state | string | – | Filter to this state or territory, written as the full name NCEI uses (e.g. "FLORIDA", "PUERTO RICO"), matched case-insensitively. Postal codes like "FL" match nothing. Optional. |
| year | integer | yes | Calendar year to search (1950 through the current partial year). Required — NCEI publishes one file per year, so an unscoped search would download every year back to 1950. |
| Name | Type | Req | Description |
|---|---|---|---|
| cap | number | – | The limit that was applied. Omitted otherwise. |
| error | object | – | Present when the call failed. Absent on success. |
| events | array | – | Matching events for the requested page, in the source file’s own row order. |
| excludedUnknownDamage | number | – | Rows that satisfied every other filter but were dropped by minDamageInUsd because NCEI reported no property-damage figure for them. Omitted when minDamageInUsd was not supplied. |
| exhausted | boolean | – | True when offset is past the end of a non-empty match set — the page is empty but matches exist. Omitted otherwise. |
| notice | string | – | Guidance when nothing matched or the page ran past the end. Omitted otherwise. |
| scannedRowCount | number | – | Rows read from the source file, matched or not. Omitted when unavailable. |
| shown | number | – | Events returned on this page. Omitted otherwise. |
| sourceFile | string | – | The exact NCEI file this page was read from, including its `_c<publishDate>` suffix — the suffix changes whenever NCEI republishes a year. |
| totalCount | number | – | Events matching every filter across the whole year, before offset and limit. |
| truncated | boolean | – | True when more matches exist beyond this page. Omitted otherwise. |
| year | number | – | The calendar year searched. |
No examples provided.
What is the io.github.cyanheads/noaa-climate-mcp-server server?
io.github.cyanheads/noaa-climate-mcp-server is listed in the public MCP registry as io.github.cyanheads/noaa-climate-mcp-server. Search NOAA climate stations and datasets, fetch historical weather observations. This page covers its hosted endpoint (https://noaa-climate.caseyjhand.com/mcp).
Is the io.github.cyanheads/noaa-climate-mcp-server server safe to use?
io.github.cyanheads/noaa-climate-mcp-server scores 82 out of 100 on VerifyMCP. That is a record of what we were able to check automatically, not an endorsement. The category breakdown on this page shows every signal behind the number, including the ones we could not confirm.
What tools does the io.github.cyanheads/noaa-climate-mcp-server server expose?
io.github.cyanheads/noaa-climate-mcp-server exposes 10 tools: noaa_climate_list_datasets, noaa_climate_list_data_categories, noaa_climate_list_data_types, noaa_climate_list_location_categories, noaa_climate_find_locations, and 5 more. Their descriptions and schemas cost roughly 4,677 tokens of context every time the server is loaded.
Does the io.github.cyanheads/noaa-climate-mcp-server server require authentication?
No. We connected to io.github.cyanheads/noaa-climate-mcp-server without credentials and it answered, so anything it exposes is reachable by anyone who knows the address.
Is the io.github.cyanheads/noaa-climate-mcp-server server still maintained?
io.github.cyanheads/noaa-climate-mcp-server is still listed as active in the MCP registry. We last reached this channel on 22 September 2026. Those dates come from our own scans of the registry and the channel itself, not from anything the publisher announced.