Skip to main content
ClaudeWave

Docs for the LaborIQ MCP server: US salary data by job title and location. Hosted at mcp.laboriq.co.

MCP ServersOfficial Registry0 stars0 forksMITUpdated today
ClaudeWave Trust Score
87/100
Trusted
Passed
  • Open-source license (MIT)
  • Actively maintained (<30d)
  • Clear description
  • Documented (README)
Last scanned: 9/24/2026
Install in Claude Code / Claude Desktop
Method: Manual
Claude Code CLI
git clone https://github.com/LaborIQ/mcp
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "mcp": {
      "command": "node",
      "args": ["/path/to/mcp/dist/index.js"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
💡 Clone https://github.com/LaborIQ/mcp and follow its README for install instructions.
Use cases

MCP Servers overview

# LaborIQ MCP Server

LaborIQ salary and labor-market data for AI assistants, via the [Model Context Protocol](https://modelcontextprotocol.io).

Registry name: `co.laboriq/mcp-server`

> This is a documentation-only repository. The server is hosted by LaborIQ; no server code lives here.

## Tool

**`get_salary_data`**: give it a job title and a US city/state, and it returns the median salary. Pro-tier keys return richer data, including salary forecasts.

## Connection

| | |
|---|---|
| Server URL | `https://mcp.laboriq.co/mcp` |
| Transport | Streamable HTTP |
| Auth header | `x-api-key: <your-key>` |

## Get an API key

- **Free:** request one by email at https://laboriq.co/mcp
- **Pro:** issued from the LaborIQ portal

## Setup

Add this to your MCP client config (Claude Desktop, Cursor, etc.), replacing `<your-key>`:

```json
{
  "mcpServers": {
    "laboriq": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote@latest",
        "https://mcp.laboriq.co/mcp",
        "--header",
        "x-api-key:<your-key>"
      ]
    }
  }
}
```

Clients that support remote Streamable HTTP servers directly can instead connect to `https://mcp.laboriq.co/mcp` with the `x-api-key` header.

## Links

- Full setup guide: https://laboriq.co/mcp
- MCP Terms of Use: https://laboriq.co/mcp-terms
- Privacy Policy: https://laboriq.co/privacy-policy

What people ask about mcp

What is LaborIQ/mcp?

+

LaborIQ/mcp is mcp servers for the Claude AI ecosystem. Docs for the LaborIQ MCP server: US salary data by job title and location. Hosted at mcp.laboriq.co. It has 0 GitHub stars and its last recorded update is dated 2026-09-23.

How do I install mcp?

+

You can install mcp by cloning the repository (https://github.com/LaborIQ/mcp) or following the README instructions on GitHub. ClaudeWave also provides quick install blocks on this page.

Is LaborIQ/mcp safe to use?

+

Our security agent has analyzed LaborIQ/mcp and assigned a Trust Score of 87/100 (tier: Trusted). See the full breakdown of passed checks and flags on this page.

Who maintains LaborIQ/mcp?

+

LaborIQ/mcp is maintained by LaborIQ. The last recorded GitHub activity is dated 2026-09-23, with 0 open issues.

Are there alternatives to mcp?

+

Yes. On ClaudeWave you can browse similar mcp servers at /categories/mcp, sorted by popularity or recent activity.

Deploy mcp to your cloud

Ship this repo to production in minutes. Each platform spins up its own environment with editable env vars.

Maintain this repo? Add a badge to your README

Drop the badge into your GitHub README to show it's tracked on ClaudeWave. Each badge links back to this page and reflects the live Trust Score.

Featured on ClaudeWave: LaborIQ/mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/laboriq-mcp)](https://claudewave.com/repo/laboriq-mcp)
<a href="https://claudewave.com/repo/laboriq-mcp"><img src="https://claudewave.com/api/badge/laboriq-mcp" alt="Featured on ClaudeWave: LaborIQ/mcp" width="320" height="64" /></a>

More MCP Servers

mcp alternatives