LaborIQ MCP Server
MCP serverEverything elseLaborIQ salary intelligence: US median salary by job title and location, plus forecasts for Pro.
Available today. Use it from your connected AI after setup.
No other account needed.
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/mcpAdd 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=eyJ1cmwiOiJodHRwczovL21jcC5sYWJvcmlxLmNvL21jcCJ9Open the link and Cursor adds the server at that address.
ChatGPT
https://mcp.laboriq.co/mcpIn 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 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>:
{
"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
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