Validate, introspect, and parse talent profiles (OTP) and job postings (OJP)
claude mcp add otp-ojp -- npx -y @opentalentprotocol/mcp-server
claude_desktop_config.json
{
"mcpServers": {
"otp-ojp": {
"command": "npx",
"args": [
"-y",
"@opentalentprotocol/mcp-server"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"otp-ojp": {
"command": "npx",
"args": [
"-y",
"@opentalentprotocol/mcp-server"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"otp-ojp": {
"command": "npx",
"args": [
"-y",
"@opentalentprotocol/mcp-server"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"otp-ojp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@opentalentprotocol/mcp-server"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"otp-ojp": {
"command": "npx",
"args": [
"-y",
"@opentalentprotocol/mcp-server"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.Testinat0r--otp-ojp/reviews or the review_server meta-tool.
POST /mcp