Ipma MCP Server

MCP Server para API IPMA - Dados meteorológicos de Portugal

Local serverstdioTypeScript

What is the Ipma MCP server?

MCP Server para API IPMA - Dados meteorológicos de Portugal. Exposed over MCP by the ipma mcp server, that capability becomes something an assistant can invoke while it works, not something you go and do afterwards.

What it actually does

Um servidor MCP (Model Context Protocol) que fornece acesso aos dados meteorológicos do IPMA (Instituto Português do Mar e da Atmosfera) através de linguagem natural.

Its toolset

Everything the assistant can do here goes through one of these:

  • get_weather_forecast — The get_weather_forecast tool exposed by this server
  • get_weather_warnings — The get_weather_warnings tool exposed by this server
  • get_seismic_data — The get_seismic_data tool exposed by this server
  • get_locations — The get_locations tool exposed by this server
  • get_weather_stations — The get_weather_stations tool exposed by this server
  • get_uv_forecast — The get_uv_forecast tool exposed by this server

Adding it to your client

@smithery/cli on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.

When to reach for it

Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Ipma's toolset — get_weather_forecast, get_weather_warnings, get_seismic_data and 3 more — is a fair guide to whether it matches your workflow. It is maintained by DiogoAzevedo03; worth a glance at recent repository activity before you build anything load-bearing on it.

SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.

Caveats

  • It runs with your machine's permissions. That is convenient and also the reason to think about what you point it at before you approve a tool call.
  • MCP clients confirm each tool call by default. Leave that on until you have watched what the ipma mcp server does with a few real requests.

Available tools

ToolWhat it does
get_weather_forecastThe get_weather_forecast tool exposed by this server.
get_weather_warningsThe get_weather_warnings tool exposed by this server.
get_seismic_dataThe get_seismic_data tool exposed by this server.
get_locationsThe get_locations tool exposed by this server.
get_weather_stationsThe get_weather_stations tool exposed by this server.
get_uv_forecastThe get_uv_forecast tool exposed by this server.

How to install the Ipma MCP server

{
  "mcpServers": {
    "ipma": {
      "command": "npx",
      "args": ["-y", "@smithery/cli"]
    }
  }
}

Add to claude_desktop_config.json, then restart Claude Desktop.

Example prompts to try

  • Use Ipma to get weather forecast.
  • Use Ipma to get weather warnings.
  • Use Ipma to get seismic data.

Frequently asked questions

It connects Ipma to MCP-compatible AI assistants such as Claude and Cursor, exposing 6 tools (get_weather_forecast, get_weather_warnings, get_seismic_data, and more) that the assistant can call on your behalf. Instead of copying data back and forth by hand, the assistant works with Ipma directly.