kakao_mcp_checktime
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| PORT | No | HTTP server port. | 8080 |
| CHECKTIME_AUTH_MODE | No | Authentication mode: 'off' for local only, 'bearer' for remote. | off |
| CHECKTIME_BEARER_TOKEN | No | Bearer token required when CHECKTIME_AUTH_MODE is 'bearer'. | |
| CHECKTIME_MCP_DATA_DIR | No | Optional path to data directory. | |
| CHECKTIME_MAX_BODY_BYTES | No | Maximum request body size in bytes. | 1048576 |
| CHECKTIME_ALLOWED_ORIGINS | No | Comma-separated list of allowed CORS origins. | |
| CHECKTIME_REQUEST_TIMEOUT_SECONDS | No | Request timeout in seconds. | 10 |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_pre_contract_checklistB | 거래 유형과 역할 기준으로 계약 전 확인 항목 후보를 반환합니다. |
| generate_post_contract_timelineB | 기준 날짜를 바탕으로 계약 후 일정 후보를 계산합니다. |
| generate_required_documentsA | 거래 유형, 역할, 단계 기준으로 준비서류 후보를 반환합니다. |
| generate_calendar_itemsB | 타임라인을 캘린더 입력용 항목으로 변환합니다. |
| flag_expert_review_pointsB | context 태그를 기준으로 전문가 재확인 포인트를 반환합니다. |
| get_today_tasksA | 기준일과 일정 후보를 조합해 오늘 해야 할 일과 임박 일정 후보를 반환합니다. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 6 tools
Each tool targets a distinct aspect of contract timeline management: pre-contract checklist, required documents, post-contract timeline, calendar conversion, expert review points, and daily tasks. No two tools serve the same purpose.
All tool names follow a consistent verb_noun pattern (flag_expert_review_points, generate_calendar_items, etc.) with clear verbs and plural nouns.
6 tools provide a focused set for contract timeline assistance without unnecessary extras or missing core functionality.
The tools cover the full workflow from pre-contract preparation through post-contract scheduling to daily task tracking, with no obvious gaps.