KosmoKrator

hr

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.

6 functions 6 read 0 write Bearer token auth

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.

Machine-Readable Metadata
integration_slug
recruitee
route_slug
recruitee
package
recruitee
auth_strategy
bearer_token Bearer token
cli_setup_supported
true
cli_runtime_supported
true
mcp_gateway_supported
true
lua_supported
true
supports_multi_account
true

Quick Links

Recruitee MCP Client Matrix

Use these pages when a specific agent client or framework needs copy-pasteable MCP setup for Recruitee.

Recruitee CLI Matrix

Use these pages for direct Recruitee CLI workflows in scripts, CI, cron, and agent wrappers.

Function Catalog

FunctionTypeParametersDescription
recruitee.recruitee_list_offers Read read 3 List job offers (open positions) from Recruitee. Returns paginated results with offer titles, statuses, and metadata. Filter by status to see only open, closed, or draft positions.
recruitee.recruitee_get_offer Read read 1 Get details for a specific job offer in Recruitee. Returns the full offer object including title, description, requirements, location, and status.
recruitee.recruitee_list_candidates Read read 2 List candidates from Recruitee. Returns paginated results with candidate names, emails, and application status.
recruitee.recruitee_get_candidate Read read 1 Get details for a specific candidate in Recruitee. Returns the full candidate profile including contact info, resume, and application history.
recruitee.recruitee_list_departments Read read 0 List all departments in Recruitee. Returns department names and IDs that can be used to filter offers.
recruitee.recruitee_get_current_user Read read 0 Get the currently authenticated Recruitee user. Returns user profile info including name, email, and role.