KakaoCloud OpenAPI MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_kakaocloud_apiC | 카카오클라우드 API를 키워드로 검색하여 관련 엔드포인트 목록을 반환한다. |
| get_api_detailA | 특정 카카오클라우드 API 엔드포인트의 상세 스펙을 조회한다. |
| get_service_overviewB | 카카오클라우드 서비스의 전체 개요와 엔드포인트 목록을 조회한다. |
| get_workflowB | 특정 작업(예: VM 생성, VPC 구성)의 전체 API 호출 흐름을 조회한다. |
| get_auth_guideA | 카카오클라우드 API 인증 방법, 토큰 발급, 코드 예제를 반환한다. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| services_resource | 카카오클라우드 전체 서비스 목록 |
| auth_resource | 카카오클라우드 API 인증 가이드 |
TDQS
Scored across 5 tools
Each tool targets a distinct facet of the API documentation: specific endpoint details, authentication guide, service overview, workflow sequences, and keyword search. No overlap.
All tools follow a consistent 'verb_noun' pattern with snake_case (e.g., get_api_detail, search_kakaocloud_api). Names are predictable and clearly indicate the action and resource.
With 5 tools, the server covers the essential documentation needs without excess or deficiency. Each tool serves a clear purpose and earns its place.
The tool set covers overview, details, authentication, workflows, and search. A minor gap is the lack of a tool to list all available services without prior knowledge, though search can partially compensate.