Turrior MCP

turrior/mcp
OFFICIALOAuthMCPv0.9

Give your AI assistant a recruiting desk. Turrior exposes your full hiring workflow over MCP — publish and manage roles, score and shortlist candidates, run screening quizzes and video interviews, schedule over Calendly, and send candidate email. Every action runs inside your own Turrior permissions.

Connect
https://my.turrior.com/api/mcp

[ WHAT IT DOES ]

  • Publish & manage roles

    Create, edit, publish or unpublish jobs from a prompt.

  • Score & shortlist

    Rank applicants against a role and move the best forward.

  • Screen with quizzes

    Attach text quizzes and async video interviews.

  • Schedule & reach out

    Book Calendly interviews and email candidates.

POST[ REQUEST · get-candidates ]
[ REQUEST ]
POST /mcp/tools/get-candidates
{
  "jobId": "job_4821",
  "topK": 5,
  "minScore": 0.85
}
200[ RESPONSE · 200 ]
[ RESPONSE ]
{
  "matched": 5,
  "top": { "id": "u/amara", "score": 96, "status": "shortlisted" }
}
[ TRY ]

Prompt → action

  • Publish a senior backend role in Berlin, remote, with a short screening quiz.
    create-new-jobcreate-quizattach-quizpublish-job
  • Score the applicants for the Berlin role and shortlist the top 5.
    get-candidateschange-candidates-statusadd-to-shortlist
  • Book 30-min intros with the shortlist next week.
    get-calendly-event-typesinvite-candidate-to-interview
  • Email the three finalists a next-steps update.
    create-gmail-contactsend-gmail-html
Turrior MCP · Server · Turrior MCP