Developer Tools
Trust: 32/100 (Limited)io.github.Testinat0r/otp-ojp Guide
Validate, introspect, and parse talent profiles (OTP) and job postings (OJP)
by neogene-ai
Quick Start
Install
npx @opentalentprotocol/mcp-serverClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"io-github-testinat0r-otp-ojp": {
"command": "npx",
"args": [
"@opentalentprotocol/mcp-server"
]
}
}
}