MCP.so
登录

Loxo MCP Server

@tbensonwest

关于 Loxo MCP Server

暂无概览

基本信息

分类

其他

传输方式

stdio

发布者

tbensonwest

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is Loxo MCP Server?

The Loxo MCP Server is a Model Context Protocol (MCP) server that provides tools for interacting with the Loxo recruitment platform API. It enables AI assistants to perform recruitment tasks such as managing candidates, jobs, activities, and call queues.

How to use Loxo MCP Server?

Install by cloning the repository, running npm install and npm run build. Configure the .env file with your Loxo API key, agency slug, and optionally the domain (defaults to app.loxo.co). Start the server with npm start or use npm run dev for watch mode.

Key features of Loxo MCP Server

  • Schedule and log activities for candidates or jobs
  • Search and retrieve candidate and job details
  • Add notes to candidates and jobs
  • Manage the call queue (view and add entries)
  • Retrieve activity types and today’s tasks
  • Uses Zod for runtime type validation

Use cases of Loxo MCP Server

  • Search for candidates in the Loxo database
  • Get detailed information about a specific job
  • Log an activity for a candidate or job
  • View and manage the current call queue
  • List all tasks and scheduled activities for today

FAQ from Loxo MCP Server

What configuration is required to use the server?

You must provide a Loxo API key (LOXO_API_KEY) and your agency slug (LOXO_AGENCY_SLUG). The LOXO_DOMAIN is optional and defaults to app.loxo.co.

What runtime type validation does the server use?

The server uses Zod to validate environment variables, tool input parameters, and API responses.

How does the server communicate with AI assistants?

It communicates over stdio using the Model Context Protocol SDK for seamless integration with AI assistants.

What error handling is included?

The server handles environment validation errors, API request failures, invalid tool parameters, and unknown tool requests.

What categories of tools are available?

Tools are grouped into activity management, call queue management, candidate management, and job management.

评论

其他 分类下的更多 MCP 服务器