← Registry

DevOps

vibedeploy.be

Manages website deployment and hosting for teams.

1 endpoint39 known toolsFirst detected July 25, 2026Last detected July 25, 2026

ENDPOINT 1

https://mcp.vibedeploy.be/mcp

No auth detected

MCP server metadata

Name
vibedeploy
Version
1.0.1
Capabilities
tools.listChanged

Known tools 39

get_account

Return the team's plan, its limits, and current usage.

Inferred read-only
deploy_site

Publish a website to a live URL.

Potential side effects
update_site

Patch or replace files on an existing site.

Inferred read-only
list_sites

List sites for the team this connection belongs to.

Inferred read-only
get_site

Return name, url, plan, last deploy time, and recent deploy history.

Inferred read-only
delete_site

Soft-delete a site.

Potential side effects
get_site_analytics

Return a privacy-safe traffic summary for a site over the last `period` days (default 7): total page views, distinct-visitor count, top pages, daily counts, device/browser breakdowns, and Web Vitals averages.

Inferred read-only
read_file

Return the bytes of one file currently served by the site.

Inferred read-only
read_files

Batched version of read_file.

Inferred read-only
list_file_hashes

Return SHA-256 + size for every file currently served.

Inferred read-only
list_source_files

Return SHA-256 + size for every file in the site's editable source tree (the platform's copy of the pre-build code, not the served dist).

Inferred read-only
read_source_file

Return the bytes of one source file (the platform's editable copy of the pre-build code), letting an AI in any future chat fetch and edit content without needing the original local files.

Potential side effects
read_source_files

Batched read across the editable source tree (up to 50 paths).

Inferred read-only
write_source_files

Stage edits to a site's editable source tree (not the live dist).

Inferred read-only
delete_source_file

Remove one file from the site's editable source tree.

Potential side effects
build_and_deploy

Run a build inside a hardened one-shot pod against the site's editable source tree (write source first via write_source_files / list_source_files autoPromote), then atomically swap the build output into the live dist.

Potential side effects
search_files

Search for a literal string or basic regex across all files in either the served dist or the editable source tree.

Inferred read-only
deploy_from_url

Publish a website to a live URL from a public archive link.

Potential side effects
rehost_images

Download the external images a site references (e.

Inferred read-only
update_file_content

Apply one or more literal find/replace edits to a single file on the site, in one tool call.

Inferred read-only
apply_edits

Apply find/replace edits across MANY files in one tool call.

Inferred read-only
get_forms_config

Read the form-to-email relay config of a site, plus the resolved delivery mode, the active From address, and (for a custom sender domain) the DNS records to publish and their verification status.

Potential side effects
set_forms_config

Configure the built-in form-to-email relay, fully self-service.

Potential side effects
verify_forms_sender_domain

Check the DNS records for a site's custom sender domain (DKIM TXT + SPF include).

Inferred read-only
add_custom_domain

Start attaching a user-owned domain to an existing site.

Inferred read-only
verify_custom_domain

Check the TXT record the user added at step 1 and, if found, attach the domain to the site's ingress.

Inferred read-only
remove_custom_domain

Remove a custom domain from a site.

Potential side effects
list_custom_domains

Return all custom domains attached to a site.

Inferred read-only
list_dns_records

Read the DNS records VibeDeploy tracks for a site (the records it created/manages on your behalf), oldest first.

Inferred read-only
check_domain_availability

Check whether a domain can be registered and get an INDICATIVE retail price.

Inferred read-only
begin_deploy

Opens a staging session for a multi-call deploy.

Inferred read-only
add_files

Append files to an open staging session.

Inferred read-only
add_file_chunk

Stream a single file across multiple calls when its content exceeds the per-MCP-call output budget.

Inferred read-only
commit_deploy

Atomically apply a staging session's files to the live site.

Inferred read-only
abort_deploy

Discard a staging session and its scratch dir.

Inferred read-only
list_deploys

Return staging sessions for the team this token belongs to.

Inferred read-only
list_history

Return the most recent 50 deploy and snapshot history entries for a site, newest first.

Inferred read-only
list_snapshots

List the Longhorn volume snapshots for a site.

Inferred read-only
create_snapshot

Take a point-in-time Longhorn snapshot of a site's served files.

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

.mcp.json

{
  "mcpServers": {
    "vibedeploy": {
      "type": "http",
      "url": "https://mcp.vibedeploy.be/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

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

.vscode/mcp.json

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

Client-specific MCP configuration

{
  "name": "vibedeploy",
  "transport": "streamable-http",
  "url": "https://mcp.vibedeploy.be/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.