Connect U.S. Bureau of Economic Analysis (BEA) to Gemini Enterprise
Query U.S. Bureau of Economic Analysis (BEA) directly from Gemini Enterprise. Arlet links the two through one MCP connection and takes care of API keys.
This server connects your AI client to the Bureau of Economic Analysis API - the primary source for US GDP and the national accounts. BEA data is organized as datasets of named tables, and the table identifiers (T10101, T20600, ...) are not guessable, so the server provides a three-step flow.
Key features:
- list_datasets: without arguments, all datasets (NIPA, Regional, ITA, IIP, GDPbyIndustry, InputOutput, ...); with a dataset name, that dataset's parameters and which are required.
- list_parameter_values: enumerate a parameter's accepted values with keyword filtering - e.g. search NIPA TableName values for 'gross domestic product' to find T10101.
- get_data: fetch a table by dataset + TableName with a frequency (annual/quarterly/monthly) and years, plus dataset-specific extra parameters such as LineCode and GeoFips for Regional data.
Division of labor with FRED: FRED is faster for a single headline series (GDP level or growth rate); BEA is the source when you need a full table with all its line items - the composition of GDP, income by state, trade in services by type.
Arlet obtains and manages the UserID, so there is nothing for you to sign up for or configure - just switch the server on. (Upstream throttles at 100 requests/minute per key, and that budget is shared across Arlet users.)
How to connect U.S. Bureau of Economic Analysis (BEA) to Gemini Enterprise
- 1
In the Arlet dashboard, open Data tools, find U.S. Bureau of Economic Analysis (BEA) and switch it on. No API key setup is needed.
- 2
Sign in to Gemini Enterprise with your organization Google account and open the gear icon at the bottom left β Connectors β Add MCP Server.
- 3
In the MCP info tab, enter https://mcp.arlet.dev/mcp/ as the Server URL and "Arlet" as the Name. In the Auth tab, enter the OAuth settings from the Arlet docs (Authorization URL / Token URL / Client ID / Client Secret / Scopes) and click Add.
- 4
In the connector list on the chat screen, click Connect on Arlet, sign in with Google and authorize. Arlet can then be enabled with the toggle.
Adding custom connectors (MCP) requires a Gemini Enterprise subscription and is not available in the consumer Gemini app. See the docs for the values to enter in the Auth tab.
