Skip to main content
Glama

Loxo MCP 服务器

模型上下文协议 (MCP) 服务器提供与 Loxo 招聘平台 API 交互的工具。该服务器使 AI 助手能够执行各种与招聘相关的任务,例如管理候选人、工作、活动和呼叫队列。

安装

# Clone the repository git clone [repository-url] cd loxo-mcp-server # Install dependencies npm install # Build the project npm run build

配置

将提供的.env.example文件复制到.env并填写您的值:

cp .env.example .env

然后使用您的配置更新.env文件:

LOXO_API_KEY=your_api_key LOXO_DOMAIN=app.loxo.co LOXO_AGENCY_SLUG=your_agency_slug

所需的环境变量:

  • LOXO_API_KEY :您的 Loxo API 密钥

  • LOXO_AGENCY_SLUG :您的机构在 Loxo 中的 slug

  • LOXO_DOMAIN :(可选)默认为“app.loxo.co”

可用工具

活动管理

  • get-activity-types :检索可用活动类型的列表

  • spark-search-activity-types :从 Spark Search 获取活动类型

  • get-todays-tasks :获取今天的所有任务和计划活动

  • schedule-activity :安排未来的活动(电话、会议等)

  • log-activity :记录候选人或职位的活动

呼叫队列管理

  • get-call-queue :查看当前呼叫队列

  • add-to-call-queue :将候选人或联系人添加到呼叫队列

候选人管理

  • search-candidates :在 Loxo 中搜索候选人

  • get-candidate :获取特定候选人的详细信息

  • add-note :为候选人添加注释

作业管理

  • search-jobs :在 Loxo 搜索职位

  • get-job :获取特定工作的详细信息

  • add-note :为工作添加注释

发展

# Run in development mode with watch mode npm run dev # Build the project npm run build # Start the server npm start

类型安全

服务器使用 Zod 进行以下运行时类型验证:

  • 环境变量

  • 工具输入参数

  • API 响应

错误处理

该服务器包括针对以下方面的全面错误处理:

  • 环境验证

  • API 请求失败

  • 工具参数无效

  • 未知工具请求

建筑学

  • 使用模型上下文协议 SDK 构建

  • 通过 stdio 进行通信,实现与 AI 助手的无缝集成

  • 使用 TypeScript 实现类型安全并改善开发人员体验

  • 实现对 Loxo 平台的 RESTful API 调用

Deploy Server
A
security – no known vulnerabilities
-
license - not tested
A
quality - confirmed to work

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    Provides tools to interact with the HireBase Job API, enabling users to search for jobs using various criteria and retrieve detailed job information through natural language.
    Last updated -
    2
    9
    MIT License
    • Apple
    • Linux
  • -
    security
    F
    license
    -
    quality
    A server that enables AI assistants to interact with LinkedIn programmatically for job searching, resume/cover letter generation, and managing job applications through standardized JSON-RPC requests.
    Last updated -
    11
  • A
    security
    F
    license
    A
    quality
    Provides tools to interact with the Linear API, allowing users to fetch tasks, task details, teams, and users from their Linear workspace.
    Last updated -
    4
    • Apple
  • -
    security
    A
    license
    -
    quality
    Enables LLMs to interact with Todoist task management platform through its API, supporting all features from the official Todoist TypeScript Client.
    Last updated -
    95
    MIT License
    • Apple

View all related MCP servers

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/tbensonwest/loxo-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server