Financial

BEA Economic Accounts MCP Server

Use Studio chat to drive this server — credentials stay in your workspace.

Bureau of Economic Analysis API providing GDP, personal income, international trade, and industry economic account data at national, state, and county levels.

4 tools
Agent guide included
API Key
Start Chatting

Opens MCPBundles Studio with this server selected. After sign-in, chat and run tools from the same thread.

Browse all tools

AI Skill
SKILL.md

Domain knowledge for BEA Economic Accounts — workflow patterns, data models, and gotchas for your AI agent.

BEA Economic Accounts

BEA provides GDP, personal income, and economic account data. Datasets: NIPA (national income), Regional (state/county GDP, income), International (trade, investment), Industry (GDP by industry). API uses method-based queries: GETDATASETLIST, GETPARAMETERLIST, GETPARAMETERVALUES, GETDATA. Regional GDP available by state, MSA, county. 36-character UserID key.

Data Model

  • NIPA — National Income and Product Accounts: GDP, personal income, corporate profits, government spending. Quarterly and annual tables (e.g. T10101 = GDP).
  • Regional — state and county economic data: GDP by state, personal income, per capita income, employment. Identified by GeoFIPS codes.
  • International — trade in goods/services, direct investment, balance of payments. Quarterly and annual.
  • Industry — GDP by industry, input-output tables, employment by industry.
  • Parameter values — retrieve valid values for any dataset parameter (table names, FIPS codes, year formats) to construct accurate data queries.

Gotchas

  • Method parameter — all requests require method query param (GETDATASETLIST, GETPARAMETERLIST, GETPARAMETERVALUES, GETDATA).
  • ResultFormat — must specify ResultFormat=JSON for JSON responses; default is XML.
  • UserID — API key goes as UserID query parameter, not header.
  • Rate limits — 100 requests per minute, 100 MB per minute, 30 errors per minute.
  • Regional GeoFIPS — 5-digit FIPS codes for counties, 2-digit for states, "STATE" or "COUNTY" for all.

Tools in this Server (4)

Bea Get Data

Get economic data from a BEA dataset. Supports GDP, personal income, trade, and industry data at national, state, and county levels. Requires dataset ...

Bea Get Datasets

List all available BEA datasets including NIPA (national income), Regional (state/county GDP and income), International (trade and investment), and In...

Bea Get Parameters

Get the list of required and optional parameters for a BEA dataset. Use this to discover which table names, FIPS codes, and year formats are available...

Bea Get Parameter Values

Get the list of valid values for a specific parameter of a BEA dataset. For example, get all valid TableName values for the Regional dataset, or all v...

Frequently Asked Questions

What is the BEA Economic Accounts MCP server?

Bureau of Economic Analysis API providing GDP, personal income, international trade, and industry economic account data at national, state, and county levels. It provides 4 tools that AI agents can use through the Model Context Protocol (MCP).

How do I connect BEA Economic Accounts to my AI agent?

Add the MCPBundles server URL to your MCP client configuration (Claude Desktop, Cursor, VS Code, etc.). The URL format is: https://mcp.mcpbundles.com/bundle/bea. Authentication is handled automatically.

How many tools does BEA Economic Accounts provide?

BEA Economic Accounts provides 4 tools that can be called by AI agents, along with a SKILL.md that gives your AI agent domain knowledge about when and how to use them.

What authentication does BEA Economic Accounts require?

BEA Economic Accounts uses API Key. BEA Economic Accounts requires credentials. Connect via MCPBundles and authentication is handled automatically.

Setup Instructions

Connect BEA Economic Accounts to any MCP client in minutes

https://mcp.mcpbundles.com/bundle/bea

What is MCP?

Model Context Protocol lets AI tools call external capabilities securely through a single URL. This bundle groups tools behind an MCP endpoint that many clients can use.

Use this bundle in 3 steps

  1. Copy the MCP URL above
  2. Open your AI tool and add a new MCP/connector
  3. Paste the URL and follow any auth prompts

Claude Desktop Users

Skip the manual setup! Use the .mcpb file format for one-click installation. Check the Claude Desktop tab for setup instructions.

Pick your tool tab for exact steps

Select ChatGPT, Cursor, Claude Code, or another tab for copy-paste config.

Ready to chat with BEA Economic Accounts?

Same flow: Studio opens on this server after sign-in. Keep chatting to call tools from the conversation.

BEA Economic Accounts MCP Server & Skill — 4 Tools