KosmoKrator

productivity

Recruitee MCP, CLI, and Lua Integration for AI Agents

Recruitee integration docs for AI agents: MCP gateway setup, Recruitee CLI commands, Lua API reference, credentials, and function schemas.

Recruitee for agents

Credentials can be configured manually in web or CLI hosts.

Use this integration from Lua code mode, the headless integrations CLI, or the KosmoKrator MCP gateway. The same package metadata powers all three surfaces.

Agent Surfaces

Machine-Readable Metadata

Function Catalog

FunctionTypeParametersDescription
recruitee.recruitee_list_offers Read read 0 List company offers.
recruitee.recruitee_get_offer Read read 0 Get one offer.
recruitee.recruitee_create_offer Write write 0 Create a company offer.
recruitee.recruitee_update_offer Write write 0 Update a company offer.
recruitee.recruitee_delete_offer Write write 0 Delete a company offer.
recruitee.recruitee_list_candidates Read read 0 List candidates.
recruitee.recruitee_search_candidates Read read 0 Search candidates through the new search endpoint.
recruitee.recruitee_get_candidate Read read 0 Get one candidate.
recruitee.recruitee_create_candidate Write write 0 Create a candidate.
recruitee.recruitee_update_candidate Write write 0 Update a candidate.
recruitee.recruitee_update_candidate_cv Write write 0 Update a candidate CV file.
recruitee.recruitee_delete_candidate Write write 0 Delete a candidate.
recruitee.recruitee_list_candidate_notes Read read 0 List notes for one candidate.
recruitee.recruitee_list_departments Read read 0 List departments.
recruitee.recruitee_list_locations Read read 0 List company locations.
recruitee.recruitee_upload_attachment Write write 0 Upload a remote file attachment.
recruitee.recruitee_get_current_user Read read 0 Get current user when available.
recruitee.recruitee_api_get Read read 0 Call a documented Recruitee GET endpoint.
recruitee.recruitee_api_post Write write 0 Call a documented Recruitee POST endpoint.
recruitee.recruitee_api_patch Write write 0 Call a documented Recruitee PATCH endpoint.
recruitee.recruitee_api_delete Write write 0 Call a documented Recruitee DELETE endpoint.