Deterministic macro regime engine for AI trading agents.
Real-time signals from 86 Federal Reserve (FRED) series — recession probability, yield curve, Fed stance, SOFR, credit spreads, volatility, and inflation.
Returns RISK_ON / NEUTRAL / RISK_OFF / STRESS with transparent scoring rules and agent-ready hints.
Free tier: 100 calls/day. Connect via https://feedoracle.io/mcp/macro/sse
Overview
FeedOracle Macro Intelligence
Deterministic macro regime engine for AI trading agents.
Before your agent allocates capital, adjusts leverage, or rebalances a portfolio, it should classify the macro environment — not guess.
FeedOracle delivers signed, machine-readable macro signals + a Premium decision layer (macro_regime) that returns:
RISK_ON / NEUTRAL / RISK_OFF / STRESS with a risk_score (0–100) and explainable weighted signals.
Quick Connect
npx -y mcp-remote https://feedoracle.io/mcp/macro/sse
What you get (13 tools)
Decision Layer (Premium)
macro_regime — deterministic regime classification, risk_score (0–100), confidence, weighted signals, next catalyst (e.g., FOMC), and an agent-ready hint
Engine: macro-regime/1.0
Core Economic Signals
economic_health — composite health index (0–100) + expansion/slowdown signals
recession_risk — probability + yield curve regime signal
inflation_monitor — CPI/PCE/PPI + breakevens (5Y/10Y)
labor_market — unemployment, payrolls, claims, participation
gdp_tracker — growth + releases
Rates & Yield Curve
fed_watch — Fed Funds / EFFR + FOMC calendar + stance
yield_curve — full curve (1M–30Y) + spreads + inversion status
defi_rates — one-call bundle: SOFR/EFFR + credit spreads + VIX + BTC/ETH + gold + USD index
Markets & Sentiment
consumer_sentiment — sentiment + retail/credit context
market_stress — VIX + credit stress + financial stress index
safe_haven_flows — gold + USD + crypto reference (risk-on/off)
ping — health/version/uptime/tool count
Example: macro_regime() (Premium)
{
"regime": "NEUTRAL",
"risk_score": 30,
"confidence": 0.79,
"engine_version": "macro-regime/1.0",
"signals": {
"vix": { "value": 18.63, "status": "NORMAL", "weight": 0 },
"yield_curve": { "spread_2s10s": 0.6, "status": "FLAT", "weight": 0 },
"recession_probability": { "value": 10, "status": "MODERATE", "weight": 0 },
"credit_spread_hy": { "value": 2.98, "status": "TIGHT", "weight": -1 }
},
"agent_hint": "Mixed macro signals with no clear directional bias.",
"next_catalyst": { "date": "2026-03-19", "type": "FOMC" },
"disclaimer": "Deterministic macro classification based on public economic data. Not investment advice."
}
Example: defi_rates()
{
"feed": "DEFI_MACRO_BUNDLE",
"lending_rates": { "sofr": 3.67, "effr": 3.64 },
"yield_curve": { "spread_2s10s": 0.6, "recession_signal": false },
"volatility_stress": { "vix": 18.63, "credit_spread_high_yield": 2.98 },
"crypto_reference": { "btc_usd": 67068.86, "eth_usd": 2008.77 },
"safe_haven": { "gold_usd": 3250.20, "usd_index": 117.99 }
}
Built for
Trading / portfolio agents needing macro context before execution
DeFi yield agents comparing SOFR vs on-chain rates
Risk management automation (stress + regime shifts)
Quant finance copilots
Data sources
Federal Reserve (FRED), US Treasury, BLS, BEA.
(Plus public crypto reference pricing where available.)
Pricing
Free: 100 calls/day (no API key required)
Developer (€49/mo): all tools + macro_regime decision layer
Professional (€299/mo): higher limits + verified proofs
Enterprise: SLA + custom endpoints
Links
Docs: https://feedoracle.io/docs.html#macro-oracle
Health: https://feedoracle.io/mcp/macro/health
GitHub: https://github.com/feedoracle/feedoracle-mcp
Compliance MCP (regulatory counterpart): https://feedoracle.io/mcp
Server Config
{
"mcpServers": {
"feedoracle-macro": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://feedoracle.io/mcp/macro/sse"
]
}
}
}