-
securityF
license-
qualityA Model Context Protocol server that enables SQL query execution, database management, and business intelligence capabilities through MySQL connections.
Last updated -
JavaScript
이는 근태 정보 조회 및 양식 애플리케이션을 위한 모델 컨텍스트 프로토콜(MCP) 서버입니다. 직원 근태, 휴가 신청, 초과 근무 신청 및 일정 관리를 위한 도구와 리소스를 제공합니다.
.env
파일을 만들어 데이터베이스 연결을 구성합니다.래퍼 스크립트를 사용하여 서버를 실행할 수 있습니다.
또는 가상 환경을 활성화하고 MCP CLI를 사용하세요.
Claude Desktop과 함께 이 서버를 사용하려면:
"mcp라는 이름의 모듈이 없습니다" 오류가 발생하는 경우:
~/Library/Logs/Claude/mcp*.log
%APPDATA%\Claude\Logs\mcp*.log
get_employee_info
: ID 또는 직원 번호로 직원 정보를 가져옵니다.list_employees
: 선택적 필터링을 사용하여 직원 목록 표시list_departments
: 모든 부서를 나열합니다get_attendance_records
: 선택적 필터링을 사용하여 출석 기록을 가져옵니다.submit_attendance_record
: 새로운 출석 기록을 제출하거나 기존 출석 기록을 업데이트합니다.get_leave_requests
: 선택적 필터링을 통해 휴가 요청 받기submit_leave_request
: 새로운 휴가 요청 제출approve_leave_request
: 휴가 요청을 승인하거나 거부합니다.get_overtime_requests
: 선택적 필터링을 통해 초과 근무 요청 받기submit_overtime_request
: 새로운 초과 근무 요청 제출approve_overtime_request
: 초과 근무 요청을 승인하거나 거부합니다.get_employee_schedule
: 선택적 필터링을 통해 직원 일정 가져오기list_shifts
: 사용 가능한 모든 교대근무를 나열합니다.assign_schedule
: 직원에게 일정을 할당합니다.get_monthly_attendance_stats
: 월별 출석 통계를 가져옵니다.get_holidays
: 선택적 필터링을 사용하여 휴일 가져오기employee://{employee_id}
: 직원 정보를 리소스로 가져옵니다.department://{department_id}
: 부서 정보를 리소스로 가져옵니다.attendance://{employee_id}/{date}
: 특정 직원 및 날짜에 대한 출석 정보를 가져옵니다.request_leave
: 휴가 요청 프롬프트를 만듭니다.request_overtime
: 초과 근무 요청 프롬프트를 만듭니다.check_attendance
: 출석 확인 프롬프트를 생성합니다.MIT
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.
출석 정보를 쿼리하고 직원 휴가 요청, 초과 근무 요청 및 일정을 관리할 수 있는 모델 컨텍스트 프로토콜 서버입니다.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/shineliang/att-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server