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 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
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.