---
name: global-econ-x402-production.up.railway.app
description: This host provides a single endpoint returning U.S. real GDP data sourced from FRED and the BEA, including the latest advance estimate, a multi-quarter historical series, and an AI-generated economic commentary on the current growth trajectory. Data is delivered at quarterly cadence. No other countries or indicators are covered.
host: global-econ-x402-production.up.railway.app
---

# global-econ-x402-production.up.railway.app

global-econ-x402-production serves agents that need a quick, structured read on U.S. macroeconomic output. It wraps FRED quarterly real GDP data and pairs it with an AI-generated narrative assessment, making it useful for agents that need both raw figures and an interpreted economic context in a single call. It is a narrow, single-indicator host with no breadth across other geographies or economic metrics.

## When to use this host

Use this host when an agent needs U.S. real GDP figures (latest quarter or recent historical series) or wants an AI-generated assessment of whether the U.S. economy is expanding, slowing, or in recession. Do not use it for GDP data on any country other than the United States, for monthly or sub-quarterly indicators (e.g., industrial production, retail sales, employment), for real-time or streaming economic data, or for any non-GDP macroeconomic metrics such as inflation, interest rates, or trade balances. For broader macroeconomic coverage across multiple countries or indicators, a different host with wider economic data access would be required.

## Capabilities

### US GDP Data Retrieval

Fetches current and historical U.S. real GDP figures from FRED, including the latest BEA advance estimate and a multi-quarter series, along with an AI-generated commentary on economic conditions.

- **`fetch-us-gdp-data`** — Returns current and historical U.S. real GDP data from FRED (quarterly cadence) including the latest BEA advance estimate, a multi-quarter series, and AI-generated economic commentary.

## Skill reference

### `fetch-us-gdp-data`

**US GDP Data** — Returns current and historical U.S. real GDP data from FRED (quarterly cadence) including the latest BEA advance estimate, a multi-quarter series, and AI-generated economic commentary.

*Use when:* Use when an agent needs current or recent U.S. real GDP figures, quarter-over-quarter changes, historical quarterly series, or an AI-generated assessment of whether the economy is in expansion, slowdown, or recession.

*Not for:* Do not use for GDP data of countries other than the United States, for sub-quarterly or monthly economic indicators, or for real-time streaming economic data.

**Returns:** Returns a JSON object with the latest quarterly U.S. real GDP value and change, a six-quarter historical series in billions of USD sourced from FRED, and an AI commentary on the current economic regime.

**Example:** `GET https://global-econ-x402-production.up.railway.app/us/gdp`

---
