← ojcp.dev
INDIVIDUAL MCP TOOL
get_employer_context
Retrieve contextual information about an employer including culture, team structure, benefits, and hiring practices.
Input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent endpoint
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.ojcp-dev]
url = "https://ojcp.dev/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"ojcp-dev": {
"type": "http",
"url": "https://ojcp.dev/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: ojcp-dev
Remote MCP URL: https://ojcp.dev/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"ojcp-dev": {
"url": "https://ojcp.dev/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"ojcp-dev": {
"type": "http",
"url": "https://ojcp.dev/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "ojcp-dev",
"transport": "streamable-http",
"url": "https://ojcp.dev/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_jobs— Search for open job opportunities.get_job_detail— Retrieve full details for a specific job posting, including responsibilities, qualifications, compensation, team context, and available apply paths.begin_application— Initiate an application for a job.submit_application— Submit a previously initiated application with application data, verification proofs, and/or candidate context.check_application_status— Check the status of a previously initiated application.find_ojcp_providers— Find OJCP-compliant job data providers by industry, location, or employer name.