← Discover MCPs and Agents
L
MCPData & AnalyticsMCP Registry

LaborIQ Salary Data

LaborIQ salary intelligence: US median salary by job title and location, plus forecasts for Pro.

Links

README

From the repo.

LaborIQ MCP Server

LaborIQ salary and labor-market data for AI assistants, via the Model Context Protocol.

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 URLhttps://mcp.laboriq.co/mcp
TransportStreamable HTTP
Auth headerx-api-key: <your-key>

Get an API key

Setup

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

{
  "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

Config for your environment

Use the endpoint URL below in your config. No API key — you connect directly.

Tool

OS

Config file: ~/.cursor/mcp.json

{
  "mcpServers": {
    "mcp-server": {
      "url": "https://mcp.laboriq.co/mcp"
    }
  }
}

Paste into mcpServers in the config file. Restart Cursor after saving.

If this MCP is also published on mcpchannel.ai, you can subscribe from Browse and use the gateway config there instead.