INDIVIDUAL MCP TOOL
forecast_labor
US labor market: unemployment, participation, EPOP, manufacturing/finance payrolls.
LIVE ENDPOINT
https://api.moneychoice.us/mcp
Connect to this endpoint to inspect the live schema for forecast_labor and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.macro-economic-forecast]
url = "https://api.moneychoice.us/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"macro-economic-forecast": {
"type": "http",
"url": "https://api.moneychoice.us/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: macro-economic-forecast
Remote MCP URL: https://api.moneychoice.us/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"macro-economic-forecast": {
"url": "https://api.moneychoice.us/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"macro-economic-forecast": {
"type": "http",
"url": "https://api.moneychoice.us/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "macro-economic-forecast",
"transport": "streamable-http",
"url": "https://api.moneychoice.us/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
forecast_commodities— Macro forecasts for crude oil, natural gas, aluminium, and commodity volatility.forecast_currency— USD FX and volatility forecasts (USD/EUR, USD/AUD, USD/CNY, dollar index, euro FX vol).forecast_equities— US equity outlook: S&P 500, VIX, Russell 2000 volatility (model-based, not live prices).forecast_gdp— US GDP growth (annualized %), Atlanta Fed nowcast and St.forecast_inflation— Inflation-related indicators (CPI, PPI, expectations, breakevens, etc.forecast_rates— Fed funds, Treasuries, SOFR, CP, prime, and key yield spreads.forecast_manufacturing— Manufacturing: durable goods, new orders, industrial production.forecast_real_estate— Housing: Case-Shiller, supply, permits, 30-year mortgage rate.