Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Economic Intelligence

БесплатноНе проверен

MCP App Server for economic data — interest rates, jobs, inflation, housing, bank health. Interactive charts, cross-source analysis, and stateful signal trackin

GitHubEmbed

Описание

MCP App Server for economic data — interest rates, jobs, inflation, housing, bank health. Interactive charts, cross-source analysis, and stateful signal tracking from FRED, BLS, Treasury & FDIC.

README

Ask your AI about the economy — interest rates, jobs, inflation, housing, bank health.
Interactive app with cross-source analysis from FRED, BLS, Treasury, and FDIC data.

Download .mcpb GitHub Stars MIT License


Quick Start

1. Clone the repo

git clone https://github.com/thinkchainai/economic-intelligence-mcp.git
cd economic-intelligence-mcp

2. Double-click the .mcpb file

Open economic-intelligence-mcp.mcpb — Claude Desktop will prompt you to install it.

Install the extension

3. Add your FRED API key

Get a free key (30 seconds): https://fred.stlouisfed.org/docs/api/api_key.html

Claude Desktop will ask for it during setup:

Add your API key

4. Configure permissions

The server has 1 interactive tool (open_economic_app) and 12 read-only data tools:

Configure permissions

5. Enable the connector

Enable the connector

6. Open the economics app

Just type "Open the economics app" and Claude will launch the interactive dashboard:

Open the economics app

The app has tabbed navigation for rates, inflation, jobs, housing, GDP, treasury, banking, comparison, and search — all with live data and interactive charts.

Other things to try:

"Show me interest rates over the last 5 years"

"Compare unemployment rate with inflation"

"Any economic alerts right now?"

"How has the yield curve signal changed over the last 6 months?"


13 Tools

Interactive App (1 tool)

Tool What it does
open_economic_app Opens the interactive dashboard — charts, recession gauge, signals, data explorer

Live Data (9 tools)

Tool What it does
econ_interest_rates Fed funds, 10Y/30Y treasury, mortgage rates, yield curve
econ_inflation CPI, PCE, core inflation with YoY analysis
econ_jobs Unemployment, nonfarm payrolls, wage growth, job openings
econ_housing Housing starts, permits, home prices, affordability index
econ_bank_health FDIC capital ratios, problem banks, failure history
econ_gdp GDP growth — nominal, real, annualized
econ_treasury Treasury rates, yield spreads, federal debt
econ_compare Compare any two FRED series with correlation analysis
econ_search Search 800K+ FRED series by keyword

Stateful Intelligence (3 tools)

These tools use a local SQLite database to track how signals change over time. On first run, the server backfills 12 months of signal history so they work immediately.

Tool What it does
econ_signal_history How yield curve, jobs/inflation, and bank stress signals have changed over months
econ_changes What shifted recently — compares latest signals to prior snapshots
econ_alerts Threshold crossings, trend reversals, recession probability shifts

Cross-Source Intelligence

This isn't just an API wrapper. The server combines data from multiple government sources and computes:

  • Yield curve inversion — 10Y-2Y spread analysis, historically the best recession predictor
  • Jobs vs. inflation divergence — overheating, stagflation, and goldilocks detection
  • Housing affordability index — home prices × mortgage rates × income composite
  • Banking stress score — FDIC problem bank count + failure trends
  • Composite recession probability — weighted signal from all sources

Signal History & Alerts

The server tracks its own computed signals over time in a lightweight local database (~/.economic-mcp/data.db). On first startup, it backfills 12 months of historical signal data by running its scoring algorithms against historical FRED data. After that, it refreshes every 6 hours.

This enables questions that no other MCP server can answer:

  • "How has recession probability changed over the last 6 months?"
  • "Did any signals cross a critical threshold this week?"
  • "Is the yield curve trend reversing?"
Government APIs → Scoring Engine → Signal Snapshots → MCP Tools → Claude Desktop
       ↓                ↓                  ↓                ↓
     FRED          Yield curve         Local SQLite     Interactive app
     BLS           Jobs/inflation      12mo backfill    Charts & gauges
     Treasury      Bank stress         6hr refresh      Alert detection
     FDIC          Recession prob.     Change tracking

Data Sources

All free government APIs with generous rate limits:

Source What Auth
FRED 800K+ economic series — GDP, CPI, unemployment, rates, housing Free API key
BLS Employment, wages, CPI by metro and industry Free API key (optional)
Treasury Daily rates, federal debt, bond auctions None
FDIC Bank health, capital ratios, failure history None

Rebuild the .mcpb

If you modify the source or need to update env var config:

./build-mcpb.sh

This runs npx @anthropic-ai/mcpb pack and outputs a fresh economic-intelligence-mcp.mcpb in the repo root. Double-click to reinstall.


Alternative: Run from source

If you prefer not to use the .mcpb file:

# Install
pip install -e .

# Set your API key
export FRED_API_KEY=your_key_here

# Run the server
economic-intelligence-mcp

Then add to your Claude Desktop config (~/.claude/claude_desktop_config.json):

{
  "mcpServers": {
    "economic-intelligence": {
      "command": "economic-intelligence-mcp",
      "env": {
        "FRED_API_KEY": "your_key_here"
      }
    }
  }
}

Hosted Version

Don't want to manage API keys or run locally?

mcpbundles.com — same tools, zero setup. Data is always current.


Contributing

PRs welcome — bug fixes, new scoring algorithms, new data sources, UI improvements.

git clone https://github.com/thinkchainai/economic-intelligence-mcp.git
cd economic-intelligence-mcp
pip install -e ".[dev]"

License

MIT — see LICENSE.

Built by MCPBundles.

from github.com/thinkchainai/economic-intelligence-mcp

Установка Economic Intelligence

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/thinkchainai/economic-intelligence-mcp

FAQ

Economic Intelligence MCP бесплатный?

Да, Economic Intelligence MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для Economic Intelligence?

Нет, Economic Intelligence работает без API-ключей и переменных окружения.

Economic Intelligence — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить Economic Intelligence в Claude Desktop, Claude Code или Cursor?

Открой Economic Intelligence на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

$5

Stripe

Payments, customers, subscriptions

Stripeавтор: Stripe

malamutemayhem/unclick-agent-native-endpoints

110+ tools for AI agents spanning social media, finance, gaming, music, AU-specific services, and utilities. Zero-config local tools plus platform connectors. n

malamutemayhemавтор: malamutemayhem

whiteknightonhorse/APIbase

Unified API hub for AI agents with 56+ tools across travel (Amadeus, Sabre), prediction markets (Polymarket), crypto, and weather. Pay-per-call via x402 micropa

whiteknightonhorseавтор: whiteknightonhorse

trackerfitness729-jpg/sitelauncher-mcp-server

Deploy live HTTPS websites in seconds. Instant subdomains ($1 USDC) or custom .xyz domains ($10 USDC) on Base chain. Templates for crypto tokens and AI agent pr

trackerfitness729-jpgавтор: trackerfitness729-jpg

embeddedlayers/mcp-analytics

Statistical analysis, forecasting, and ML for business data (Shopify, Stripe, WooCommerce, eBay, GA4, Search Console). Upload a CSV or connect live data sources

embeddedlayersавтор: embeddedlayers

carrierone/verilexdata-mcp

20 structured datasets (NPI healthcare, SEC filings, OFAC sanctions, crypto whales, Polymarket signals, patents, economic indicators) via x402 pay-per-query wit

carrieroneавтор: carrierone

tipdotmd/tip-md-x402-mcp-server

MCP server for cryptocurrency tipping through AI interfaces using x402 payment protocol and CDP Wallet.

tipdotmdавтор: tipdotmd

laundromatic/shopgraph

Structured product data from the open web — Schema.org + AI extraction for e-commerce enrichment. Pay per call via Stripe. [shopgraph.dev](https://shopgraph.dev

laundromaticавтор: laundromatic

mrslbt/xendit-mcp

Xendit payment gateway for Southeast Asia. Invoices, disbursements, balance checks, and bank transfers across Indonesia, Philippines, Thailand, Vietnam, and Mal

mrslbtавтор: mrslbt

@arbitova/mcp-server

Non-custodial on-chain escrow + AI dispute arbitration for agent-to-agent USDC payments on Base. Seven tools covering the full EscrowV1 contract surface: create

jiayuanliang0716-maxавтор: jiayuanliang0716-max

Compare Economic Intelligence with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории finance