INDIVIDUAL MCP TOOL
register_users_for_interview
[Interviews] Register users/candidates for a specific interview and return their personal interview links.
LIVE ENDPOINT
https://mcp.jobmojito.com/mcp
Connect to this endpoint to inspect the live schema for register_users_for_interview and invoke it with your own arguments.
Indexed 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 server
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.jobmojito]
url = "https://mcp.jobmojito.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"jobmojito": {
"type": "http",
"url": "https://mcp.jobmojito.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: jobmojito
Remote MCP URL: https://mcp.jobmojito.com/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": {
"jobmojito": {
"url": "https://mcp.jobmojito.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"jobmojito": {
"type": "http",
"url": "https://mcp.jobmojito.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "jobmojito",
"transport": "streamable-http",
"url": "https://mcp.jobmojito.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
search_documentation— Search ALL JobMojito documentation.get_documentation— Fetch the full content of a single JobMojito documentation page.list_my_merchants— FALLBACK merchant list for clients WITHOUT UI support.create_interview— [Interviews] Create a new interview and auto-generate its question sequence from position data.create_interview_from_questions— [Interviews] Create a new interview from an explicit array of questions.create_persona— [Interviews] Create a role-play persona: an avatar that plays a defined role in a free-form conversation instead of a scored Q&A interview.get_interview_definition— [Interviews] Get the definition/configuration of an interview (position), including its ordered `questions` array.update_interview— [Interviews] Update the configuration of an existing interview/position: name, description, avatar template, recording, scoring, tags and the rest of the create-time settings.