Recruitee

Recruitee

Recruitee is a collaborative hiring software that streamlines recruitment processes, enabling teams to source, interview, and hire candidates efficiently.

52VIEWS
2023USERS

Install MCP Server

Paste and run this command in your terminal to set up Cursor with MCP

npx @composio/cli add cursor --app recruiteenpx @composio/cli add cursor --app recruiteenpx @composio/cli add cursor --app recruiteenpx @composio/cli add cursor --app recruitee

After running the command, restart Cursor to start using the MCP Server.

Available Tools

Create Candidate

Tool to create a new candidate profile. use after gathering all candidate details. example: "create a new candidate named jane doe with email jane.doe@example.com."

Create Note

Tool to create a new note for a candidate. use after confirming this detail.

Create Offer

Tool to create a new job offer. use after confirming all offer details and ready to publish.

Delete Candidate

Tool to delete a candidate profile. use when you need to permanently remove a candidate from your recruitee account. returns no content on success.

Delete Tag

Tool to delete a tag. use when you need to permanently remove a tag from recruitee. use after confirming the tag is not in use.

Get Candidate

Tool to retrieve detailed information about a specific candidate. use when you need the candidate's full profile before proceeding.

Get Candidates

Tool to retrieve a list of all candidates in the company. use when you need to fetch or filter candidates before proceeding.

Get Company Id

Tool to retrieve the company id of the authenticated account. use when you need to confirm your company identity before other operations.

Get Company Offer Public

Tool to retrieve a specific published job offer by id or slug from the public careers site api. use after you have the offer identifier.

Get Company Offers Public

Tool to get a list of published company jobs from the careers site api. use when you need to list all current published offers.

Get Departments

Tool to retrieve a list of company departments. use when you need to reference or assign offers or candidates to departments.

Get Locations

Tool to retrieve a list of company locations. use when you need to see all location options before assigning them to offers.

Get Notes

Tool to retrieve a list of notes for a specific candidate. use after confirming the candidate exists when you need to review their notes.

Get Offer

Tool to retrieve detailed information about a specific job offer. use when you have the offer id and need its full metadata.

Get Offers

Tool to retrieve a list of all job offers. use after authentication to browse or paginate your company's complete set of offers.

Get Pipeline Stages

Tool to retrieve pipeline stages of a job offer. use when you have the offer id and need its stages to track candidate progression. example: "get pipeline stages for offer id 456."

Get Tags

Tool to retrieve a list of all tags. use after authenticating to fetch or search tags by name or usage count.

Update Candidate

Tool to update information for an existing candidate. use when you need to modify a candidate's profile after retrieval.

Update Note

Tool to update an existing note for a candidate. use when you need to modify note text or pin status after creation.

Update Offer

Tool to update information for an existing job offer. use when you need to modify an offer's details after retrieval.

20 actions available