mcp-labor-market

Schoobert/mcp-labor-market
★ 0 stars Python Database Updated today
MCP server giving Claude Desktop structured access to cached labor market data — occupation outlook, skill demand, compensation benchmarks, and adjacent roles. Demonstrates stateful tool design with research session persistence.
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "mcp-labor-market": {
      "command": "uvx",
      "args": [
        "mcp-labor-market"
      ]
    }
  }
}

Or install with pip: pip install mcp-labor-market

README Excerpt

```bash git clone https://github.com/Schoobert/mcp-labor-market cd mcp-labor-market python -m venv .venv && source .venv/bin/activate pip install -r requirements.txt python src/database.py # builds the SQLite database from raw data files — run once ``` Then wire it into Claude Desktop (see [How to try it](#how-to-try-it) below).

Tools (8)

compensationeducationjob_titlesjob_zonesoccupationsrelated_occupationsresearch_sessionsskills
📊
Working with market or time-series data?
The Polymarket Historical Dataset — 18.5M+ price snapshots across 18,600+ prediction markets (CSV + SQLite). Built for backtesting & ML.
View dataset →