MCP server for managing Naver Cloud Platform (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-mcp-server · npm · 1.11.0
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",
"description": "MCP server for managing Naver Cloud Platform (Ncloud) infrastructure",
"repository": {
"url": "https://github.com/sjk4425/ncloud-mcp-server",
"source": "github"
},
"version": "1.11.0",
"packages": [
{
"registryType": "npm",
"identifier": "ncloud-mcp-server",
"version": "1.11.0",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Ncloud API Access Key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "NCLOUD_ACCESS_KEY"
},
{
"description": "Ncloud API Secret Key",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "NCLOUD_SECRET_KEY"
},
{
"description": "Ncloud region code (KR, JPN, SGN, USWN, DEN)",
"format": "string",
"name": "NCLOUD_REGION"
},
{
"description": "Comma-separated tool groups to load at startup, e.g. 'compute,network,billing' or 'all,-billing'. 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; without 'dynamic', the listed groups are locked (no runtime expansion). A '-'-excluded group is also refused for dynamic enable. 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, adding 'truncated'/'suggestedPageSize' recovery hints. Unset/0 = guard off (response shape unchanged).",
"format": "string",
"name": "NCLOUD_RESPONSE_MAXBYTES"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "active",
"statusChangedAt": "2026-08-16T16:21:05.268815Z",
"publishedAt": "2026-08-16T16:21:05.268815Z",
"updatedAt": "2026-08-16T16:21:05.268815Z",
"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 1.11.0last 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.