BEA Economic Accounts
com.olyport/beaCounty GDP, personal income, and employment from the Bureau of Economic Analysis
Tools · 5
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 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 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 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 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"
}
}
}