MCP server exposing 4 tools for fmi.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/fmi/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
forecast — Multi-hour HARMONIE forecast for a place name in Finland (60 h ahead).latest_observations — Returns the single most-recent observed value per weather parameter (temperature, humidity, wind speed, etc.) for a named place in Finland from the FMI WFS real-time observation feed.recent_observations — Returns time-series weather observations for a named place in Finland over the last 1–48 hours (default 6 h), with one row per parameter per timestamp including lat/lon, parameter name, and value.warnings — Currently active weather warnings (Finland, ISO bulletin XML returned as text).Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/fmi/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io