io.github.feedoracle/feedoracle-macro-mcp
Real-time macroeconomic signals for AI agents. 86 FRED series, regime classification, DeFi rates.
Ask AI about io.github.feedoracle/feedoracle-macro-mcp
Powered by Claude Β· Grounded in docs
I know everything about io.github.feedoracle/feedoracle-macro-mcp. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Reviews
Documentation
FeedOracle Macro Intelligence MCP
Real-time macroeconomic signals for AI trading agents. 13 MCP tools powered by 86 Federal Reserve (FRED) economic series β cryptographically signed, on-chain anchored, independently verifiable.
Before your agent allocates capital, adjusts leverage, or rebalances β it checks the macro environment.
Quick Connect
# Claude Code
claude mcp add --transport http feedoracle-macro https://feedoracle.io/mcp/macro/sse
# Any MCP client
npx -y mcp-remote https://feedoracle.io/mcp/macro/sse
No API key required β public access, no registration.
Agent M2M Auth (client_credentials)
Agents can authenticate without a browser:
# Register once
curl -s -X POST https://feedoracle.io/mcp/register \
-H "Content-Type: application/json" \
-d '{"client_name":"macro-agent","grant_types":["client_credentials"],"redirect_uris":["https://localhost"]}'
# Get token
curl -s -X POST https://feedoracle.io/mcp/token \
-d "grant_type=client_credentials&client_id=fo_client_...&client_secret=fo_secret_...&scope=mcp:read"
# Connect with Bearer token
curl -N -H "Authorization: Bearer fo_cc_..." https://feedoracle.io/mcp/macro/sse
13 Tools
Core Economic Signals
| Tool | What it does |
|---|---|
economic_health | Health index 0β100: GDP, unemployment, inflation, confidence |
recession_risk | Recession probability 0β100 + yield curve signal |
inflation_monitor | CPI, PCE, PPI, rent, breakeven rates (5Y/10Y) |
labor_market | Unemployment, payrolls, jobless claims |
gdp_tracker | GDP growth rate + release schedule |
Rates & Yield Curve
| Tool | What it does |
|---|---|
fed_watch | Fed Funds Rate, EFFR, rate prediction, FOMC calendar |
yield_curve | Full Treasury curve (1Mβ30Y), 2s10s spread, inversion signal |
defi_rates | SOFR, EFFR, credit spreads, VIX, BTC/ETH, gold β one call |
Markets & Sentiment
| Tool | What it does |
|---|---|
consumer_sentiment | Michigan Sentiment, retail sales, consumer credit |
market_stress | VIX, credit spreads (HY + IG), financial stress index |
safe_haven_flows | Gold, USD index, BTC/ETH β risk-on vs risk-off |
Decision Layer
| Tool | What it does |
|---|---|
macro_regime | Deterministic regime: RISK_ON / NEUTRAL / RISK_OFF / STRESS |
Meta
| Tool | What it does |
|---|---|
ping | Health, version, uptime |
Response Schema β ES256K Signed
Every tool response is independently verifiable:
{
"tool": "macro_regime",
"regime": "NEUTRAL",
"risk_score": 30,
"confidence": 0.79,
"signature": {
"alg": "ES256K",
"kid": "feedoracle-mcp-es256k-1",
"sig": "..."
},
"verify_url": "https://feedoracle.io/verify"
}
Verify without trusting FeedOracle:
curl -s https://feedoracle.io/.well-known/jwks.json
# β public key for independent verification
Macro Regime Scoring
| Signal | RISK_ON | Normal | Elevated | STRESS |
|---|---|---|---|---|
| VIX | < 15: β2 | 15β25: 0 | 25β35: +3 | > 35: +5 |
| Yield Spread 2s10s | > 1.0: β2 | 0β1.0: 0 | β0.5β0: +3 | < β0.5: +5 |
| Recession Probability | < 10%: β2 | 10β25%: 0 | 25β50%: +3 | > 50%: +5 |
| Credit Spread HY | < 3%: β1 | 3β5%: +1 | 5β7%: +3 | > 7%: +5 |
| Financial Stress | < β1: β2 | β1β0: 0 | 0β2: +3 | > 2: +5 |
| Fed Stance | CUT: β1 | HOLD: 0 | β | HIKE: +2 |
| Consumer Sentiment | > 80: β2 | 60β80: 0 | 40β60: +2 | < 40: +4 |
Score: 0β25 RISK_ON Β· 26β50 NEUTRAL Β· 51β75 RISK_OFF Β· 76β100 STRESS
Data Sources
86 FRED series β Federal Reserve, US Treasury, BLS, BEA, Coinbase reference rates.
Full Treasury yield curve (1Mβ30Y) Β· SOFR/EFFR Β· CPI/PCE/PPI Β· VIX Β· Credit Spreads Β· 10 FX pairs Β· Gold/Silver/Oil Β· Housing Β· Consumer Sentiment
Pricing
| Tier | Price | Calls/day |
|---|---|---|
| Free | β¬0 | 100 |
| Starter | $99/mo or 99 USDC | 5,000 |
| Pro | $299/mo or 299 USDC | 25,000 |
| Enterprise | Custom | Unlimited |
Agents can upgrade autonomously via USDC on Polygon. See Compliance Oracle README for payment flow.
The FeedOracle MCP Ecosystem
| Server | URL | Purpose |
|---|---|---|
| Compliance Oracle | https://feedoracle.io/mcp/ | MiCA/DORA + AI Evidence Layer (22 tools) |
| Macro Oracle (this) | https://feedoracle.io/mcp/macro/ | 86 FRED series, macro regime engine |
| Stablecoin Risk | https://feedoracle.io/mcp/risk/ | SAFE/CAUTION/AVOID operational risk |
"May your agent trade this?" β Compliance Oracle
"Should your agent trade right now?" β Macro Oracle
"Is this stablecoin safe for settlement?" β Stablecoin Risk
π feedoracle.io Β· β Verify Β· π₯ Health
License: Proprietary β Β© 2026 FeedOracle.
