Pulls weather data from Finland's national meteorological service via their open data API. You get four tools: hourly HARMONIE forecast up to 60 hours out, latest observations for any Finnish location, historical obs for the past N hours, and active weather warnings as ISO XML. Runs through Pipeworx's gateway, so you can either use it standalone or as part of their 250+ data source collection. The ask_pipeworx function lets you query in natural language instead of calling tools directly. Useful if you're building anything that needs Nordic weather context or tracking conditions across Finnish cities.
FMI MCP — Finnish Meteorological Institute open WFS.
Part of Pipeworx — an MCP gateway connecting AI agents to 673+ live data sources.
| Tool | Description |
|---|---|
forecast | Multi-hour HARMONIE forecast for a place name in Finland (60 h ahead). |
latest_observations | Most recent observation values for a place. |
recent_observations | Last N hours of observations. |
warnings | Currently active weather warnings (Finland, ISO bulletin XML returned as text). |
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"fmi": {
"url": "https://gateway.pipeworx.io/fmi/mcp"
}
}
}
Or connect to the full Pipeworx gateway for access to all 673+ data sources:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}
Instead of calling tools directly, you can ask questions in plain English:
ask_pipeworx({ question: "your question about Fmi data" })
The gateway picks the right tool and fills the arguments automatically.
MIT
com.mcparmory/google-sheets
domdomegg/google-sheets-mcp
henilcalagiya/google-sheets-mcp
cct15/war-dashboard-data
moooonad/mcp-google-sheets-full
io.github.br0ski777/csv-to-json