← orkestr.eu

INDIVIDUAL MCP TOOL

sleep_container

Manually put a deployed app's container to sleep (it auto-wakes on the next inbound request).

orkestr.eunone authenticationAvailability not checked

LIVE ENDPOINT

https://orkestr.eu/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for sleep_container 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

orkestr.eu

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.orkestr]
url = "https://orkestr.eu/api/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "orkestr": {
      "type": "http",
      "url": "https://orkestr.eu/api/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: orkestr
Remote MCP URL: https://orkestr.eu/api/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": {
    "orkestr": {
      "url": "https://orkestr.eu/api/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "orkestr": {
      "type": "http",
      "url": "https://orkestr.eu/api/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "orkestr",
  "transport": "streamable-http",
  "url": "https://orkestr.eu/api/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • whoami — Show the currently authenticated user's username, email, and plan.
  • list_projects — List all projects owned by the current user (plus projects in teams you belong to).
  • get_project — Get details of one project.
  • reproduce_in_browser — Show / preview / screenshot what a page or UI actually LOOKS LIKE in a real browser (shareable video + screenshots).
  • create_project — Create a new project and auto-create its production environment.
  • update_project — Update a project's settings.
  • delete_project — Delete a project and destroy its containers.
  • list_repo_tree — List the source file paths of a project's connected repo (read-only).