Skip to content
Back to search
100
MCP live v1.0.0 streamable-http

BEA Economic Accounts

com.olyport/bea

County GDP, personal income, and employment from the Bureau of Economic Analysis

Uptime
10.7%
28 probes
Response
780ms
last probe
Tools
5
callable

Tools · 5

get_county_gdp

Get GDP by county from the BEA Regional accounts (CAGDP1 table). Returns all-industry GDP for a county or state total. When year is omitted, returns the last 5 available years. GeoFips f…

get_county_personal_income

Get personal income by county from the BEA Regional accounts (CAINC1 table). Returns total personal income for a county or state total. When year is omitted, returns the last 5 available year…

get_county_employment

Get total full-time and part-time employment by county from BEA (CAEMP25N table). Returns employment counts for a county or state total. When year is omitted, returns the last 5 available yea…

get_metro_gdp

Get GDP by metropolitan statistical area from BEA (MAGDP1 table). Returns all-industry GDP for an MSA. When year is omitted, returns the last 5 available years. Args: msa_code: M…

list_available_tables

List all available Regional dataset table names from the BEA API. Returns table name codes and descriptions for use with other BEA tools. Useful for discovering which datasets are available. …

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "bea_economic_accounts": {
      "url": "https://mcp.olyport.com/bea/mcp",
      "transport": "streamable-http"
    }
  }
}