LaborIQ MCP Server

MCP serverEverything else

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

Available today. Use it from your connected AI after setup.

Connect ahel once, and every AI you use reads what you have installed.

Then ask your AI: use LaborIQ MCP Server

Install LaborIQ MCP Server

The server’s own address, for the clients that take one directly. Or connect ahel onceand every client you use reads it from one address, with the account kept on ahel rather than in each client’s config.

  • Claude Code

    claude mcp add --transport http laboriq-mcp-server 'https://mcp.laboriq.co/mcp'

    Run it once in your project, then open /mcp to approve any sign-in the server asks for.

  • Claude Desktop

    https://mcp.laboriq.co/mcp

    Add a custom connector in Settings, paste this address, and approve the sign-in.

  • Cursor

    cursor://anysphere.cursor-deeplink/mcp/install?name=laboriq-mcp-server&config=eyJ1cmwiOiJodHRwczovL21jcC5sYWJvcmlxLmNvL21jcCJ9

    Open the link and Cursor adds the server at that address.

  • ChatGPT

    https://mcp.laboriq.co/mcp

    In Settings, enable Developer mode, create an MCP app, and paste this address. Your plan and workspace must allow custom apps.

  • Codex

    codex mcp add laboriq-mcp-server --url 'https://mcp.laboriq.co/mcp'

    Run it once, then sign in with codex mcp login laboriq-mcp-server if the server asks for an account.

From the project's README

As published by LaborIQ/mcp in README.md.

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

Advanced
Delivery
mcp-server MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
Catalog kind
mcp-server
Gateway key
co-laboriq-mcp-server
Source
github.com/LaborIQ/mcp
Hosted endpoint
https://mcp.laboriq.co/mcp