{
  "$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
  "name": "us.moneychoice/macro-economic-forecast",
  "title": "MoneyChoice Macro Economic Forecast",
  "description": "Institutional macroeconomic forecasts for inflation, rates, labor, GDP, housing, retail, manufacturing, commodities, currencies, and equities. Optional Pro API key for best model tier. Also exposes stock_analysis_all for aggregate ticker research.",
  "version": "1.0.0",
  "websiteUrl": "https://moneychoice.us/developers",
  "documentationUrl": "https://moneychoice.us/mcp-economic-forecast",
  "publisher": {
    "name": "MoneyChoice",
    "url": "https://moneychoice.us"
  },
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://api.moneychoice.us/mcp"
    }
  ],
  "tools": [
    { "name": "forecast_inflation", "description": "CPI, PPI, breakevens, inflation expectations" },
    { "name": "forecast_rates", "description": "Fed funds, Treasury yields, SOFR, spreads" },
    { "name": "forecast_labor", "description": "Unemployment, payrolls, participation" },
    { "name": "forecast_gdp", "description": "Atlanta Fed and St. Louis Fed GDP nowcasts" },
    { "name": "forecast_retail", "description": "Retail sales and consumer sentiment" },
    { "name": "forecast_real_estate", "description": "Building permits, Case-Shiller, housing" },
    { "name": "forecast_manufacturing", "description": "Industrial production and durable goods" },
    { "name": "forecast_commodities", "description": "Oil, natural gas, commodity volatility" },
    { "name": "forecast_currency", "description": "USD index and major FX pairs" },
    { "name": "forecast_equities", "description": "S&P 500, VIX, Russell 2000 volatility" },
    { "name": "stock_analysis_all", "description": "Aggregate MoneyChoice analysis for one ticker symbol" }
  ],
  "authentication": {
    "optional": true,
    "schemes": ["bearer", "x-api-key"],
    "proPlanUrl": "https://moneychoice.us/economic-mcp-plan"
  },
  "related": {
    "a2aAgentCard": "https://api.moneychoice.us/.well-known/agent.json",
    "smithery": "https://smithery.ai/servers/MoneyChoice_MCP/MoneyChoice",
    "llmsTxt": "https://moneychoice.us/llms.txt"
  }
}
