FeedOracle Macro Intelligence — 86 FRED + 20 ECB Indicators for Compliance & Treasury Teams

Created By
feedoracle4 months ago
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/STRESS). 86 FRED + 20 ECB series. Every response ES256K-signed with SLA quality signals. Part of the FeedOracle 3-server ecosystem (53 tools total). Free tier: 300 units/day. Connect: npx -y mcp-remote https://feedoracle.io/mcp/macro/sse
Overview

FeedOracle Macro Intelligence

Real-time macroeconomic signals for compliance and treasury teams. Before your team allocates capital, adjusts exposure, or files a regulatory report — classify the macro environment with signed, deterministic evidence.

Returns RISK_ON / NEUTRAL / RISK_OFF / STRESS with risk_score (0-100) and explainable weighted signals.

Quick Connect

claude mcp add --transport sse feedoracle-macro https://feedoracle.io/mcp/macro/sse

13 Tools

Decision Layer (Premium)

  • macro_regime — deterministic regime classification, risk_score (0-100), confidence, weighted signals, next catalyst (e.g. FOMC), agent-ready hint

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 — 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

Built for

  • Compliance teams overlaying macro context on regulatory filings
  • Treasury teams monitoring rate environment for stablecoin reserves
  • Risk management automation (stress + regime shifts)
  • Portfolio agents needing macro signals before execution

Data Sources

Federal Reserve (FRED — 86 series), ECB (20 series), US Treasury, BLS, BEA. Every response ES256K-signed with SLA quality signals.

Part of the FeedOracle 3-Server Ecosystem

  • Compliance MCP: 27 tools — MiCA, DORA, AI Evidence, KYA, Audit Trail
  • Macro Intelligence (this): 13 tools — FRED/ECB, regime classification
  • Stablecoin Risk MCP: 13 tools — 7-signal scoring, 105+ tokens
  • Total: 53 tools

Pricing

  • Free: 300 units/day ($0)
  • Pro: €49/mo (15K units)
  • Agent: €299/mo (150K units)
  • Enterprise: Custom SLA

Server Config

{
  "mcpServers": {
    "feedoracle-macro": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://feedoracle.io/mcp/macro/sse"
      ]
    }
  }
}
Project Info

Recommend Servers

View All
Docwand

14 hours ago
//beforeyouship — LLM Cost Modeling From Your Editor
@Indiegoing

Query realistic LLM cost models without leaving your editor. beforeyouship models the **true monthly cost** of an LLM app architecture — retries, prompt caching, batch discounts, infra overhead, and 3×/10× growth — across GPT-5.x, Claude, Gemini, DeepSeek, and more. Not a token calculator: a planning tool for the design phase, before you commit to a stack. **No API key needed to try it** — demo mode covers the six free-tier models. A Pro key from [beforeyouship.dev](https://beforeyouship.dev) unlocks the full 18-model catalog. ## What you can ask - "How much will a RAG chatbot cost at 10,000 requests/day?" - "Compare Claude Haiku vs Gemini Flash pricing for my workload" - "What's the cheapest model for a multi-step agent at scale?" - "Show me current per-token prices for Anthropic models" ## Tools ### `estimate_cost` Full cost model for an architecture at a given usage level. Returns Naive / Realistic / Worst Case monthly cost per model, 3×/10× growth scenarios, and an opinionated recommendation with reasoning. ### `get_model_prices` Current per-1M-token pricing — input, output, cached input, batch — with context windows and staleness metadata. ### `list_archetypes` Seven preset architecture patterns (simple chatbot, chatbot with history, RAG pipeline, multi-model router, coding assistant, document processor, multi-step agent) used as starting points for estimates. ## Setup **Claude Code:** ​```bash claude mcp add --transport http beforeyouship https://beforeyouship.dev/api/mcp ​``` **Cursor / other clients** — add a remote server: ​```json { "mcpServers": { "beforeyouship": { "type": "streamable-http", "url": "https://beforeyouship.dev/api/mcp" } } } ​``` Add an `Authorization: Bearer bys_...` header with a Pro key for the full catalog. ## Try it > Estimate the monthly cost of a RAG pipeline at 10,000 requests/day

14 hours ago