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에서 후보자를 검색합니다. 이름, 이메일, 지원 메타데이터를 반환합니다. 전체 프로필 세부 정보는 ID로 ashby_get_candidate를 사용하세요.

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_pipeworx, discover_tools, search_within, remember/recall 및 게이트웨이 전체 세트의 나머지 — 를 더해 반환합니다. 따라서 표시되는 도구 수는 이 표보다 많습니다. 단일 팩 엔드포인트는 현재 팩 자체 도구와 함께 약 30개의 공유 도구를 나열합니다. 연결의 initialize 응답은 정확한 범위를 명시하며, 해당 시점의 권위 있는 답변입니다.

이는 의도적인 것이지, 우연한 멀티플렉싱이 아닙니다. 메타 도구 덕분에 범위가 제한된 연결은 이 팩이 다루지 않는 질문에 답할 수 있습니다 — 전체 카탈로그를 라우팅하는 ask_pipeworx를 통해 — 두 번째 MCP 서버를 추가하지 않고도 말입니다. 현재 이들 없이 팩 엔드포인트를 마운트할 방법은 없습니다. 추가 스키마가 라우팅의 가치보다 더 많은 컨텍스트를 소모한다면, 여러 팩 엔드포인트에 연결하는 대신 전체 게이트웨이에 한 번 연결하세요.

또는 전체 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