FeedOracle Macro Intelligence — 86 FRED + 20 ECB Indicators for Compliance & Treasury Teams
About
Real-time macroeconomic signals for compliance and treasury teams. 13 MCP tools covering recession probability, yield curve analysis, Fed/ECB stance, SOFR rates, credit spreads, volatility, inflation tracking, and deterministic regime classification (RISK_ON/NEUTRAL/RISK_OFF/STRE
Details
- Author
- feedoracle
- Downloads
- 290
- Categories
- Developer Tools, Finance, Other, AI, Communication
Jump to
- Deterministic macro regime classification with risk_score (0-100)
- 13 tools covering economic health, recession, inflation, labor, GDP
- Rates & yield curve: Fed Funds, FOMC calendar, full curve spreads
- Market stress, safe haven flows, consumer sentiment
- Every response ES256K-signed with SLA quality signals
- Free tier: 300 units/day; Pro: €49/mo (15K units)
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
FeedOracle Macro Intelligence — 86 FRED + 20 ECB Indicators for Compliance & Treasury TeamsCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Connect via SSE transport: claude mcp add --transport sse feedoracle-macro https://feedoracle.io/mcp/macro/sse. Use any of 13 tools — for example macro_regime for regime classification, recession_risk for probability, or fed_watch for Fed Funds data. Each tool returns signed data.
fed_rates
Federal Reserve interest rates, FOMC meeting calendar, policy outlook.
fed_rates_v2
[AGENT-NATIVE v2] Fed Funds Rate WITH interpretation layer: signal (hawkish/dovish), regime, percentile_2y/10y, momentum, volatility, confidence, actionable_prompt. Built for autonomous agents that need pre-reasoned data.
inflation_v2
[AGENT-NATIVE v2] CPI YoY WITH interpretation layer: regime (low/target_zone/elevated/high/crisis), trend (disinflation/sticky/accelerating), percentile, ranked actions array. Built for autonomous agents.
yield_curve_v2
[AGENT-NATIVE v2] Treasury 10Y-2Y spread WITH interpretation layer: curve_state (deep_inverted/inverted/flat/normal/steep), days_inverted_last_365, recession_imminent detection (un-inversion pattern), ranked actions array.
fed_rates_v3
[EVIDENCE v1.0] Fed Funds Rate as evidence only. Returns signal_strength, risk_band, reason_codes, allowed/blocked action categories. NO personalised recommendations, NO sizing, NO venue picks. Product positioning: evidence_infrastructure.
inflation_v3
[EVIDENCE v1.0] CPI YoY as evidence only. Returns signal_strength, risk_band, reason_codes, allowed/blocked action categories. NO personalised recommendations, NO sizing, NO venue picks. Product positioning: evidence_infrastructure.
yield_curve_v3
[EVIDENCE v1.0] Treasury 10Y-2Y spread as evidence only. Returns signal_strength, risk_band, reason_codes (incl. inversion context), allowed/blocked action categories. NO personalised recommendations, NO sizing, NO venue picks. Product positioning: evidence_infrastructure.
macro_coherence_v1
[v1.1 AGGREGATOR] Neutral aggregation of fed_rates_v3 + inflation_v3 + yield_curve_v3 in one call. Returns reason-code index, distributions of signal_strength/risk_band/staleness_tier, cross-tool concentration. No directional labels, no alignment score, no venue hints. One call replaces three for macro-aware agents.
recession_risk_v1
[EVIDENCE v1.1] US recession indicators as evidence only. Returns reason_codes (yield curve state, GDP trend, unemployment trend), signal_strength, risk_band. Rebuilt from retired macroracle in v1.1 evidence-only form — NO recession probability as label, NO LOW_RISK/HIGH_RISK classification.
economic_health_v1
[EVIDENCE v1.1] US economic health composite (GDP, unemployment, inflation, consumer confidence) as evidence only. Returns reason_codes + signal_strength + risk_band. Rebuilt from retired macroracle — NO regime labels (expansion/contraction/stagflation/goldilocks).
consumer_sentiment_v1
[EVIDENCE v1.1] Michigan Consumer Sentiment Index as evidence only. Returns reason_codes (relative to baseline 100 and long-run avg ~85), signal_strength, risk_band. Rebuilt from retired macroracle — NO PESSIMISTIC/OPTIMISTIC labels.
market_stress_v1
[EVIDENCE v1.1] US financial stress composite (VIX, HY spread, TED spread, STLFSI) as evidence only. Returns reason_codes + signal_strength + risk_band. Rebuilt from retired macroracle — NO stress_level categorical (LOW/MODERATE/HIGH/EXTREME).
inflation
US inflation data: CPI, PCE, core inflation, year-over-year and month-over-month.
yield_curve
US Treasury yield curve: all maturities (1M-30Y), 10Y-2Y spread, inversion signals, recession probability.
labor_market
US labor market: unemployment rate, nonfarm payrolls, wages, jobless claims, labor participation.
gdp_growth
US GDP growth: quarterly and yearly, real GDP, consumer spending, recession risk.
housing
US housing market: housing starts, permits, median prices, 30Y mortgage rates, home sales.
macro_dashboard
Full US economic dashboard — all key indicators at once: Fed, inflation, yields, labor, GDP, housing.
health_check
Server status, API connectivity.
ecb_rates
ECB interest rates: Main Refinancing, Deposit Facility, Marginal Lending, EURIBOR 3M/6M/12M, Euro Short-Term Rate.
ecb_fx
EUR exchange rates vs USD, GBP, JPY, CHF, CNY. Daily from ECB.
ecb_inflation
Euro Area HICP inflation: headline, core (excl energy+food), Germany.
ecb_economy
Euro Area economy: GDP growth YoY, unemployment rate, M3 money supply.
ecb_yields
Euro Area 10Y AAA government bond yield benchmark.
ecb_dashboard
Full ECB dashboard — rates + FX + inflation + economy + yields in one call.
ecb_mica_reserve
ECB data relevant for MiCA stablecoin reserve compliance (Art. 24/25/53). Eligible asset rates and yields.
ecb_series
Fetch any specific ECB data series by ID. 20 series available: rates, FX, inflation, economy, yields.
wb_gdp
World Bank: Top global economies by GDP with growth rates.
wb_country
World Bank country economic profile: GDP, inflation, trade balance, population.
wb_rwa_context
World Bank RWA risk context: economic risk score and key indicators for country risk assessment.
bls_employment
US employment data direct from Bureau of Labor Statistics: unemployment rate, nonfarm payrolls, labor participation, hourly earnings, labor force.
bls_inflation
US CPI inflation direct from BLS: headline CPI-U index and core CPI (less food & energy).
bls_series
Fetch any BLS data series. Available: unemployment_rate, cpi_all, cpi_core, nonfarm_payrolls, labor_participation, avg_hourly_earnings, labor_force.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"feedoracle macro intelligence \u2014 86 fred + 20 ecb indicators for compliance & treasury teams": {
"feedoracle-macro": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://feedoracle.io/mcp/macro/sse"
]
}
}
}
}
McpServers
{
"feedoracle-macro": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://feedoracle.io/mcp/macro/sse"
]
}
}
Deterministic macro regime engine for AI trading agents — RISK_ON / NEUTRAL / RISK_OFF / STRESS with transparent scoring rules.
Real-time macroeconomic signals for AI agents.
86 FRED + 20 ECB indicators. Signed. Verifiable. Regime classification.
Website·All MCP Tools·Docs·Main Repo
Before your AI agent allocates capital, adjusts leverage, or rebalances — it checks the macro environment. Every response is cryptographically signed (ES256K) and independently verifiable.
claude mcp add --transport sse feedoracle-macro https://feedoracle.io/mcp/macro/sse
What is the current macro regime? Should my agent be risk-on or risk-off?
7 weighted signals: VIX, yield curve, recession probability, credit spreads, financial stress, Fed stance, consumer sentiment.
FeedOracle turns compliance documents into compliance evidence.
This is a web browser that enables your coding agent, such as Claude Code, to visit websites on your behalf and assist you in identifying bugs or creating UI test cases.
Integrates the xtquant quantitative trading platform with an AI assistant, enabling AI to access and operate quantitative trading data and functions.
AI trading memory layer for MT5/forex with 15 MCP tools — store/recall trades, pattern discovery, strategy evolution, and Outcome-Weighted Memory.
Full-lifecycle algorithmic trading: describe strategies in plain English, AI generates code, backtest on real data, deploy live to 10+ brokers. Stocks, options, crypto, futures. Free tier available.
Portfolio & trading-strategy stress diagnostics for AI agents: multi-asset stress with hedge-break detection, a daily preregistered regime outlook and deflated-Sharpe backtest-integrity checks. Remote streamable HTTP, free tier, no auth.
Give any AI agent the power to run a serious Monte Carlo forecast for a stock or ETF - in one tool call.
Measured market statistics for AI agents — day-type probabilities, volume-wave events with measured win rates, options max pain and dealer gamma; remote MCP at https://api.quantdata.uk/mcp, no key needed to try.
Macro-factor quantitative signal source — 8 live-tracked strategies (US + China), free 30-day trial, AI agent self-registration via MCP tools.
Connect TradeOS to GPT, Claude, and other MCP-compatible AI tools. The TradeOS MCP Server lets your assistant work directly with your trading data, indicators, strategy logic, and agent workflows, helping you analyze markets, monitor setups, and automate trading intelligence from your TradeOS environment
Use TradeOS MCP Server to bring your trading data, indicators, strategy logic, and agent workflows into MCP-compatible AI tools. Copy your server URL, add it to GPT or Claude, and let your AI assistant work directly with your TradeOS trading intelligence.
The most complete AI-powered trading toolkit for Claude and MCP clients. Backtesting + Live Sentiment + Yahoo Finance + 30+ Technical Analysis Tools — all in one MCP server.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





