# BEA MCP for AI Agents AI Agent Connect

> BEA MCP. Access official US economic statistics including GDP, personal income, and industry data directly from the Bureau of Economic Analysis. Stop manual CSV downloads and start pulling government-verified economic signals into your AI client instantly.

## Overview
- **Category:** data-analytics
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_qLRa8A74BaioPiX5zhndQgxxqieS1GHCCf3uTg8g/ai-agent-connect
- **Tags:** economic-data, gdp, macroeconomics, us-economy, financial-statistics

## Description

The BEA MCP provides a direct bridge to official US economic data. Instead of hunting through government websites and downloading messy CSV files just to get a few rows of data, you can just ask your AI client to pull the latest GDP growth or industry statistics. It bridges the gap between raw government data and your analysis. You can browse the catalog of datasets, figure out exactly what filters to use, and get the numbers you need in seconds. It's a huge time saver for anyone who needs accurate, government-verified economic signals without the manual overhead. Since Vinkius handles the connection, you just plug in your API key and start querying.

## Tools

### get_data
Pull raw economic figures from a specific BEA dataset using your provided parameters. It's the primary way to get numbers into your chat.

### get_parameter_list
Lists all the variables and filters available for a specific dataset. Use this to see what you can actually query.

### get_parameter_values
Shows the valid codes for a parameter like TableID or Frequency. This helps you avoid API errors by using correct strings.

### get_dataset_list
Lists all available economic datasets from the Bureau of Economic Analysis. Use this to browse the full catalog of data.

## Prompt Examples

**Prompt:** 
```
What datasets can I look at for US economic data?
```

**Response:** 
```
I found the following datasets from the Bureau of Economic Analysis:

* **NIPA** (National Income and Product Accounts)
* **Regional**
* **GDPByIndustry**
* **FixedAssets**
* **ITA** (International Transactions)

Which one do you want to look into?
```

**Prompt:** 
```
What are the parameters for the NIPA dataset?
```

**Response:** 
```
To query the NIPA dataset, you'll typically need these parameters:

* **TableName** or **TableID**
* **Frequency** (e.g., A for Annual, Q for Quarterly)
* **Year**

I can check for the specific valid values for any of these if you'd like.
```

**Prompt:** 
```
Get the GDP data for 2023 from the NIPA dataset using Table T10101.
```

**Response:** 
```
I'm pulling the data for NIPA Table T10101 for 2023 now...

**Results:**
* **Real Gross Domestic Product:** Increased at an annual rate of **2.5 percent** in 2023.

Would you like me to break this down by quarter for you?
```

## Capabilities

### Browse economic datasets
List all available economic datasets from the Bureau of Economic Analysis.

### Identify query parameters
See the specific filters and variables required for any given dataset.

### Check valid parameter codes
Retrieve lists of valid codes for parameters like TableID or Frequency.

### Fetch raw economic figures
Get raw economic figures and growth rates directly into your conversation.

## Use Cases

### Quickly pulling GDP growth rates
An analyst needs the 2023 GDP growth rate. They ask their agent to pull NIPA Table T10101 for 2023, and the agent uses get_data to return the figure immediately.

### Exploring available economic datasets
A researcher wants to see what data is available. They ask the agent to list datasets, which uses get_dataset_list to show options like Regional or Industry data.

### Identifying correct query parameters
A data scientist needs to know which parameters to use for a specific table. They ask the agent to find the parameters for a dataset using get_parameter_list.

### Troubleshooting API query errors
An analyst gets an error on a query. They ask the agent to find the valid codes for the Frequency parameter using get_parameter_values to fix the request.

## Benefits

- Stop downloading CSVs manually by using get_dataset_list to find exactly what you need.
- Avoid API errors by checking valid codes with get_parameter_values before running a query.
- Build more accurate models with get_data pulling government-verified economic signals.
- Save hours of research by using get_parameter_list to explore variables for any dataset.
- Get real-time growth rates and historical statistics without visiting the BEA website.

## How It Works

The bottom line is you get real-time access to official US economic data without leaving your AI interface.

1. Subscribe to the BEA MCP and enter your BEA API Key in the settings.
2. Ask your AI client to list datasets or explore specific parameters for a query.
3. Get raw economic figures and growth rates directly in your conversation or analysis tool.

## Frequently Asked Questions

**Can the BEA MCP pull GDP data for me?**
Yes, it pulls official GDP figures directly from the Bureau of Economic Analysis. You can request specific years or tables, and the agent will return the growth rates and raw figures.

**Does the BEA MCP work with Claude or Cursor?**
Yes, it works with any MCP-compatible client. Once you connect it via Vinkius, you can query economic data directly in Claude, Cursor, or any other supported editor.

**How do I get my own BEA API key?**
You can sign up for an API key directly on the official Bureau of Economic Analysis website. You'll need to paste that key into your settings to start pulling data.

**Can I use the BEA MCP to find industry-specific data?**
Yes, the Connector allows you to browse and retrieve data from various categories, including industry-specific statistics and regional economic reports.

**Will the BEA MCP help me avoid API errors?**
It does by providing tools to check valid parameters. You can ask your agent to list valid codes for things like frequency or table IDs before you run your main data query.

**Is the data in the BEA MCP updated regularly?**
The Connector pulls directly from the official government source, so you get the most current economic statistics available from the Bureau of Economic Analysis.

**How can I see which economic datasets are available?**
You can use the `get_dataset_list` tool. It will return a comprehensive list of all datasets currently supported by the BEA API, such as NIPA, NIUnderlyingDetail, and FixedAssets.

**How do I know what filters or parameters to use for a specific dataset?**
First, use `get_parameter_list` with the dataset name to see required fields. Then, use `get_parameter_values` to find valid inputs (like specific Year or TableID) for those parameters.

**Can I fetch actual GDP or income figures directly?**
Yes. Use the `get_data` tool. You will need to provide the dataset name and a JSON string of parameters (e.g., TableName, Frequency, Year) to retrieve the specific economic observations.