Loading connector details…
Loading connector details…
Choose a unique username to continue using AgentHotspot
by mansurjisan • Uncategorized
A monorepo of independently installable MCP servers providing real-time ocean and coastal data workflows.
Real-time access to NOAA oceanographic and meteorological data without API keys.
Integrate multiple marine data sources like tides, storm tracks, and ocean forecasts into workflows.
A standardized MCP server framework with asynchronous and validated data access.
OceanMCP offers a collection of self-contained MCP servers that provide access to various NOAA and related oceanographic and meteorological datasets, including tides, storm tracks, ocean forecasts, and wave observations. Each server can be installed independently via PyPI or from source, requiring no API keys and using free public data. The servers support asynchronous HTTP clients, parameter validation, and provide dual markdown/JSON output formats, making them suitable for integration with AI assistants and other automated workflows.
Retrieve current (water flow) observations or predictions from a CO-OPS currents station. Note: Currents stations use alphanumeric IDs (e.g., 'cb1401'), not the 7-digit numeric IDs used for water level stations. Args: station_id: CO-OPS currents station ID (e.g., 'cb1401'). product: Data type — 'currents' for observations, 'currents_predictions' for predictions. begin_date: Start date (YYYY-MM-DD or YYYYMMDD). end_date: End date (YYYY-MM-DD or YYYYMMDD). date: Date shorthand — 'today', 'latest', or 'recent' (alternative to begin/end). units: Unit system — 'metric' or 'english' (default: metric). time_zone: Time zone — 'gmt', 'lst', or 'lst_ldt' (default: gmt). bin_num: Depth bin number for multi-bin stations (optional). response_format: Output format — 'markdown' (default) or 'json'.
Get extreme (record) water levels ever recorded at a CO-OPS station. Returns the highest and lowest water levels on record with dates and values. Args: station_id: CO-OPS station ID (e.g., '8518750' for The Battery, NY). datum: Vertical datum reference (default: MHHW). units: Unit system — 'metric' or 'english' (default: metric).
Get annual flood day counts and high tide flooding outlook for a CO-OPS station. Combines data from the annual flood count and high tide flooding outlook endpoints. Args: station_id: CO-OPS station ID (e.g., '8518750' for The Battery, NY). year: Optional specific year to query. datum: Vertical datum reference (default: MHHW). units: Unit system — 'metric' or 'english' (default: metric).
Get sea level trend data for a CO-OPS station. Returns the long-term linear sea level trend with confidence intervals. Args: station_id: CO-OPS station ID (e.g., '8518750' for The Battery, NY).
Get peak water level events (storm surges) recorded at a CO-OPS station. Args: station_id: CO-OPS station ID (e.g., '8518750' for The Battery, NY). datum: Vertical datum reference (default: MHHW). units: Unit system — 'metric' or 'english' (default: metric). year: Optional specific year to query.
Scores are informational only and provided “as is” without warranty. AgentHotspot assumes no liability for actions taken based on these ratings.