Skip to main content
Glama

AEMET-MCP

MIT License
2
  • Apple
  • Linux

solve_beach_code

Search and retrieve beach data by name, province, or municipality using AEMET-MCP server to access Spain's State Meteorological Agency API.

Instructions

Search beaches by name, province, or municipality.

Args: nombre: Search string (accent-insensitive) tipo: One of 'playa', 'provincia', or 'municipio'

Input Schema

NameRequiredDescriptionDefault
nombreYes
tipoNoplaya

Input Schema (JSON Schema)

{ "properties": { "nombre": { "title": "Nombre", "type": "string" }, "tipo": { "default": "playa", "enum": [ "playa", "provincia", "municipio" ], "title": "Tipo", "type": "string" } }, "required": [ "nombre" ], "title": "solve_beach_codeArguments", "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