tbensonwest_loxo-mcp-server
0
Loxo MCP Server is designed to facilitate interaction with the Loxo recruitment platform API. It provides essential tools for managing recruitment tasks efficiently, including managing candidates, jobs, and activities using a streamlined AI-assisted protocol.
Loxo MCP Server
A Model Context Protocol (MCP) server designed for interacting with the Loxo recruitment platform API, enabling AI assistants to manage candidates, jobs, activities, and call queues.
Features
- Activity Management: Manage and log recruitment-related activities.
- Call Queue Management: Manage the call queue for candidates and contacts.
- Candidate Management: Search for and manage candidates.
- Job Management: Search for and manage jobs.
Installation
- Clone the repository, install dependencies, and build the project.
Configuration
- Use a
.env
file with necessary Loxo API credentials.
Development
- Run in development mode with hot reloading and build the project.
Type Safety
- Uses Zod for runtime validation of environment variables and input parameters.
Error Handling
- Comprehensive error handling for environment validation and API requests.
Architecture
- Built using the Model Context Protocol SDK, with TypeScript, and RESTful API calls.