INDIVIDUAL MCP TOOL
delete_files
Remove pages, components or assets from a site — the counterpart to write_files.
LIVE ENDPOINT
https://kleap.co/api/mcp
Connect to this endpoint to inspect the live schema for delete_files and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a deletion term.
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.kleap-ai-website-app-builder]
url = "https://kleap.co/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"kleap-ai-website-app-builder": {
"type": "http",
"url": "https://kleap.co/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: kleap-ai-website-app-builder
Remote MCP URL: https://kleap.co/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": {
"kleap-ai-website-app-builder": {
"url": "https://kleap.co/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"kleap-ai-website-app-builder": {
"type": "http",
"url": "https://kleap.co/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "kleap-ai-website-app-builder",
"transport": "streamable-http",
"url": "https://kleap.co/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
create_app— Use this when the user wants a complete, hosted website or web app built from a text description (e.modify_app— Use this when the user wants to change or update an existing website.write_files— Write WHOLE files DIRECTLY — YOUR model generates the code, Kleap stores, builds and deploys it as-is.edit_files— Change PART of a file without resending it — the counterpart to write_files.generate_image— Put a REAL photo or illustration on the site by describing it — no image bytes to send.list_app_files— List the source file PATHS of an app (names only, no contents).read_files— Read existing file contents so you can edit them SAFELY instead of rewriting blind (which risks breaking shared components/homepages).list_apps— Use this when the user wants to see all their websites with name, slug, preview URL, and production URL.