Skip to content
VS Code

Econdata for VS Code

io.github.pipeworx-io/econdata

Econdata MCP — wraps BLS (Bureau of Labor Statistics) public API v2

client:VS Code transport:streamable-http

Install Econdata in VS Code

.vscode/mcp.json

{
  "servers": {
    "econdata": {
      "type": "http",
      "url": "https://gateway.pipeworx.io/econdata/mcp"
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Econdata in other clients