# MoneyChoice

Provides institutional macroeconomic forecasts across commodities, currencies, equities, and labor markets. Access predictive data for GDP nowcasts, inflation expectations, and real estate trends to …

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add MoneyChoice_MCP/MoneyChoice

# Browse available tools
npx -y @smithery/cli@latest tool list MoneyChoice_MCP/MoneyChoice

# Get full schema for a tool
npx -y @smithery/cli@latest tool get MoneyChoice_MCP/MoneyChoice forecast_commodities

# Call a tool
npx -y @smithery/cli@latest tool call MoneyChoice_MCP/MoneyChoice forecast_commodities '{}'
```

## Direct MCP Connection

Endpoint: `https://moneychoice--moneychoice_mcp.run.tools`

## Tools (10)

- `forecast_commodities` — Get macroeconomic forecast for commodity indicators.
- `forecast_currency` — Get macroeconomic forecast for currency indicators.
- `forecast_equities` — Get macroeconomic forecast for equity indicators.
- `forecast_gdp` — Get macroeconomic forecast for GDP indicators.
- `forecast_inflation` — Get macroeconomic forecast for inflation indicators.
- `forecast_rates` — Get macroeconomic forecast for interest rates and bond yield indicators.
- `forecast_labor` — Get macroeconomic forecast for labor indicators.
- `forecast_manufacturing` — Get macroeconomic forecast for manufacturing indicators.
- `forecast_real_estate` — Get macroeconomic forecast for real estate indicators.
- `forecast_retail` — Get macroeconomic forecast for retail and consumer indicators.

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get MoneyChoice_MCP/MoneyChoice <tool-name>
```

## Resources

- `moneychoice://moneychoice_overview` — Structured metadata about the MoneyChoice forecasting framework, methodology transparency, coverage areas, accuracy rec…
