NCP MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NCP_ACCESS_KEY | Yes | Your NCP (Naver Cloud Platform) access key for API authentication | |
| NCP_SECRET_KEY | Yes | Your NCP (Naver Cloud Platform) secret key for API authentication |
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_serversA | NCP의 모든 서버 인스턴스 목록을 조회합니다 |
| get_server_detailB | 특정 서버 인스턴스의 상세 정보를 조회합니다 |
| create_serverB | 새로운 서버 인스턴스를 생성합니다 |
| delete_serverB | 서버 인스턴스를 삭제합니다 |
| stop_serverA | 실행 중인 서버 인스턴스를 중지합니다 |
| start_serverA | 중지된 서버 인스턴스를 시작합니다 |
| list_vpcsA | VPC 목록을 조회합니다 |
| create_vpcC | 새로운 VPC를 생성합니다 |
| delete_vpcB | VPC를 삭제합니다 |
| list_subnetsB | 서브넷 목록을 조회합니다 |
| create_subnetB | 새로운 서브넷을 생성합니다 |
| delete_subnetC | 서브넷을 삭제합니다 |
| list_acgsB | ACG(Access Control Group) 목록을 조회합니다 |
| create_acgB | 새로운 ACG를 생성합니다 |
| delete_acgB | ACG를 삭제합니다 |
| add_acg_ruleB | ACG에 인바운드 규칙을 추가합니다 |
| list_load_balancersA | 로드 밸런서 목록을 조회합니다 |
| create_load_balancerC | 새로운 로드 밸런서를 생성합니다 |
| delete_load_balancerC | 로드 밸런서를 삭제합니다 |
| add_load_balancer_targetC | 로드 밸런서에 타겟 서버를 추가합니다 |
| list_cloud_dbsA | Cloud DB 인스턴스 목록을 조회합니다 |
| create_cloud_dbB | 새로운 Cloud DB 인스턴스를 생성합니다 |
| delete_cloud_dbB | Cloud DB 인스턴스를 삭제합니다 |
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 23 tools
Every tool has a clearly distinct purpose targeting specific resources and actions in the NCP cloud infrastructure domain. Tools are organized by resource type (e.g., server, VPC, ACG) with specific operations (create, delete, list, add, start/stop), leaving no ambiguity between them.
Tool names follow a highly consistent verb_noun pattern throughout, such as create_server, delete_vpc, list_acgs, and add_acg_rule. All tools use snake_case without deviations, making the naming predictable and easy to understand.
With 23 tools, the count is slightly high but reasonable for a comprehensive cloud management server covering multiple resource types (servers, VPCs, subnets, ACGs, load balancers, Cloud DBs). Each tool serves a specific function, though it may feel heavy for simpler use cases.
The tool set provides complete CRUD/lifecycle coverage for the NCP cloud infrastructure domain, including create, delete, list, and specific operations like start/stop for servers and add rules for ACGs. No obvious gaps are present, enabling agents to manage resources effectively.