# O*NET Occupational Data MCP server

Job descriptions, skills, education requirements, and wage data

## Links
- Registry page: https://www.getdrio.com/mcp/com-olyport-onet
- Website: https://olyport.com

## Install
- Endpoint: https://mcp.olyport.com/onet/mcp
- Auth: Not captured

## Setup notes
- Remote endpoint: https://mcp.olyport.com/onet/mcp

## Tools
- search_occupations - Search O*NET occupations by keyword.

    Returns a list of occupations matching the keyword with their SOC codes,
    titles, and relevance scores. Use the SOC code from results with other
    O*NET tools to get detailed information.

    Args:
        keyword: Search term (e.g. 'software developer', 'nurse', 'electrician').
        limit: Maximum number of results to return (default 25).
     Endpoint: https://mcp.olyport.com/onet/mcp
- get_occupation_detail - Get detailed information about an O*NET occupation.

    Returns comprehensive data including description, skills, knowledge areas,
    abilities, work activities, technology skills, and education requirements.

    Args:
        soc_code: The O*NET-SOC code (e.g. '15-1252.00' for Software Developers,
            '29-1141.00' for Registered Nurses).
     Endpoint: https://mcp.olyport.com/onet/mcp
- get_occupation_wages - Get wage and salary estimates for an O*NET occupation.

    Returns median, 10th, 25th, 75th, and 90th percentile wages,
    both hourly and annual. Can be filtered by location.

    Args:
        soc_code: The O*NET-SOC code (e.g. '15-1252.00' for Software Developers).
        location: Optional location filter — state name or 'National' (default: national).
     Endpoint: https://mcp.olyport.com/onet/mcp
- get_career_outlook - Get employment projections and career outlook for an O*NET occupation.

    Returns projected job growth rate, employment numbers, projected openings,
    and an outlook summary (bright, average, or below average).

    Args:
        soc_code: The O*NET-SOC code (e.g. '15-1252.00' for Software Developers).
     Endpoint: https://mcp.olyport.com/onet/mcp

## Resources
Not captured

## Prompts
Not captured

## Metadata
- Owner: com.olyport
- Version: 1.1.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Apr 2, 2026
- Source: https://registry.modelcontextprotocol.io
