Server Details
Job descriptions, skills, education requirements, and wage data
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
See and control every tool call
Available Tools
4 toolsget_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).| Name | Required | Description | Default |
|---|---|---|---|
| soc_code | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
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).| Name | Required | Description | Default |
|---|---|---|---|
| soc_code | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
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).| Name | Required | Description | Default |
|---|---|---|---|
| location | No | ||
| soc_code | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
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).| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| keyword | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
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
Control your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!