MCP server exposing 3 tools for careeronestop.
This URL is a JSON-RPC 2.0 endpoint over HTTP. Issue POST requests with a JSON-RPC body. Browsers and search crawlers land here on GET.
POST https://gateway.pipeworx.io/careeronestop/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
careeronestop_salary — What does <occupation> pay in <location> — wage percentiles (10th/25th/median/75th/90th, hourly + annual) for a U.S. occupation from the Dept. of Labor CareerOneStop API. Accepts an O*NET/SOC title or code. Example: careeronestop_salary({ occupation: "Registered Nurses", location: "TX", _apiKey: "userId:token" })careeronestop_occupation — Occupation detail (tasks, outlook, typical education) for <occupation> from the Dept. of Labor CareerOneStop / O*NET data. Example: careeronestop_occupation({ occupation: "Registered Nurses", _apiKey: "userId:token" })careeronestop_compare_salary — 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" })Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/careeronestop/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io