daily_brief
ActiveTool of Weather & Climate Intelligence MCP
Get the curated daily weather-intel brief — the day's most significant weather in one package, from NOAA/NWS and Open-Meteo. Includes active severe NWS weather alerts, significant weather events of the last 24h, a 72-hour forecast outlook for major US metros, and agricultural weather signals (growing-degree-days, frost risk, soil, precipitation). Each brief carries a verifiable provenance attestation so a buyer can verify it was produced by this server, unaltered. PAID: $5 per brief. Defaults to today (UTC); a brief expires at the next midnight UTC. On a 402, pay the returned payment memo and re-call with the SAME args plus payment_tx=<signature>. An Authorization: Bearer fnet_ key bypasses payment.
Parameters schema
{
"type": "object",
"properties": {
"date": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "brief date YYYY-MM-DD (default today, UTC)."
},
"agent_id": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "stable id for your agent (scopes the free-tier counter)."
},
"payment_tx": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "payment transaction signature, when re-calling after a 402."
},
"stripe_token": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"default": null,
"description": "Stripe Checkout Session id (cs_…), when re-calling after\npaying the Stripe payment link (alternative to pay-per-query). Can also be\nsupplied via the X-Stripe-Token header."
}
},
"additionalProperties": false
}Parent server
Weather & Climate Intelligence MCP
https://github.com/FoundryNet/weather-intel-mcp
2/7 registries