historical_weather
ActiveTool of Weather & Climate Intelligence MCP
Get historical weather for a location and date range from the Open-Meteo archive — daily high/low/mean temperature, precipitation, and max wind per day (global climate data). PAID: $0.01 USDC per query after the daily free allowance (50/day). On a 402, pay the returned Solana memo and re-call with the SAME args plus payment_tx=<signature>. An Authorization: Bearer fnet_ key bypasses it.
Parameters schema
{
"type": "object",
"required": [
"latitude",
"longitude",
"date_from",
"date_to"
],
"properties": {
"date_to": {
"type": "string",
"description": "ISO date \"YYYY-MM-DD\"."
},
"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."
},
"date_from": {
"type": "string",
"description": "ISO date \"YYYY-MM-DD\"."
},
"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