# IPMA Weather Data Server

Provide real-time and historical weather data from the Portuguese Institute for Sea and Atmosphere (IPMA) to your applications. Enable seamless access to meteorological information for forecasting, a…

## Quick Start

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

# Browse available tools
npx -y @smithery/cli@latest tool list brandao-20/mcp_server_ipma

# Get full schema for a tool
npx -y @smithery/cli@latest tool get brandao-20/mcp_server_ipma get_weather_forecast

# Call a tool
npx -y @smithery/cli@latest tool call brandao-20/mcp_server_ipma 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 brandao-20/mcp_server_ipma <tool-name>
```

---

Source: https://github.com/brandao-20/mcp_server_ipma
