onet_skills

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

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” })

Parameters

NameTypeRequiredDescription
codestringyesO*NET-SOC occupation code, e.g. “15-1252.00”
_apiKeystringyesO*NET credentials as “username:password” (services.onetcenter.org/developer/signup)

Example call

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

Connect

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

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

See Getting Started for client-specific install steps.

Regenerated from source · build July 8, 2026