MCP server for managing Naver Cloud Platform Government (Ncloud 공공존) infrastructure
What it says
The record the registry holds
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
ncloud-gov-mcp-server · npm · 0.1.1
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-12-11/server.schema.json",
"name": "io.github.sjk4425/ncloud-gov",
"description": "MCP server for managing Naver Cloud Platform Government (Ncloud 공공존) infrastructure",
"repository": {
"url": "https://github.com/sjk4425/ncloud-gov-mcp-server",
"source": "github"
},
"version": "0.1.1",
"packages": [
{
"registryType": "npm",
"identifier": "ncloud-gov-mcp-server",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Ncloud 공공존 API Access Key (console.gov-ncloud.com 발급)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "NCLOUD_ACCESS_KEY"
},
{
"description": "Ncloud 공공존 API Secret Key (console.gov-ncloud.com 발급)",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "NCLOUD_SECRET_KEY"
},
{
"description": "Ncloud region code (공공존 기본 KR)",
"format": "string",
"name": "NCLOUD_REGION"
},
{
"description": "기본 API Gateway 도메인 override. 미설정 시 https://ncloud.apigw.gov-ntruss.com (공공존 기본값).",
"format": "string",
"name": "NCLOUD_API_URL"
},
{
"description": "Comma-separated tool groups to load at startup, e.g. 'compute,network' or 'all,-database'. Unset = all groups. Include the 'dynamic' keyword to start with the core set (common+compute+network+database) AND allow mid-session expansion via the ncloud_enable_tool_group meta tool. common is always on.",
"format": "string",
"name": "NCLOUD_TOOL_GROUPS"
},
{
"description": "Set to '1' to strip empty values (null/\"\"/[]/{}) from responses globally.",
"format": "string",
"name": "NCLOUD_RESPONSE_PRUNE"
},
{
"description": "API request timeout in milliseconds (default 30000). HTTP 429 is always auto-retried up to 2 times; read-only query tools also retry 503/504 and network errors.",
"format": "string",
"name": "NCLOUD_TIMEOUT_MS"
},
{
"description": "Language for client error messages: 'en' for English, otherwise/unset is Korean (default).",
"format": "string",
"name": "NCLOUD_LANG"
},
{
"description": "Opt-in response-size guard for read-only tools. When set to a positive byte threshold, large read-only responses are truncated item-by-item to stay under it. Unset/0 = guard off.",
"format": "string",
"name": "NCLOUD_RESPONSE_MAXBYTES"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-02T14:44:06.17389Z",
"publishedAt": "2026-08-02T14:44:06.17389Z",
"updatedAt": "2026-08-02T14:44:06.17389Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.1.1last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.