PluginBench
MCP Server

O*NET Occupational Data MCP Server

com.olyport/onet

What is the O*NET Occupational Data MCP server?

Job descriptions, skills, education requirements, and wage data

How to install O*NET Occupational Data

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "onet": {
      "url": "https://mcp.olyport.com/onet/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "onet": {
      "serverUrl": "https://mcp.olyport.com/onet/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "onet": {
      "type": "http",
      "url": "https://mcp.olyport.com/onet/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "onet": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.olyport.com/onet/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http onet https://mcp.olyport.com/onet/mcp

Related MCP servers

County GDP, personal income, and employment from the Bureau of Economic Analysis

Unemployment rates, labor force, and Consumer Price Index from the Bureau of Labor Statistics

Morbidity and Mortality Weekly Reports and disease surveillance

County and tract-level health outcomes, behaviors, and preventive services from CDC PLACES

SVI scores and theme breakdowns by county and tract

Leading causes of death, mortality rates, infant mortality, and drug overdose data

O*NET Occupational Data MCP Server | PluginBench