Loxo MCP Server
by MCP-Mirror
The Loxo MCP Server provides tools for AI assistants to interact with the Loxo recruitment platform API. It enables various recruitment-related tasks such as managing candidates, jobs, activities, and call queues.
Last updated: N/A
What is Loxo MCP Server?
The Loxo MCP Server is a Model Context Protocol (MCP) server designed to facilitate interaction with the Loxo recruitment platform API. It acts as a bridge, allowing AI assistants to perform recruitment tasks programmatically.
How to use Loxo MCP Server?
To use the server, clone the repository, install dependencies using npm install
, and build the project with npm run build
. Configure the server by copying .env.example
to .env
and providing your Loxo API key and agency slug. Then, start the server using npm start
or npm run dev
for development mode.
Key features of Loxo MCP Server
Activity Management
Call Queue Management
Candidate Management
Job Management
Type Safety with Zod
Comprehensive Error Handling
Built with TypeScript
RESTful API calls to Loxo
Use cases of Loxo MCP Server
Automating candidate searches
Scheduling and logging recruitment activities
Managing call queues
Retrieving detailed job information
Adding notes to candidates and jobs
FAQ from Loxo MCP Server
What is an MCP server?
What is an MCP server?
An MCP server is a Model Context Protocol server that allows AI assistants to interact with external services.
What is Loxo?
What is Loxo?
Loxo is a recruitment platform.
What environment variables are required?
What environment variables are required?
The required environment variables are LOXO_API_KEY
and LOXO_AGENCY_SLUG
.
How do I run the server in development mode?
How do I run the server in development mode?
Use the command npm run dev
.
What tools are available for activity management?
What tools are available for activity management?
Tools include get-activity-types
, spark-search-activity-types
, get-todays-tasks
, schedule-activity
, and log-activity
.