Skip to main content
Glama

O*NET Occupational Data

Server Details

Job descriptions, skills, education requirements, and wage data

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

See and control every tool call

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

4 tools
get_career_outlookInspect

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).
ParametersJSON Schema
NameRequiredDescriptionDefault
soc_codeYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
get_occupation_detailInspect

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).
ParametersJSON Schema
NameRequiredDescriptionDefault
soc_codeYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
get_occupation_wagesInspect

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).
ParametersJSON Schema
NameRequiredDescriptionDefault
locationNo
soc_codeYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
search_occupationsInspect

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).
ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
keywordYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes

Verify Ownership

Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:

{
  "$schema": "https://glama.ai/mcp/schemas/connector.json",
  "maintainers": [
    {
      "email": "your-email@example.com"
    }
  ]
}

The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.

Last verification attempt failed.

getaddrinfo ENOTFOUND mcp.olyport.com

Sign in to verify ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.