MCP server exposing 4 tools for onet.
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/onet/mcp
Content-Type: application/json
{"jsonrpc":"2.0","id":1,"method":"tools/list"}
onet_search — Search occupations by keyword. Returns matching O*NET occupations with SOC code, title, and relevance score. Example: onet_search({ keyword: "data scientist", _apiKey: "username:password" })onet_occupation — Occupation detail for an O*NET-SOC code. Returns title, description, alternate names, and sample reported job titles. Example: onet_occupation({ code: "15-1252.00", _apiKey: "username:password" })onet_skills — Skills for an occupation. Returns the ranked skill elements (name, description, importance score) for an O*NET-SOC code. Example: onet_skills({ code: "15-1252.00", _apiKey: "username:password" })onet_technology — Tools & technology used in an occupation. Returns technology categories and example software/tools for an O*NET-SOC code. Example: onet_technology({ code: "15-1252.00", _apiKey: "username:password" })Code samples (curl / TypeScript / one-click client install), schemas, and the live playground are on the pack page:
https://pipeworx.io/packs/onet/
Pipeworx is an open MCP gateway connecting AI agents to live data. pipeworx.io