dataset_list

Pack: bea-gov · Endpoint: https://gateway.pipeworx.io/bea-gov/mcp

List datasets.

Example call

Arguments

{}

curl

curl -X POST https://gateway.pipeworx.io/bea-gov/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"dataset_list","arguments":{}}}'

TypeScript (@pipeworx/sdk)

import { Pipeworx } from '@pipeworx/sdk';
const pipeworx = new Pipeworx();

const result = await pipeworx.call('dataset_list', {});

Response shape

FieldTypeDescription
BEAAPIobjectBEA API response wrapper
Full JSON Schema
{
  "type": "object",
  "description": "Response from BEA API containing dataset list",
  "properties": {
    "BEAAPI": {
      "type": "object",
      "description": "BEA API response wrapper"
    }
  }
}

Connect

Add this to your MCP client config, or use one-click install buttons:

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

See Getting Started for client-specific install steps.

Regenerated from source · build June 12, 2026