Skip to main content
Glama

AEMET-MCP

MIT License
2
  • Apple
  • Linux

get_beach_data_uv

Retrieve beach forecasts or UV index data from Spain's AEMET API. Query by beach name, ID, or list by province, specifying forecast days (0 to 4).

Instructions

Query information on beaches or UV index from AEMET.

Args: name_or_code: Partial or full name of the beach, or its BEACH_ID. Also accepts 'list' or 'list:<province>'. dias_frc: Number of forecast days, starting form 0, which means 0 days from today, to 4, which means 4 days from today. query_type: 'beach' for forecast, 'UV_index' for UV index, must be in english.

Returns: Requested information or list of matches.

Input Schema

NameRequiredDescriptionDefault
dias_frcYes
nombre_o_codigoYes
tipo_consultaNoplaya

Input Schema (JSON Schema)

{ "properties": { "dias_frc": { "title": "Dias Frc", "type": "integer" }, "nombre_o_codigo": { "title": "Nombre O Codigo", "type": "string" }, "tipo_consulta": { "default": "playa", "title": "Tipo Consulta", "type": "string" } }, "required": [ "nombre_o_codigo", "dias_frc" ], "title": "get_beach_data_uvArguments", "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/AnCode666/aemet-mcp'

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