MCP 애쉬비 커넥터
Ashby 통합을 위한 MCP(모델 컨텍스트 프로토콜) 서버 구현으로 LLM이 Ashby의 ATS(지원자 추적 시스템) 데이터 및 운영과 상호 작용할 수 있습니다.
특징
- 후보자 관리(생성, 검색, 목록)
- 작업 관리(생성, 검색, 목록)
- 애플리케이션 관리(생성, 목록, 업데이트)
- 인터뷰 관리(생성, 목록, 일정)
- 분석 및 보고(파이프라인 메트릭)
- 일괄 작업(대량 생성/업데이트/일정)
구성
모델 컨텍스트 프로토콜
이 서버를 모델 컨텍스트 프로토콜과 함께 사용하려면 claude_desktop_config.json
파일에서 구성해야 합니다. mcpServers
섹션에 다음 항목을 추가하세요.
지엑스피1
YOUR_ASHBY_API_KEY
Ashby API 키로 바꾸세요.
프로젝트 구조
종속성
이 프로젝트에는 다음과 같은 Python 패키지가 필요합니다.
- 엠씨피
- 요청
- 파이썬-dotenv
This server cannot be installed
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의 지원자 추적 시스템과 상호 작용할 수 있도록 하는 서버 구현으로, 모델 컨텍스트 프로토콜을 통해 후보자, 직무, 지원서, 면접 및 분석을 관리할 수 있습니다.
Related MCP Servers
- AsecurityAlicenseAqualityA 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 -10128PythonMIT License
- AsecurityFlicenseAqualityA server that implements the Model Context Protocol to connect LLMs to Brightsy AI agents, allowing users to pass messages to and receive responses from these agents.Last updated -10JavaScript
- -securityFlicense-qualityA Model Context Protocol server that enables LLMs to interact with Databricks workspaces through natural language, allowing SQL query execution and job management operations.Last updated -40Python
- -securityAlicense-qualityA Model Context Protocol server that enables LLMs to interact with databases (currently MongoDB) through natural language, supporting operations like querying, inserting, deleting documents, and running aggregation pipelines.Last updated -TypeScriptMIT License