pipeworx-io/mcp-econdata
MCP server for US economic data (unemployment, CPI, employment) via Bureau of Labor Statistics API
Platform-specific configuration:
{
"mcpServers": {
"mcp-econdata": {
"command": "npx",
"args": [
"-y",
"mcp-econdata"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
MCP server for US economic data (unemployment, CPI, employment) via the Bureau of Labor Statistics API. No authentication required.
| Tool | Description | |------|-------------| | get_series | Fetch any BLS time series by series ID | | get_unemployment | Get the US civilian unemployment rate over time | | get_cpi | Get the US Consumer Price Index for All Urban Consumers | | get_employment_by_industry | Get US non-farm payroll employment by industry |
Call any tool through the hosted gateway with zero setup:
curl -X POST https://gateway.pipeworx.io/mcp \
-H "Content-Type: application/json" \
-d '{
"jsonrpc": "2.0",
"id": 1,
"method": "tools/call",
"params": {
"name": "econdata_get_unemployment",
"arguments": { "start_year": "2023", "end_year": "2024" }
}
}'MIT
Loading reviews...