get_upcoming_events
Return bounded scheduled or released events by date, currency, country, impact, or indicator.
Product / MCP tools
MacroFeed turns fragmented release calendars and official observations into focused methods, answer-ready summaries, and structured evidence.
New / Tier 1 release lookup
get_macro_release accepts a human indicator name plus a publisher release date, measured reference period, or latest. It resolves common aliases, bundles related variants such as headline and core CPI, and returns publisher-rounded values with an answer-ready summary.
// one factual question
{
"indicator": "CPI",
"releaseDate": "2026-07-14"
}
// one MCP call
{
"answerReady": true,
"dateBasis": "release_date",
"releases": [
{ "variant": "headline", "displayActual": -0.4, "timingVerified": true },
{ "variant": "core", "displayActual": 0.0, "timingVerified": true }
]
}Twelve public methods are read-only and scoped to recognizable agent tasks, keeping calendar windows, next-release lookups, history, and verification distinct.
Return bounded scheduled or released events by date, currency, country, impact, or indicator.
Find the next CPI, employment, GDP, or central-bank release with one focused call.
Retrieve a complete normalized event by its stable event identifier.
Read historical actual, previous, derived changes, timing precision, and official timing evidence.
Inspect event counts, date ranges, currency coverage, official timing, and field-density metrics.
Understand the official institutions and source methods behind the feed.
The normalized record keeps market context, timing, availability, source identity, and retrieval metadata together.
MacroFeed covers over 5,700 historical observation records with 97%+ exact-timestamp precision. Period-only rows remain explicitly labeled rather than receiving fabricated clocks.
Return exact-time, date-only, or unknown precision with official timing evidence.
Compare actual with the official previous value using neutral direction labels.
Preserve the path from first release to the latest official value.