Analytics
moneychoice.us
Provides macroeconomic forecasts for commodities, currencies, equities, GDP, and inflation.
ENDPOINT 1
https://api.moneychoice.us/mcp
MCP server metadata
- Name
- macro-economic-forecast
- Version
- 2.14.5
Known tools 11
forecast_commoditiesMacro forecasts for crude oil, natural gas, aluminium, and commodity volatility.
Inferred read-onlyforecast_currencyUSD FX and volatility forecasts (USD/EUR, USD/AUD, USD/CNY, dollar index, euro FX vol).
Inferred read-onlyforecast_equitiesUS equity outlook: S&P 500, VIX, Russell 2000 volatility (model-based, not live prices).
Inferred read-onlyforecast_inflationInflation-related indicators (CPI, PPI, expectations, breakevens, etc.
Inferred read-onlyforecast_laborUS labor market: unemployment, participation, EPOP, manufacturing/finance payrolls.
Inferred read-onlyforecast_manufacturingManufacturing: durable goods, new orders, industrial production.
Inferred read-onlyforecast_real_estateHousing: Case-Shiller, supply, permits, 30-year mortgage rate.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.