You're viewing a demo portfolio

Join the waitlist
PRSM

met_obs

Active

Tool of mcp-noaa-tides

declared in 0.1.0

Fetch meteorological observations from a NOAA station over a date range for a specific product (wind, air_temperature, water_temperature, air_pressure, humidity, conductivity, or visibility). Returns timestamped sensor readings.

Parameters schema

{
  "type": "object",
  "examples": [
    {
      "product": "wind",
      "station": "8454000",
      "end_date": "2024-01-07",
      "begin_date": "2024-01-01"
    },
    {
      "units": "metric",
      "product": "air_temperature",
      "station": "8454000",
      "end_date": "2024-01-07",
      "time_zone": "lst",
      "begin_date": "2024-01-01"
    }
  ],
  "required": [
    "station",
    "product",
    "begin_date",
    "end_date"
  ],
  "properties": {
    "units": {
      "type": "string"
    },
    "product": {
      "type": "string",
      "description": "wind | air_temperature | water_temperature | air_pressure | humidity | conductivity | visibility"
    },
    "station": {
      "type": "string"
    },
    "end_date": {
      "type": "string"
    },
    "time_zone": {
      "type": "string"
    },
    "begin_date": {
      "type": "string"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

mcp-noaa-tides

https://github.com/pipeworx-io/mcp-noaa-tides

2/7 registries
View full server →
met_obs — mcp-noaa-tides — PRSM MCP