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 |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| list_serversC | NCP의 모든 서버 인스턴스 목록을 조회합니다 |
| get_server_detailC | 특정 서버 인스턴스의 상세 정보를 조회합니다 |
| create_serverC | 새로운 서버 인스턴스를 생성합니다 |
| delete_serverC | 서버 인스턴스를 삭제합니다 |
| stop_serverC | 실행 중인 서버 인스턴스를 중지합니다 |
| start_serverC | 중지된 서버 인스턴스를 시작합니다 |
| list_vpcsB | VPC 목록을 조회합니다 |
| create_vpcC | 새로운 VPC를 생성합니다 |
| delete_vpcC | VPC를 삭제합니다 |
| list_subnetsC | 서브넷 목록을 조회합니다 |
| create_subnetC | 새로운 서브넷을 생성합니다 |
| delete_subnetC | 서브넷을 삭제합니다 |
| list_acgsC | ACG(Access Control Group) 목록을 조회합니다 |
| create_acgC | 새로운 ACG를 생성합니다 |
| delete_acgC | ACG를 삭제합니다 |
| add_acg_ruleC | ACG에 인바운드 규칙을 추가합니다 |
| list_load_balancersB | 로드 밸런서 목록을 조회합니다 |
| create_load_balancerC | 새로운 로드 밸런서를 생성합니다 |
| delete_load_balancerC | 로드 밸런서를 삭제합니다 |
| add_load_balancer_targetC | 로드 밸런서에 타겟 서버를 추가합니다 |
| list_cloud_dbsB | Cloud DB 인스턴스 목록을 조회합니다 |
| create_cloud_dbC | 새로운 Cloud DB 인스턴스를 생성합니다 |
| delete_cloud_dbC | 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 | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/choec77/mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server