Cloud Services
kyun.sh
An MCP server for managing a Kyun account and creating, confirming, and inspecting orders for Danbo, Mesa, and Brick cloud services.
ENDPOINT 1
https://kyun.sh/mcp
MCP server metadata
- Name
- kyun
- Version
- 2.0
Known tools 12
kyun_create_service_orderCreate a draft order for a Danbo, Mesa, or Brick service.
Potential side effectskyun_create_resize_orderCreate a draft order for resizing a Danbo or Mesa VM service.
Potential side effectskyun_create_add_ip_orderCreate a draft order for allocating an additional IPv4 address to a Danbo or Mesa service.
Potential side effectskyun_create_unsuspend_orderCreate a draft order to pay outstanding balance and unsuspend a service.
Potential side effectskyun_v2_get_operationReturn full details for one Kyun v2 OpenAPI operation by operationId, including method, path, input schema, and response metadata.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.kyun]
url = "https://kyun.sh/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kyun": {
"type": "http",
"url": "https://kyun.sh/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kyun
Remote MCP URL: https://kyun.sh/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"kyun": {
"url": "https://kyun.sh/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kyun": {
"type": "http",
"url": "https://kyun.sh/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kyun",
"transport": "streamable-http",
"url": "https://kyun.sh/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://api.kyun.sh/mcp
MCP server metadata
- Name
- kyun
- Version
- 2.0
Known tools 12
kyun_create_service_orderCreate a draft order for a Danbo, Mesa, or Brick service.
Potential side effectskyun_create_resize_orderCreate a draft order for resizing a Danbo or Mesa VM service.
Potential side effectskyun_create_add_ip_orderCreate a draft order for allocating an additional IPv4 address to a Danbo or Mesa service.
Potential side effectskyun_create_unsuspend_orderCreate a draft order to pay outstanding balance and unsuspend a service.
Potential side effectskyun_v2_get_operationReturn full details for one Kyun v2 OpenAPI operation by operationId, including method, path, input schema, and response metadata.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.kyun]
url = "https://api.kyun.sh/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kyun": {
"type": "http",
"url": "https://api.kyun.sh/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kyun
Remote MCP URL: https://api.kyun.sh/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"kyun": {
"url": "https://api.kyun.sh/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kyun": {
"type": "http",
"url": "https://api.kyun.sh/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kyun",
"transport": "streamable-http",
"url": "https://api.kyun.sh/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.