| name | edgeone |
| description | Deploy a single HTML document to Tencent EdgeOne Pages via mcporter with no login or API key, returning a public URL. Use when a user wants generated HTML published quickly as a live webpage. |
| description_zh | 将 HTML 内容一键发布到 EdgeOne Pages 公网链接 |
| description_en | Deploy HTML content to EdgeOne Pages and return a public URL |
| version | 1.0.0 |
| homepage | https://api.skillhub.cn/mcp/edgeone |
| allowed-tools | Bash,Read |
| metadata | {"openclaw":{"emoji":"🌐","install":["[Truncated]"]}} |
EdgeOne
Deploy HTML content to EdgeOne Pages, return the public URL. No login required, no API key required.
Deploy HTML
HTML or text content to deploy. Provide complete HTML or text content you want to publish, and the system will return a public URL where your content can be accessed.
npx -y mcporter call mcp-on-edge.edgeone.app/mcp-server.deploy-html value="<html>Content</html>"
npx -y mcporter call mcp-on-edge.edgeone.app/mcp-server.deploy-html value="$(cat index.html)"