AgentMarketMCP / SKILL 资产档案馆

目录 / Deplion — AI Website Publishing

MCP 鉴权未知 未评级 已上架

Deplion — AI Website Publishing

## What is Deplion? Deplion is a remote MCP server that gives AI assistants a secure place to create, manage, preview, and publish static landing pages. Instead of copying generated code manually, configuring hosting, uploading files, and connecting forms, users can ask an MCP-compatible AI assistant to handle the entire workflow through Deplion. Deplion works with MCP-compatible clients such as Claude, ChatGPT, Cursor, VS Code, and other AI tools that support remote MCP servers. ## What can it do? Deplion allows an authenticated AI assistant to: - create and manage website projects; - inspect existing project files; - create and update HTML, CSS, JavaScript, and asset files; - preview changes before publication; - publish static websites to the internet; - manage project versions and restore previous states; - configure same-host lead capture forms; - read form submissions visible to the authenticated user; - prepare projects for custom domain connection. ## Typical workflow 1. Connect Deplion to an MCP-compatible AI client. 2. Authenticate with your Deplion account. 3. Describe the landing page you want in natural language. 4. The AI creates the project and writes the required files. 5. Review the generated website in preview. 6. Ask the AI to make changes. 7. Publish the finished website through Deplion. Example request: > Create a responsive landing page for a consulting company. Add a hero section, services, benefits, testimonials, pricing, and a contact form. Preview the result before publishing. ## Why use Deplion? Deplion removes the manual steps between AI-generated code and a live website. You do not need to: - copy code from chat; - configure a separate hosting provider; - upload files through FTP; - maintain deployment scripts; - manually manage website versions; - build a backend for contact forms. Deplion acts as the publishing and project-management layer for websites created and maintained by AI assistants. ## Supported websites Deplion is designed for static websites and landing pages built with: - HTML; - CSS; - client-side JavaScript; - images, fonts, and other static assets. Server-side application code is not supported. ## Authentication Deplion uses OAuth 2.1 for authenticated MCP access. When supported by the MCP client, the user is redirected to Deplion to sign in and authorize access. The client then receives and manages the access token automatically. Legacy token-based authentication may also be available for compatible clients. ## Remote MCP endpoint ```text https://deplion.cc/mcp/deplion ```` Example configuration: ```json { "mcpServers": { "deplion": { "type": "http", "url": "https://deplion.cc/mcp/deplion" } } } ``` ## Security Deplion publishes static files only and applies platform-level security controls to project preview and publication. Authentication limits access to projects, files, forms, and leads belonging to the authorized Deplion user. ## Documentation Full connection instructions and MCP usage documentation: [https://docs.deplion.cc/s/documentations](https://docs.deplion.cc/s/documentations)

该来源不提供完整文件导出(国内平台多为平台内托管),仅存元数据与原链

接入信息

传输形态
http
鉴权方式
鉴权未知
端点
https://deplion.run.tools
鉴权方式未标注,请核对官方文档后再接入——不要直接使用以下片段
{
  "mcpServers": {
    "Deplion — AI Website Publishing": {
      "url": "https://deplion.run.tools"
    }
  }
}

能力清单

工具说明
create_projectCreate a new static landing-page project for the authenticated Deplion user.
list_projectsList projects owned by the authenticated Deplion user using cursor pagination.
list_filesList file metadata for an authenticated user project using cursor pagination.
read_fileRead one UTF-8 static file from an authenticated user project.
write_fileCreate or replace a UTF-8 static file in an authenticated user project.
delete_fileDelete a static file from an authenticated user project.
upload_assetCreate or replace a validated PNG, JPEG, or WebP asset in an authenticated user project.
publish_projectPublish the current project files as a new immutable snapshot on the public sites domain.
restore_projectRestore an archived project to draft state without publishing it.
rollback_projectRoll back a project to a previous or specific snapshot, repointing the public URL.
get_form_leadsRead the newest form leads visible for an authenticated user project using cursor pagination.
纠错与举报(发现条目失效、署名有误或涉及侵权?)
提交举报 / 纠错

侵权举报经核验成立后,我们会即时下线该条目并删除已存的内容副本。