ClaudeChatGPTPerplexityGeminiMicrosoft CopilotRaycastMeta AIGrokZ.aiQwenKimi
DeepSeekMistralCursorVS CodeWindsurfJetBrainsClineLovableVercel AI SDKLangChain

Use BEA (Bureau of Economic Analysis) with your AI.

Connect your account once and let the AI you already use work with it, without building another integration. Access official US economic statistics including GDP, personal income, and industry data directly from the Bureau of Economic Analysis.

Included with plan

Ask AI about this Connector

Developed, maintained, and hosted by Vinkius.

MCP VERIFIED · PRODUCTION READY · VINKIUS GUARANTEED

Waiting for input…

Works with modern AI clients that support MCP, including ChatGPT, Claude, Cursor, and more.

ChatGPTClaudeCursorPerplexityGeminiMicrosoft CopilotRaycastMeta AI

Complete set · 4 capabilities

The complete BEA (Bureau of Economic Analysis) capability set.

These are the exact actions your AI can choose when you ask it to work with BEA (Bureau of Economic Analysis).

Capability set01 / 01

01-04

4 capabilities in this set.

Part of 4 available through BEA (Bureau of Economic Analysis).

  1. 01

    Get parameter list

    List parameters for a specific BEA dataset

  2. 02

    Get data

    Pass dataset-specific parameters as a JSON string. Retrieve economic data from a BEA dataset

  3. 03

    Get dataset list

    G., NIPA, Regional, GDPByIndustry). List available BEA datasets

  4. 04

    Get parameter values

    List valid values for a BEA dataset parameter

Observed, not estimated

838ms average. Fast in production.

BEA (Bureau of Economic Analysis) is checked daily against the live service.

Daily averagePeak 1040ms
Aug 20Today
Fastest day
663ms
Slowest day
1040ms
14-day trend
Slowing+17%

Connect your client

One URL. Every client.

Activate the Connector, copy your link, and paste it into the client you already use. 4 capabilities arrive ready to run.

Preview access · not provider authentication

The vk_preview_* token belongs to Vinkius preview infrastructure. It lets Claude discover and display the capabilities of BEA (Bureau of Economic Analysis), so you can see the experience inside your AI.

It does not authenticate your account with BEA (Bureau of Economic Analysis). Actions requiring credentials or live account data may not run until you activate the Connector and authorize the service.

BEA (Bureau of Economic Analysis) Connector

You're all set. Choose your MCP client and follow the setup instructions.

Connector linkhttps://edge.vinkius.com/vk_preview_qLRa8A74BaioPiX5zhndQgxxqieS1GHCCf3uTg8g/mcp

Claude Desktop

Follow the steps below to connect in seconds.

  1. 1In Claude Desktop, open Settings → Connectors.
  2. 2Click “Add custom connector” and paste the connector link above as the remote MCP server URL.
  3. 3Click Add and start a new chat — BEA (Bureau of Economic Analysis) capabilities are ready to use.
Configuration · claude_desktop_config.jsonCopy
{
  "mcpServers": {
    "bea-bureau-of-economic-analysis-mcp": {
      "url": "https://edge.vinkius.com/vk_preview_qLRa8A74BaioPiX5zhndQgxxqieS1GHCCf3uTg8g/mcp"
    }
  }
}
  • Claude
  • ChatGPT
  • Cursor
  • VS Code
  • Windsurf
  • Claude Code
  • JetBrains
  • Cline

Step-by-step instructions for each client are in the guide. How to connect

FAQ

Questions BEA (Bureau of Economic Analysis) owners ask.

  • 01

    How can I see which economic datasets are available?

    You can use the get_dataset_list capability. It will return a comprehensive list of all datasets currently supported by the BEA API, such as NIPA, NIUnderlyingDetail, and FixedAssets.

  • 02

    How do I know what filters or parameters to use for a specific dataset?

    First, use get_parameter_list with the dataset name to see required fields. Then, use get_parameter_values to find valid inputs (like specific Year or TableID) for those parameters.

  • 03

    Can I fetch actual GDP or income figures directly?

    Yes. Use the get_data capability. You will need to provide the dataset name and a JSON string of parameters (e.g., TableName, Frequency, Year) to retrieve the specific economic observations.