careeronestop_compare_salary

Pack: careeronestop · Endpoint: https://gateway.pipeworx.io/careeronestop/mcp

Compare salaries across occupations — side-by-side wage data for multiple U.S. occupations from the Dept. of Labor CareerOneStop API. Example: careeronestop_compare_salary({ occupations: “Registered Nurses, Physician Assistants”, location: “US”, _apiKey: “userId:token” })

Parameters

NameTypeRequiredDescription
occupationsstringyesComma-separated occupations (titles or O*NET/SOC codes), e.g. “Registered Nurses, 29-1171.00”
locationstringnoLocation applied to every occupation: state, “City, State”, ZIP, or “US” for national. Defaults to “US”.
_apiKeystringyesCareerOneStop credentials as “userId:token” (free at

Example call

curl -X POST https://gateway.pipeworx.io/careeronestop/mcp \
  -H 'Content-Type: application/json' \
  -d '{"jsonrpc":"2.0","id":1,"method":"tools/call","params":{"name":"careeronestop_compare_salary","arguments":{}}}'

Connect

Add this to your MCP client config, or use one-click install buttons:

{
  "mcpServers": {
    "careeronestop": {
      "url": "https://gateway.pipeworx.io/careeronestop/mcp"
    }
  }
}

See Getting Started for client-specific install steps.

Regenerated from source · build July 8, 2026