US Macroeconomic Data
Server Details
US macroeconomic data: inflation, jobs, GDP, energy, and Treasury yields
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Average 3.4/5 across 7 of 7 tools scored.
Each tool targets a distinct economic domain: business patterns, demographics, energy, inflation, jobs, macro indicators, and treasury. Descriptions clearly differentiate them with no ambiguity.
All tools follow a consistent 'get_<domain>' pattern using snake_case, making it easy to predict functionality from the name.
7 tools is appropriate for US macroeconomic data, covering major areas without being overwhelming or too sparse.
Covers key indicators like inflation, jobs, GDP, and demographics, but lacks some areas like trade data or consumer confidence, though these are minor gaps.
Available Tools
7 toolsget_business_patternsInspect
U.S. County Business Patterns — number of businesses (establishments), employees, and payroll by industry (NAICS code) and state. Answers: How many tech companies in California? Total healthcare employees in Texas?
| Name | Required | Description | Default |
|---|---|---|---|
| year | No | Data year (default: 2021) | 2021 |
| naics | No | NAICS industry code: 51=Tech/Info, 52=Finance, 53=Real Estate, 54=Professional Services, 62=Healthcare, 23=Construction, 44=Retail, 72=Food/Hospitality | 51 |
| state | No | 2-letter state code (CA, TX, NY). Omit for all states. |
get_demographicsInspect
Get U.S. Census demographic data by state or county. Population, median income, poverty rate, unemployment, home values, and education level.
| Name | Required | Description | Default |
|---|---|---|---|
| level | No | state (default) or county | state |
| state | No | 2-letter state code (CA, TX, NY). Omit for all states. |
get_energyInspect
Get energy prices from the U.S. Energy Information Administration. WTI crude, Brent crude, natural gas.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Weekly data points | |
| series | No | wti_crude (default), brent_crude, natural_gas | wti_crude |
get_inflationInspect
Get U.S. CPI inflation data from the Bureau of Labor Statistics. Returns latest value, YoY change, and MoM change.
| Name | Required | Description | Default |
|---|---|---|---|
| months | No | Months of history (default 13) | |
| series | No | all_items (default), core (ex food/energy), food, energy, shelter, medical | all_items |
get_jobsInspect
Get U.S. labor market data from BLS. Unemployment rate, nonfarm payrolls, job openings, and wages.
| Name | Required | Description | Default |
|---|---|---|---|
| months | No | Months of history | |
| series | No | unemployment_rate (default), nonfarm_payrolls, job_openings, avg_hourly_earnings, labor_force_participation | unemployment_rate |
get_macroInspect
Get macroeconomic indicators from FRED (Federal Reserve). GDP, Fed funds rate, Treasury yields, housing starts, retail sales.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Data points to return | |
| series | No | gdp, fed_funds_rate (default), treasury_10y, treasury_2y, yield_curve, housing_starts, retail_sales, consumer_sentiment | fed_funds_rate |
get_treasuryInspect
Get U.S. national debt (daily, to the penny) and average interest rates on Treasury securities from the U.S. Treasury.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Number of records | |
| series | No | debt (national debt, default) or interest_rates | debt |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!