Skip to main content
Glama

Surf MCP Server

by ravinahp

get_tides

Retrieve tide data for any location by entering latitude, longitude, and date. Returns high/low tides and station details with automatic UTC time zone handling for accurate planning.

Instructions

Get tide information for a specific location and date.

Args: latitude: Float value representing the location's latitude longitude: Float value representing the location's longitude date: Date string in YYYY-MM-DD format Returns: Formatted string containing tide information and station details

Input Schema

NameRequiredDescriptionDefault
dateYes
latitudeYes
longitudeYes

Input Schema (JSON Schema)

{ "properties": { "date": { "title": "Date", "type": "string" }, "latitude": { "title": "Latitude", "type": "number" }, "longitude": { "title": "Longitude", "type": "number" } }, "required": [ "latitude", "longitude", "date" ], "title": "get_tidesArguments", "type": "object" }

You must be authenticated.

Other Tools from Surf MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ravinahp/surf-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server