← MoneyChoice
Developer Hub

Macro forecasts for Cursor, Claude & agents

One MCP endpoint. Eleven forecast tools. Free tier to evaluate, Pro API key for best accuracy. Also available via A2A for agent-to-agent workflows.

Cursor Claude Desktop ChatGPT Any MCP client

Pick your protocol

Same macro data — connect the way your stack expects.

A2A Agent

Agent-to-agent JSON-RPC for macro indicators, scenarios, and risk assessment. Discover via Agent Card.

/.well-known/agent.json A2A docs →

Pro API key

Pass Authorization: Bearer … or x-api-key on MCP calls for Pro model tier and higher limits.

Get API key & pricing →

Add to your AI in 30 seconds

Copy the config for your client. No SDK required.

https://api.moneychoice.us/mcp

Cursor → Settings → MCP → Add remote server, or paste into your project mcp.json:

{
  "mcpServers": {
    "moneychoice-macro": {
      "url": "https://api.moneychoice.us/mcp"
    }
  }
}

Add under mcpServers in Claude Desktop config:

{
  "mcpServers": {
    "moneychoice-macro": {
      "url": "https://api.moneychoice.us/mcp"
    }
  }
}

Install via Smithery (listed with 3,800+ tool calls):

npm install -g smithery
smithery mcp add MoneyChoice_MCP/MoneyChoice

Add headers when you have a Pro key from economic-mcp-plan:

{
  "mcpServers": {
    "moneychoice-macro": {
      "url": "https://api.moneychoice.us/mcp",
      "headers": {
        "Authorization": "Bearer YOUR_API_KEY"
      }
    }
  }
}

11 MCP tools

Your AI picks the tool from natural language — no indicator codes required.

ToolCoversExample prompt
forecast_inflationCPI, PPI, breakevens, expectations“CPI forecast for the next 6 months”
forecast_ratesFed funds, 10Y yield, SOFR, spreads“Where is the 10-year Treasury headed?”
forecast_laborUnemployment, payrolls, participation“Unemployment outlook this quarter”
forecast_gdpAtlanta & St. Louis GDP nowcasts“GDP nowcast for Q3”
forecast_retailRetail sales, consumer sentiment“Are consumers still spending?”
forecast_real_estatePermits, Case-Shiller, housing starts“Housing permits forecast”
forecast_manufacturingIndustrial production, durable goods“Manufacturing outlook”
forecast_commoditiesOil, gas, commodity volatility“WTI crude forecast”
forecast_currencyUSD index, EUR, AUD, CNY“USD/EUR outlook”
forecast_equitiesS&P 500, VIX, Russell vol“VIX and S&P outlook”
stock_analysis_all360° ticker analysis (Pro may apply)“Full analysis on AAPL”
Get Pro API key MCP walkthrough

Free tier: connect without a key · Educational use only, not investment advice