sseupdated 5mo ago
Real-time macroeconomic signals for AI agents.
What can you do with feedoracle macro mcp?
FeedOracle Macro Intelligence MCP
Real-time macroeconomic signals for AI agents.
86 FRED + 20 ECB indicators. Signed. Verifiable. Regime classification.
Website · All MCP Tools · Docs · Main Repo
What this does
Before your AI agent allocates capital, adjusts leverage, or rebalances — it checks the macro environment. Every response is cryptographically signed (ES256K) and independently verifiable.
Quick start
claude mcp add --transport sse feedoracle-macro https://feedoracle.io/mcp/macro/sse
No API key needed. Then ask:
What is the current macro regime? Should my agent be risk-on or risk-off?
13 tools
| Tool | Description |
|---|---|
economic_health |
Health index 0-100: GDP, unemployment, inflation |
recession_risk |
Recession probability + yield curve signal |
inflation_monitor |
CPI, PCE, PPI, breakeven rates |
labor_market |
Unemployment, payrolls, jobless claims |
gdp_tracker |
GDP growth rate + release schedule |
fed_watch |
Fed Funds Rate, EFFR, FOMC calendar |
yield_curve |
Full Treasury curve 1M-30Y, spreads |
defi_rates |
SOFR, credit spreads, VIX, BTC/ETH, gold |
consumer_sentiment |
Michigan Sentiment + retail sales |
market_stress |
VIX, credit spreads, financial stress index |
safe_haven_flows |
Gold, USD index, BTC/ETH reference |
macro_regime |
RISK_ON / NEUTRAL / RISK_OFF / STRESS |
ping |
Health check |
Regime scoring
| Score | Regime | Meaning |
|---|---|---|
| 0-25 | RISK_ON | Favorable conditions |
| 26-50 | NEUTRAL | Mixed signals |
| 51-75 | RISK_OFF | Elevated caution |
| 76-100 | STRESS | Crisis conditions |
7 weighted signals: VIX, yield curve, recession probability, credit spreads, financial stress, Fed stance, consumer sentiment.
The FeedOracle ecosystem
| Server | Tools | Purpose |
|---|---|---|
| Compliance Oracle | 27 | MiCA, DORA, evidence packs, audit trail |
| Macro Intelligence (this) | 13 | Fed/ECB indicators, regime classification |
| Stablecoin Risk | 13 | 7-signal operational risk scoring |
FeedOracle turns compliance documents into compliance evidence.
feedoracle.io · Evidence by Design.
Install
Add feedoracle macro mcp to your client. Pick the one you use.
claude mcp add --transport sse feedoracle-macro-mcp https://feedoracle.io/mcp/macro/ssecodex mcp add feedoracle-macro-mcp --url https://feedoracle.io/mcp/macro/sse{
"mcpServers": {
"feedoracle-macro-mcp": {
"url": "https://feedoracle.io/mcp/macro/sse"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"feedoracle-macro-mcp": {
"type": "sse",
"url": "https://feedoracle.io/mcp/macro/sse"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"feedoracle-macro-mcp": {
"url": "https://feedoracle.io/mcp/macro/sse"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"feedoracle-macro-mcp": {
"serverUrl": "https://feedoracle.io/mcp/macro/sse"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance13/25
- Trust6/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 166 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint — no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Feb 27, 2026 |