Skip to main content
Glama

MCP Ashby Connector

by thnico

MCP 애쉬비 커넥터

Ashby 통합을 위한 MCP(모델 컨텍스트 프로토콜) 서버 구현으로 LLM이 Ashby의 ATS(지원자 추적 시스템) 데이터 및 운영과 상호 작용할 수 있습니다.

특징

  • 후보자 관리(생성, 검색, 목록)
  • 작업 관리(생성, 검색, 목록)
  • 애플리케이션 관리(생성, 목록, 업데이트)
  • 인터뷰 관리(생성, 목록, 일정)
  • 분석 및 보고(파이프라인 메트릭)
  • 일괄 작업(대량 생성/업데이트/일정)

구성

모델 컨텍스트 프로토콜

이 서버를 모델 컨텍스트 프로토콜과 함께 사용하려면 claude_desktop_config.json 파일에서 구성해야 합니다. mcpServers 섹션에 다음 항목을 추가하세요.

지엑스피1

YOUR_ASHBY_API_KEY Ashby API 키로 바꾸세요.

프로젝트 구조

src/ ashby/ server.py # Main MCP server implementation

종속성

이 프로젝트에는 다음과 같은 Python 패키지가 필요합니다.

  • 엠씨피
  • 요청
  • 파이썬-dotenv
-
security - not tested
-
license - not tested
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

LLM이 Ashby의 지원자 추적 시스템과 상호 작용할 수 있도록 하는 서버 구현으로, 모델 컨텍스트 프로토콜을 통해 후보자, 직무, 지원서, 면접 및 분석을 관리할 수 있습니다.

  1. 특징
    1. 구성
      1. 모델 컨텍스트 프로토콜
    2. 프로젝트 구조
      1. 종속성

        Related MCP Servers

        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that enables LLMs to interact with Salesforce data through SOQL queries, SOSL searches, and various API operations including record management.
          Last updated -
          10
          77
          Python
          MIT License
        • A
          security
          A
          license
          A
          quality
          A Model Context Protocol server that gives LLMs the ability to interact with Ethereum networks, manage wallets, query blockchain data, and execute smart contract operations through a standardized interface.
          Last updated -
          31
          323
          2
          TypeScript
          MIT License
        • -
          security
          A
          license
          -
          quality
          A Model Context Protocol server that enables LLMs to interact directly with MongoDB databases, allowing users to query collections, inspect schemas, and manage data through natural language.
          Last updated -
          340
          TypeScript
          MIT License
          • Apple
        • -
          security
          F
          license
          -
          quality
          Enables LLMs to perform statistical analysis and generate ML predictions on user data from databases or CSV files through a Model Context Protocol server.
          Last updated -
          Python

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

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