← Registry

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.

2 endpoints24 known toolsFirst detected September 26, 2026Last detected September 26, 2026

ENDPOINT 1

https://kyun.sh/mcp

No auth detected

MCP server metadata

Name
kyun
Version
2.0
Capabilities
tools

Known tools 12

kyun_get_account

Return the authenticated Kyun account summary.

Inferred read-only
kyun_list_services

List owned Kyun services of a given type.

Inferred read-only
kyun_get_service

Get canonical details for one owned Kyun service.

Inferred read-only
kyun_create_service_order

Create a draft order for a Danbo, Mesa, or Brick service.

Potential side effects
kyun_confirm_order

Confirm and execute a Kyun draft order.

Potential side effects
kyun_power_service

Start, stop, shut down, or reboot a Danbo or Mesa VM service.

Inferred read-only
kyun_create_resize_order

Create a draft order for resizing a Danbo or Mesa VM service.

Potential side effects
kyun_create_add_ip_order

Create a draft order for allocating an additional IPv4 address to a Danbo or Mesa service.

Potential side effects
kyun_create_unsuspend_order

Create a draft order to pay outstanding balance and unsuspend a service.

Potential side effects
kyun_list_docs

Return the Kyun v2 documentation and OpenAPI URLs.

Inferred read-only
kyun_v2_search_operations

Search the current Kyun v2 OpenAPI operation catalog.

Inferred read-only
kyun_v2_get_operation

Return full details for one Kyun v2 OpenAPI operation by operationId, including method, path, input schema, and response metadata.

Inferred read-only

CONNECT 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

No auth detected

MCP server metadata

Name
kyun
Version
2.0
Capabilities
tools

Known tools 12

kyun_get_account

Return the authenticated Kyun account summary.

Inferred read-only
kyun_list_services

List owned Kyun services of a given type.

Inferred read-only
kyun_get_service

Get canonical details for one owned Kyun service.

Inferred read-only
kyun_create_service_order

Create a draft order for a Danbo, Mesa, or Brick service.

Potential side effects
kyun_confirm_order

Confirm and execute a Kyun draft order.

Potential side effects
kyun_power_service

Start, stop, shut down, or reboot a Danbo or Mesa VM service.

Inferred read-only
kyun_create_resize_order

Create a draft order for resizing a Danbo or Mesa VM service.

Potential side effects
kyun_create_add_ip_order

Create a draft order for allocating an additional IPv4 address to a Danbo or Mesa service.

Potential side effects
kyun_create_unsuspend_order

Create a draft order to pay outstanding balance and unsuspend a service.

Potential side effects
kyun_list_docs

Return the Kyun v2 documentation and OpenAPI URLs.

Inferred read-only
kyun_v2_search_operations

Search the current Kyun v2 OpenAPI operation catalog.

Inferred read-only
kyun_v2_get_operation

Return full details for one Kyun v2 OpenAPI operation by operationId, including method, path, input schema, and response metadata.

Inferred read-only

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.