← kyun.sh
INDIVIDUAL MCP TOOL
kyun_v2_search_operations
Search the current Kyun v2 OpenAPI operation catalog.
LIVE ENDPOINT
https://api.kyun.sh/mcp
Connect to this endpoint to inspect the live schema for kyun_v2_search_operations and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
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://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.
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_confirm_order— Confirm and execute a Kyun draft order.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.