forecast
ActiveTool of Weather & Climate Intelligence MCP
Forecast weather for a location from Open-Meteo — up to 16-day daily outlook (high/low, conditions, precipitation probability, wind) plus the next 48 hours hourly. Cheap enough to call constantly. PAID: $0.005 USDC per query after a generous daily free allowance (50/day). On a 402, pay the returned Solana memo and re-call with the SAME args plus payment_tx=<signature>. agent_id scopes your allowance; an Authorization: Bearer fnet_ key bypasses it.
Parameters schema
{
"type": "object",
"required": [
"latitude",
"longitude"
],
"properties": {
"days": {
"type": "integer",
"default": 7,
"description": "forecast days (1-16, default 7)."
},
"agent_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "stable id for your agent (scopes the free-tier counter)."
},
"latitude": {
"type": "number",
"description": "decimal latitude."
},
"longitude": {
"type": "number",
"description": "decimal longitude."
},
"payment_tx": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "Solana tx signature, when re-calling after a 402."
}
},
"additionalProperties": false
}Parent server
Weather & Climate Intelligence MCP
https://github.com/FoundryNet/weather-intel-mcp
2/7 registries