onet_search
Pack: onet · Endpoint: https://gateway.pipeworx.io/onet/mcp
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” })
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
keyword | string | yes | Search term — a job title, task, skill, or keyword, e.g. “nurse”, “python developer” |
_apiKey | string | yes | ONET credentials as “username:password” from a free ONET Web Services account (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_search","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.