Skip to main content
Glama

AEMET-MCP

MIT License
2
  • Apple
  • Linux

monthly_climate_data

Retrieve monthly climate summaries for specific weather stations in Spain by providing station ID, year, and month. Returns structured JSON data for analysis and insights.

Instructions

Retrieve monthly climatological data for a specific weather station.

Args: station_id: Weather station identifier (e.g., "3195" for Madrid Retiro). year: Year (YYYY). month: Month (1-12).

Returns: A JSON with the monthly climate summary.

Input Schema

NameRequiredDescriptionDefault
monthYes
station_idYes
yearYes

Input Schema (JSON Schema)

{ "properties": { "month": { "title": "Month", "type": "integer" }, "station_id": { "title": "Station Id", "type": "string" }, "year": { "title": "Year", "type": "integer" } }, "required": [ "station_id", "year", "month" ], "title": "monthly_climate_dataArguments", "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