loxo-mcp-server
0
Loxo MCP Server is a toolset designed for AI assistants to interact with the Loxo recruitment platform, enabling management of candidates, jobs, activities, and call queues. It emphasizes comprehensive error handling and type safety using TypeScript and runtime validation with Zod.
Loxo MCP Server
A Model Context Protocol (MCP) server that provides tools for interacting with the Loxo recruitment platform API. This server enables AI assistants to perform various recruitment-related tasks such as managing candidates, jobs, activities, and call queues.
Available Tools
- Activity Management: Tools for retrieving activity types, scheduling and logging activities.
- Call Queue Management: View and add to the current call queue.
- Candidate Management: Search for candidates, get detailed information, and add notes.
- Job Management: Search for jobs, get detailed information, and add notes.
Type Safety
- Utilizes Zod for runtime type validation of environment variables, input parameters, and API responses.
Error Handling
- Comprehensive error handling for environment validation, API request failures, invalid tool parameters, and unknown tool requests.
Architecture
- Built using the Model Context Protocol SDK and communicates over stdio for integration with AI assistants.