Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tasks
{
  "list": {},
  "cancel": {},
  "requests": {
    "tools": {
      "call": {}
    },
    "prompts": {
      "get": {}
    },
    "resources": {
      "read": {}
    }
  }
}
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}
resources
{
  "subscribe": false,
  "listChanged": true
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
forecast_commoditiesB

Macro forecasts for crude oil, natural gas, aluminium, and commodity volatility.

Authentication: optional. Without an API key, the free tier is used. With a valid key (header Authorization: Bearer …, x-api-key, or query ?api_key=), Pro access is used automatically.

forecast_currencyB

USD FX and volatility forecasts (USD/EUR, USD/AUD, USD/CNY, dollar index, euro FX vol).

Optional API key via headers or ?api_key= selects Pro automatically when valid.

forecast_equitiesA

US equity outlook: S&P 500, VIX, Russell 2000 volatility (model-based, not live prices).

Optional API key via headers or ?api_key= selects Pro when valid.

forecast_gdpA

US GDP growth (annualized %) — Atlanta Fed nowcast and St. Louis Fed real GDP nowcast.

Optional API key via headers or ?api_key= selects Pro when valid.

forecast_inflationC

Inflation-related indicators (CPI, PPI, expectations, breakevens, etc.).

Optional API key via headers or ?api_key= selects Pro when valid.

forecast_ratesB

Fed funds, Treasuries, SOFR, CP, prime, and key yield spreads.

Optional API key via headers or ?api_key= selects Pro when valid.

forecast_laborB

US labor market: unemployment, participation, EPOP, manufacturing/finance payrolls.

Optional API key via headers or ?api_key= selects Pro when valid.

forecast_manufacturingB

Manufacturing: durable goods, new orders, industrial production.

Optional API key via headers or ?api_key= selects Pro when valid.

forecast_real_estateC

Housing: Case-Shiller, supply, permits, 30-year mortgage rate.

Optional API key via headers or ?api_key= selects Pro when valid.

forecast_retailC

Retail sales and University of Michigan consumer sentiment.

Optional API key via headers or ?api_key= selects Pro when valid.

stock_analysis_allA

Return MoneyChoice aggregate stock analysis for one ticker.

When include_interpretation is true (default), the response starts with a one-paragraph case that always names analyze_std_dev (close, 30d mean, std, σ, normal_dist_range) and analyze_volume_price (vol_pri_angle_degree) when rows exist, then candlestick counts and the up/down blend — plus a Buy / Sell (reduce) / Hold lean. Instruct the user from this block first; the same JSON as the HTTP API follows. Set include_interpretation to false for JSON only.

Abuse controls: configurable per-minute rate limit per client (session / IP / stdio); optional Pro-only via mcp_stock_analysis_require_pro or MCP_STOCK_ANALYSIS_REQUIRE_PRO. The backend call uses the server internal_key. Requires a2a_internal_api_key in config/app.php.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
MoneyChoice Institutional Macro ForecastsStructured metadata about the MoneyChoice forecasting framework, methodology transparency, coverage areas, accuracy record, and integration capabilities.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/prmail/moneychoice_mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server