travel_conditions
ActiveTool of Weather & Climate Intelligence MCP
Compare weather between two locations for trip planning, using Open-Meteo forecast and NWS alerts — origin vs. destination forecast, temp/precip deltas, active destination advisories, and structured packing recommendations (not prose). 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": [
"origin_lat",
"origin_lon",
"dest_lat",
"dest_lon"
],
"properties": {
"date": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "optional ISO date \"YYYY-MM-DD\" within the next 7 days (else today)."
},
"agent_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "stable id for your agent (scopes the free-tier counter)."
},
"dest_lat": {
"type": "number"
},
"dest_lon": {
"type": "number"
},
"origin_lat": {
"type": "number"
},
"origin_lon": {
"type": "number"
},
"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