recent_observations
ActiveTool of Fmi
declared in 0.1.0
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.
Parameters schema
{
"type": "object",
"examples": [
{
"place": "Helsinki"
},
{
"hours": 12,
"place": "Oulu",
"parameters": "temperature,humidity"
}
],
"required": [
"place"
],
"properties": {
"hours": {
"type": "number",
"description": "1-48 (default 6)"
},
"place": {
"type": "string"
},
"parameters": {
"type": "string"
}
}
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
Fmi
https://github.com/pipeworx-io/mcp-fmi
1/7 registries