# IPMA Weather Data Server

Provide real-time and forecast meteorological data for cities across Portugal using natural language queries. Access weather forecasts, seismic data, UV index, and active weather warnings seamlessly.…

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add DiogoAzevedo03/ipma-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list DiogoAzevedo03/ipma-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get DiogoAzevedo03/ipma-mcp-server get_weather_forecast

# Call a tool
npx -y @smithery/cli@latest tool call DiogoAzevedo03/ipma-mcp-server get_weather_forecast '{}'
```

## Tools (6)

- `get_weather_forecast` — Obter previsão meteorológica para uma cidade específica em Portugal
- `get_weather_warnings` — Obter avisos meteorológicos ativos em Portugal
- `get_seismic_data` — Obter dados sísmicos recentes
- `get_locations` — Listar todas as cidades/locais disponíveis para previsão
- `get_weather_stations` — Obter dados de observação das estações meteorológicas
- `get_uv_forecast` — Obter previsão do índice UV

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get DiogoAzevedo03/ipma-mcp-server <tool-name>
```

---

Source: https://github.com/DiogoAzevedo03/ipma-mcp-server
