LIVE ENDPOINT
https://kyun.sh/mcp
Connect to this endpoint to inspect the live schema for kyun_confirm_order and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description suggests code or command execution.
Parent server
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.
Related tools
kyun_get_account— Return the authenticated Kyun account summary.kyun_list_services— List owned Kyun services of a given type.kyun_get_service— Get canonical details for one owned Kyun service.kyun_create_service_order— Create a draft order for a Danbo, Mesa, or Brick service.kyun_power_service— Start, stop, shut down, or reboot a Danbo or Mesa VM service.kyun_create_resize_order— Create a draft order for resizing a Danbo or Mesa VM service.kyun_create_add_ip_order— Create a draft order for allocating an additional IPv4 address to a Danbo or Mesa service.kyun_create_unsuspend_order— Create a draft order to pay outstanding balance and unsuspend a service.