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.
Pick your protocol
Same macro data — connect the way your stack expects.
MCP Server
Best for Cursor, Claude, and ChatGPT. Ask in plain English; your AI calls the right forecast tool.
https://api.moneychoice.us/mcp
Full MCP guide →
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.
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.
| Tool | Covers | Example prompt |
|---|---|---|
| forecast_inflation | CPI, PPI, breakevens, expectations | “CPI forecast for the next 6 months” |
| forecast_rates | Fed funds, 10Y yield, SOFR, spreads | “Where is the 10-year Treasury headed?” |
| forecast_labor | Unemployment, payrolls, participation | “Unemployment outlook this quarter” |
| forecast_gdp | Atlanta & St. Louis GDP nowcasts | “GDP nowcast for Q3” |
| forecast_retail | Retail sales, consumer sentiment | “Are consumers still spending?” |
| forecast_real_estate | Permits, Case-Shiller, housing starts | “Housing permits forecast” |
| forecast_manufacturing | Industrial production, durable goods | “Manufacturing outlook” |
| forecast_commodities | Oil, gas, commodity volatility | “WTI crude forecast” |
| forecast_currency | USD index, EUR, AUD, CNY | “USD/EUR outlook” |
| forecast_equities | S&P 500, VIX, Russell vol | “VIX and S&P outlook” |
| stock_analysis_all | 360° ticker analysis (Pro may apply) | “Full analysis on AAPL” |
Free tier: connect without a key · Educational use only, not investment advice