ENDPOINT 1
https://mcp.vibedeploy.be/mcp
MCP server metadata
- Name
- vibedeploy
- Version
- 1.0.1
Known tools 39
get_site_analyticsReturn 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-onlylist_source_filesReturn 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-onlyread_source_fileReturn 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 effectswrite_source_filesStage edits to a site's editable source tree (not the live dist).
Inferred read-onlybuild_and_deployRun 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 effectssearch_filesSearch for a literal string or basic regex across all files in either the served dist or the editable source tree.
Inferred read-onlyupdate_file_contentApply one or more literal find/replace edits to a single file on the site, in one tool call.
Inferred read-onlyget_forms_configRead 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 effectsset_forms_configConfigure the built-in form-to-email relay, fully self-service.
Potential side effectsverify_forms_sender_domainCheck the DNS records for a site's custom sender domain (DKIM TXT + SPF include).
Inferred read-onlyverify_custom_domainCheck the TXT record the user added at step 1 and, if found, attach the domain to the site's ingress.
Inferred read-onlylist_dns_recordsRead the DNS records VibeDeploy tracks for a site (the records it created/manages on your behalf), oldest first.
Inferred read-onlycheck_domain_availabilityCheck whether a domain can be registered and get an INDICATIVE retail price.
Inferred read-onlyadd_file_chunkStream a single file across multiple calls when its content exceeds the per-MCP-call output budget.
Inferred read-onlylist_historyReturn the most recent 50 deploy and snapshot history entries for a site, newest first.
Inferred read-onlyCONNECT 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.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.