← Registry

Developer Tools

orkestr.eu

This server manages projects and provides browser-based UI previews for developers.

2 endpoints105 known toolsFirst detected August 9, 2026Last detected August 9, 2026

ENDPOINT 1

https://orkestr.eu/api/mcp

No auth detected

MCP server metadata

Name
orkestr
Version
1.12.4
Capabilities
experimentalpromptsresourcestools
Server instructions

You are connected to the orkestr deployment platform. Use these tools to manage projects, environments, deployments, monitoring, and add-ons on behalf of the authenticated user.

Known tools 76

whoami

Show the currently authenticated user's username, email, and plan.

Potential side effects
list_projects

List all projects owned by the current user (plus projects in teams you belong to).

Inferred read-only
get_project

Get details of one project.

Inferred read-only
reproduce_in_browser

Show / preview / screenshot what a page or UI actually LOOKS LIKE in a real browser (shareable video + screenshots).

Inferred read-only
create_project

Create a new project and auto-create its production environment.

Potential side effects
update_project

Update a project's settings.

Potential side effects
delete_project

Delete a project and destroy its containers.

Potential side effects
list_repo_tree

List the source file paths of a project's connected repo (read-only).

Inferred read-only
read_repo_file

Read one text file from a project's connected repo (read-only).

Inferred read-only
list_pull_requests

List pull requests on a project's connected GitHub repo (read-only).

Inferred read-only
get_pull_request

Read one pull request on a project's connected GitHub repo, with its changed files and per-file diffs (read-only).

Inferred read-only
open_pull_request

Open a pull request on a project's GitHub repo with file changes (GitHub repos only).

Inferred read-only
analyze_project

Analyze a project's repository to detect framework/runtime and generate a Dockerfile.

Inferred read-only
list_environments

List all environments for a project.

Inferred read-only
create_environment

Create a new environment for a project.

Potential side effects
update_environment

Update an environment's branch, env_vars, auto_deploy, and/or access_policy.

Potential side effects
delete_environment

Delete a non-production environment and destroy its container.

Potential side effects
deploy

Trigger a new deployment.

Inferred read-only
list_deployments

List recent deployments for a project, newest first.

Inferred read-only
get_deployment

Get deployment details.

Inferred read-only
get_deployment_logs

Get a deployment's pipeline (build/deploy) logs, ordered by pipeline step.

Inferred read-only
rollback_deployment

Roll back to a previous deployment by reusing its Docker image.

Inferred read-only
get_logs

Get application runtime logs (stdout/stderr) for a deployed app.

Inferred read-only
get_stats

Get container resource stats for a deployed app.

Inferred read-only
get_health

Get container health info for a deployed app.

Inferred read-only
list_addons

List add-ons (Postgres/Redis databases and caches) attached to a project.

Inferred read-only
create_addon

Provision a new add-on for a project.

Inferred read-only
delete_addon

Destroy an add-on and its data.

Potential side effects
list_backups

List backups for an add-on (newest first, max 50).

Inferred read-only
create_backup

Trigger a manual backup for an add-on (postgres or redis).

Inferred read-only
download_backup

Get a download URL for a completed backup.

Inferred read-only
delete_backup

Delete a backup.

Potential side effects
list_functions

List your serverless functions (most recent first).

Inferred read-only
get_function

Get a function's details.

Inferred read-only
create_function

Create a serverless function.

Potential side effects
update_function

Update a function's settings.

Potential side effects
delete_function

Delete a function and destroy its container.

Potential side effects
deploy_function

Build and deploy a function from its current handler_code/dependencies.

Inferred read-only
get_function_logs

Get runtime logs from a function's container.

Inferred read-only
invoke_function

Invoke a deployed function over HTTP.

Inferred read-only
get_function_env_vars

Return the decrypted environment variables for a function.

Inferred read-only
get_function_metrics

Function request metrics over a window.

Inferred read-only
rotate_function_api_key

Rotate the function's API key.

Inferred read-only
get_request_metrics

Get request-level traffic metrics for a deployed app.

Inferred read-only
get_app_health

Get the live app-health signal for a project's PRODUCTION app.

Inferred read-only
get_deployment_stats

Get aggregate deployment statistics for a whole project (not one deployment).

Inferred read-only
sleep_container

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

Inferred read-only
wake_container

Wake a sleeping deployed-app container.

Inferred read-only
get_project_env_vars

Return the decrypted environment variables for a project.

Inferred read-only
get_environment_env_vars

Return the decrypted environment variables for one environment.

Inferred read-only
get_project_webhook

Get webhook / auto-deploy info for a project.

Inferred read-only
toggle_project_webhook

Enable or disable auto-deploy on git push for a project.

Inferred read-only
get_deployment_build_log

Get the full raw builder output (Kaniko stderr) for a deployment.

Inferred read-only
get_addon

Get a single add-on, including its connection_url and credentials.

Inferred read-only
toggle_addon_auto_backup

Flip daily auto-backup on or off for an add-on (Pro/Team only; Free returns 403).

Inferred read-only
get_addon_backup_info

Get backup plan info for an add-on.

Inferred read-only
list_domains

List every custom domain you own, grouped by project.

Inferred read-only
verify_domain

Re-check that a project's custom domain DNS points to orkestr.

Inferred read-only
list_activity

Recent audit-trail activity for the current user (and shared team actions).

Inferred read-only
get_workspace

Orient yourself: one snapshot of the whole workspace.

Inferred read-only
get_dashboard_summary

Dashboard snapshot for the current user.

Inferred read-only
list_registry_images

List Docker images in the registry for one project.

Inferred read-only
scan_registry_image

Run a vulnerability scan on one image tag and return the result synchronously (no polling).

Inferred read-only
delete_registry_image

Delete an image tag from the registry.

Potential side effects
list_notifications

Return the 50 most recent notifications plus the unread tally.

Inferred read-only
mark_notifications_read

Mark all of the current user's notifications as read (cannot target individual ones).

Inferred read-only
list_groups

List your project groups (workspaces).

Inferred read-only
get_group

Get one project group plus its member projects.

Inferred read-only
create_group

Create a project group (workspace).

Potential side effects
delete_group

Delete a project group.

Potential side effects
add_project_to_group

Assign a project to a group.

Inferred read-only
remove_project_from_group

Remove a project from a group.

Potential side effects
remember

Store one fact for your FUTURE runs.

Inferred read-only
forget

Drop one thing you remember, by its key.

Potential side effects
get_pending_action

Check the status of a gated action you queued for human approval.

Inferred read-only
delegate

Delegate a focused sub-task to a subagent that runs in parallel with your other subagents.

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

ENDPOINT 2

https://orkestr.eu/api/sandboxes/mcp

No auth detected

MCP server metadata

Name
orkestr-sandboxes
Version
1.12.4
Capabilities
experimentalpromptsresourcestools
Server instructions

Tools for orkestr sandboxes - isolated, ephemeral Linux environments for running untrusted or agent-generated code. Create a sandbox, run code or shell commands in it, read and write files, pause and resume it to park it between turns, and terminate it when done.

Known tools 29

create_sandbox

Create a sandbox - an isolated, ephemeral Linux environment.

Potential side effects
create_template

Create (build) a custom sandbox template.

Potential side effects
list_templates

List your custom templates.

Inferred read-only
delete_template

Delete a custom template and its host image.

Potential side effects
assign_template_tag

Assign a tag to a template build - promotion without a rebuild.

Inferred read-only
remove_template_tag

Remove a tag from a template build.

Potential side effects
create_volume

Create a persistent volume - storage that survives across sandboxes.

Potential side effects
move_volume

Move a detached persistent volume to another region.

Inferred read-only
list_volumes

List your persistent volumes.

Inferred read-only
delete_volume

Delete a persistent volume and its data.

Potential side effects
list_sandboxes

List your sandboxes, newest first, with optional filters (ORK-203).

Inferred read-only
get_sandbox_limits

Report the sandbox sizes and limits available on your plan.

Inferred read-only
get_sandbox_host

Get the public preview URL for a port a sandbox is serving on.

Inferred read-only
run_shell

Run a shell command in a sandbox.

Potential side effects
start_background_command

Start a long-running shell command in the background and return a handle immediately - use this instead of run_shell for anything that may run long (builds, dependency installs, test suites, dev servers).

Potential side effects
list_background_commands

List every background command in a sandbox with live status.

Potential side effects
get_background_command

Get one background command's live status.

Potential side effects
kill_background_command

Kill a background command: SIGTERM to its process group, ~5s grace, then SIGKILL.

Potential side effects
get_command_logs

Read a background command's combined stdout+stderr from a byte offset.

Potential side effects
run_code

Run a snippet of code in a sandbox; python code runs in a PERSISTENT kernel on code-interpreter sandboxes (variables survive across calls) and falls back to a one-shot process elsewhere.

Inferred read-only
write_file

Write a text file into a sandbox.

Potential side effects
read_file

Read a text file from a sandbox.

Inferred read-only
list_files

List the entries of a directory in a sandbox.

Inferred read-only
make_dir

Create a directory in a sandbox (ORK-202).

Potential side effects
move_path

Move or rename a file or directory in a sandbox (ORK-202).

Inferred read-only
stat_path

Stat a path in a sandbox - existence, type, size, mode (ORK-202).

Inferred read-only
pause_sandbox

Pause a sandbox: snapshot its full state and stop the compute meter.

Inferred read-only
resume_sandbox

Resume a paused sandbox, restoring its snapshot.

Inferred read-only
terminate_sandbox

Terminate a sandbox and free its resources.

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

.mcp.json

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

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for orkestr.eu was fetched 2026-08-24T05:52:43.394Z.

Trust status Trusted

orkestr.eu is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.

Indexed

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