mcp-bea-gov
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@mcp-bea-govshow me the latest GDP data"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
@pipeworx/bea-gov
BEA — Bureau of Economic Analysis MCP — US national + regional + industry + international econ stats. Free key (email signup).
Part of Pipeworx — an MCP gateway connecting AI agents to 1476+ live data sources.
Auth
Platform:
PLATFORM_BEA_KEY. BYO:?_apiKey=….
Related MCP server: Bureau of Economic Analysis (BEA) MCP Server
Tools
dataset_list()— list datasetsparameter_list(dataset)— parameters for a datasetparameter_values(dataset, parameter)— valid values for a parameterparameter_values_filtered(dataset, target_parameter, ...filters)— filter-aware valid values (rare; pass other params as filters)get_data(dataset, ...params)— actual data (params per dataset; e.g.TableName,Frequency,Year,GeoFips,LineCode)
dataset examples: NIPA, NIUnderlyingDetail, MNE, FixedAssets, ITA, IIP, InputOutput, IntlServTrade, GDPbyIndustry, Regional, UnderlyingGDPbyIndustry, APIDatasetMetadata.
Data source
https://apps.bea.gov/api/data
Quick Start
Add to your MCP client (Claude Desktop, Cursor, Windsurf, etc.):
{
"mcpServers": {
"bea-gov": {
"url": "https://gateway.pipeworx.io/bea-gov/mcp"
}
}
}What this endpoint actually serves
tools/list at https://gateway.pipeworx.io/bea-gov/mcp returns the tools in the table
above plus the shared Pipeworx meta-tools — ask_pipeworx,
discover_tools, search_within, remember/recall and the rest of the
gateway-wide set. So the tool count you see is larger than this table: a
single-pack endpoint currently lists roughly 30 shared tools alongside the
pack's own. The connection's initialize response states its exact scope, and
is the authoritative answer for a given day.
This is deliberate, not multiplexing by accident. The meta-tools are what let a
scoped connection answer a question this pack does not cover — via
ask_pipeworx, which routes across the whole catalog — without you adding a
second MCP server. There is currently no way to mount a pack endpoint without
them; if the extra schemas cost you more context than the routing is worth,
connect to the full gateway once rather than to several pack endpoints.
Or connect to the full Pipeworx gateway to get every pack's tools listed directly, instead of just this one's:
{
"mcpServers": {
"pipeworx": {
"url": "https://gateway.pipeworx.io/mcp"
}
}
}Both URLs reach the same gateway and the same 1476+ data sources. The
only difference is which pack's tools are listed directly; ask_pipeworx
reaches all of them from either one.
Using with ask_pipeworx
Instead of calling tools directly, you can ask questions in plain English — this works on the pack endpoint above as well as on the full gateway:
ask_pipeworx({ question: "your question about Bea Gov data" })The gateway picks the right tool and fills the arguments automatically.
More
License
MIT
This server cannot be deployed
Maintenance
Related MCP Connectors
Equip AI with tools for researching economic data from Federal Reserve Economic Data (FRED).
Access US federal award, recipient, agency, and spending analytics data from USAspending.gov.
Browse and query the EIA API v2 — electricity, petroleum, natural gas, coal, forecasts via MCP.
Econdata MCP — wraps BLS (Bureau of Labor Statistics) public API v2
Related MCP Servers
- AlicenseNot gradedqualityNot gradedmaintenanceProvides access to comprehensive U.S. and international energy data from the EIA API, including electricity, natural gas, petroleum, coal, renewables, CO2 emissions, and energy forecasts.-
- FlicenseNot gradedqualityDmaintenanceProvides access to comprehensive U.S. economic data including GDP, personal income, and regional statistics via the Bureau of Economic Analysis API. It enables users to query datasets and retrieve specific economic indicators for states, counties, and industries through natural language.2-
- FlicenseCqualityDmaintenanceEnables users to query and explore economic data from FRED, supporting tools for searching series, retrieving observations, and browsing categories. It provides comprehensive access to financial datasets, including GeoFRED maps and raw endpoint passthrough for advanced research.401-
- AlicenseNot gradedqualityCmaintenanceEnables querying economic data from Banco de México (Mexico's central bank) via the SIE API.8MIT