careeronestop_occupation
Pack: careeronestop · Endpoint: https://gateway.pipeworx.io/careeronestop/mcp
Occupation detail (tasks, outlook, typical education) for
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
occupation | string | yes | Occupation keyword, O*NET/SOC title, or code, e.g. “Registered Nurses” or “29-1141.00” |
location | string | no | Location: state (“TX”), “City, State”, ZIP, or “US” for national. Defaults to “US”. |
_apiKey | string | yes | CareerOneStop 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_occupation","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.