Skip to main content
Glama

IPMA Weather MCP Server

get_sea_forecast

Retrieve sea state forecasts for Portuguese coastal areas including wave height, period, direction, and sea temperature for up to 3 days ahead.

Instructions

Get sea state forecast for Portuguese coastal areas (Previsão Estado do Mar até 3 dias).

Args: location_name: Name of coastal location (e.g., 'Porto', 'Lisboa', 'Faro', 'Funchal', 'Leiria'). Leave empty to see all available locations. day: Forecast day (0=today, 1=tomorrow, 2=day after tomorrow). Valid range: 0-2 Returns sea state forecast including wave height, period, direction, and sea temperature.

Input Schema

NameRequiredDescriptionDefault
location_nameNo
dayNo

Input Schema (JSON Schema)

{ "properties": { "day": { "default": 0, "title": "Day", "type": "integer" }, "location_name": { "default": "", "title": "Location Name", "type": "string" } }, "type": "object" }

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/gabriel20vieira/ipma-mcp-server'

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