Command Palette

Search for a command to run...

UnylyUnyly
Browse all

BEA.gov by Pipeworx

FreeNot checked

Access U.S. Bureau of Economic Analysis economic data and statistics via MCP.

GitHubEmbed

About

Access U.S. Bureau of Economic Analysis economic data and statistics via MCP.

README

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 1394+ live data sources.

Auth

  • Platform: PLATFORM_BEA_KEY. BYO: ?_apiKey=….

Tools

  • dataset_list() — list datasets
  • parameter_list(dataset) — parameters for a dataset
  • parameter_values(dataset, parameter) — valid values for a parameter
  • parameter_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"
    }
  }
}

Or connect to the full Pipeworx gateway for access to all 1394+ data sources:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

Using with ask_pipeworx

Instead of calling tools directly, you can ask questions in plain English:

ask_pipeworx({ question: "your question about Bea Gov data" })

The gateway picks the right tool and fills the arguments automatically.

More

License

MIT

from github.com/pipeworx-io/mcp-bea-gov

Installing BEA.gov by Pipeworx

This server has no published package — it is built from source. Open the repository and follow its README.

▸ github.com/pipeworx-io/mcp-bea-gov

FAQ

Is BEA.gov by Pipeworx MCP free?

Yes, BEA.gov by Pipeworx MCP is free — one-click install via Unyly at no cost.

Does BEA.gov by Pipeworx need an API key?

No, BEA.gov by Pipeworx runs without API keys or environment variables.

Is BEA.gov by Pipeworx hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install BEA.gov by Pipeworx in Claude Desktop, Claude Code or Cursor?

Open BEA.gov by Pipeworx on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Related MCPs

Compare BEA.gov by Pipeworx with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs