Skip to main content
Glama
pipeworx-io

ashby

by pipeworx-io

mcp-ashby

Ashby MCP Pack — 封装了 Ashby ATS API

属于 Pipeworx 的一部分 — 一个将 AI 智能体连接到 1476+ 个实时数据源的 MCP 网关。

工具

工具

描述

ashby_list_candidates

在您的 ATS 中搜索候选人。返回姓名、电子邮件和申请元数据。使用 ashby_get_candidate 并传入 ID 获取完整档案详情。

ashby_get_candidate

按 ID 获取完整候选人档案。返回联系信息、简历、面试记录和当前申请状态。

ashby_list_jobs

搜索空缺职位。可按状态(open、closed、draft、archived)筛选。返回职位名称、部门和发布详情。

ashby_get_job

按 ID 获取完整职位发布。返回职位描述、要求、招聘阶段和申请人数。

ashby_list_applications

跨职位搜索求职申请。返回候选人姓名、申请的职位、申请阶段和提交日期。

Related MCP server: MCP Ashby Connector

快速开始

添加到您的 MCP 客户端(Claude Desktop、Cursor、Windsurf 等):

{
  "mcpServers": {
    "ashby": {
      "url": "https://gateway.pipeworx.io/ashby/mcp"
    }
  }
}

此端点的实际服务内容

位于 https://gateway.pipeworx.io/ashby/mcptools/list 返回上表中的工具,外加共享的 Pipeworx 元工具ask_pipeworxdiscover_toolssearch_withinremember/recall 以及其余网关级工具集。因此您看到的工具数量比此表更多:单个包端点目前会列出约 30 个共享工具以及该包自身的工具。连接的 initialize 响应会说明其确切范围,并且是某一天内的权威答案。

这是有意为之,并非偶然的多路复用。元工具让受限连接能够回答此包未覆盖的问题 — 通过 ask_pipeworx,它会在整个目录中路由 — 而无需您添加第二个 MCP 服务器。目前无法在不包含这些元工具的情况下挂载包端点;如果额外的 schema 消耗的上下文比路由带来的价值更多,请直接连接完整网关,而不是连接多个包端点。

或者连接到完整的 Pipeworx 网关,直接列出所有包的工具,而不仅仅是这一个包的:

{
  "mcpServers": {
    "pipeworx": {
      "url": "https://gateway.pipeworx.io/mcp"
    }
  }
}

两个 URL 都指向同一个网关和相同的 1476+ 个数据源。唯一的区别是哪些包的工具被直接列出;ask_pipeworx 从任一入口都能访问所有工具。

与 ask_pipeworx 配合使用

无需直接调用工具,您可以用自然语言提问 — 这在上面的包端点和完整网关上均可用:

ask_pipeworx({ question: "your question about Ashby data" })

网关会自动选择正确的工具并填充参数。

更多

许可证

MIT

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

No tool schema history has been recorded yet.

Maintenance

ActivityMaintained
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    A server implementation that enables LLMs to interact with Ashby's Applicant Tracking System, allowing management of candidates, jobs, applications, interviews, and analytics through the Model Context Protocol.
    16
    MIT
  • F
    license
    Not graded
    quality
    Not graded
    maintenance
    An MCP server that enables LLMs to interact with Ashby's Applicant Tracking System for managing candidates, jobs, applications, and interviews. It supports data operations, batch processing, and access to pipeline analytics and reporting.
    -
  • A
    license
    Not graded
    quality
    D
    maintenance
    Connects your Ashby recruiting data to Claude, enabling natural language queries and management of candidates, applications, jobs, interviews, offers, and team information.
    16
    MIT

Latest Blog Posts

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/pipeworx-io/mcp-ashby'

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