noaa-tidesandcurrents-mcp
by RyanCardin15
Verified
Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
PORT | No | Server port configuration | 3000 |
TRANSPORT_TYPE | No | Transport type (stdio or sse) | stdio |
APPLICATION_NAME | No | NOAA API application name for identification (recommended) |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_water_levels | Get water level data for a station |
get_tide_predictions | Get tide prediction data |
get_currents | Get currents data for a station |
get_current_predictions | Get current predictions |
get_meteorological_data | Get meteorological data |
get_stations | Get list of stations |
get_station_details | Get detailed information about a station |