Back to Registry
View Author Profile
Official Verified
pipeworx-econdata
US economic indicators from the Bureau of Labor Statistics — unemployment, CPI, and employment by industry
skill-install — Terminal
Install via CLI (Recommended)
clawhub install openclaw/skills/skills/b-gutman/pipeworx-econdataOr
US Economic Data (BLS)
Access official US economic statistics from the Bureau of Labor Statistics. Pull unemployment rates, Consumer Price Index (CPI), and employment figures by industry. Query any BLS time series directly or use the convenience tools.
Tools
| Tool | Description |
|---|---|
get_series | Fetch any BLS time series by ID (e.g., "CUUR0000SA0" for CPI) |
get_unemployment | Civilian unemployment rate (seasonally adjusted) |
get_cpi | Consumer Price Index for all urban consumers |
get_employment_by_industry | Total nonfarm employment by industry sector |
Scenarios
- "What's the current US unemployment rate?" — call
get_unemployment - Tracking inflation trends via CPI over a specific year range
- Comparing employment growth across industries (healthcare, tech, manufacturing)
- Building economic dashboards with official government data
Example: CPI for 2022-2024
curl -s -X POST https://gateway.pipeworx.io/econdata/mcp \
-H "Content-Type: application/json" \
-d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"get_cpi","arguments":{"start_year":"2022","end_year":"2024"}}}'
Returns monthly CPI values with period name, year, and value.
Setup
{
"mcpServers": {
"pipeworx-econdata": {
"command": "npx",
"args": ["-y", "mcp-remote@latest", "https://gateway.pipeworx.io/econdata/mcp"]
}
}
}
Metadata
AI Skill Finder
Not sure this is the right skill?
Describe what you want to build — we'll match you to the best skill from 16,000+ options.
Find the right skill Add to Configuration
Paste this into your clawhub.json to enable this plugin.
{
"plugins": {
"official-b-gutman-pipeworx-econdata": {
"enabled": true,
"auto_update": true
}
}
}Safety NoteClawKit audits metadata but not runtime behavior. Use with caution.
Related Skills
pipeworx-npm
npm MCP — wraps the npm Registry API (free, no auth)
b-gutman 4473
Pipeworx Comtrade
Skill by b-gutman
b-gutman 4473
pipeworx-mhw
MHW MCP — Monster Hunter World data (mhw-db.com, free, no auth)
b-gutman 4473
Pipeworx Translate
Skill by b-gutman
b-gutman 4473
Pipeworx Cdc
Skill by b-gutman
b-gutman 4473