Loading...

Deploys HTML content, folders, or full-stack projects to EdgeOne Pages, providing publicly accessible URLs; requires careful API token management.
Boost this tool
Subscribe to listing upgrades or segmented pushes.
Deploys HTML content, folders, or full-stack projects to EdgeOne Pages, providing publicly accessible URLs; requires careful API token management.
The service is relatively safe for deploying static HTML content. However, deploying full-stack applications and managing API tokens require careful security considerations to prevent unauthorized access and potential vulnerabilities.
Performance is primarily determined by EdgeOne Pages' infrastructure and CDN capabilities. KV store access provides fast edge delivery.
Cost depends on EdgeOne Pages' pricing model, including storage, bandwidth, and function execution. Consider the cost of API calls and resource usage.
{
"mcpServers": {
"edgeone-pages-mcp-server": {
"url": "https://mcp-on-edge.edgeone.site/mcp-server"
}
}
}deploy_htmlDeploys static HTML content to EdgeOne Pages and returns a public URL.
Writes HTML content to EdgeOne Pages KV store, potentially overwriting existing content.
deploy_folderDeploys a folder or full-stack project to EdgeOne Pages.
Deploys entire projects, potentially including executable code, and requires API token.
API Key|Environment Variable
hybrid
The service is relatively safe for deploying static HTML content. However, deploying full-stack applications and managing API tokens require careful security considerations to prevent unauthorized access and potential vulnerabilities.
Autonomy depends on the configured MCP server and the tools used. Deploying full-stack applications grants significant autonomy.
Production Tip
Securely manage the `EDGEONE_PAGES_API_TOKEN` and restrict its access to authorized personnel only.
An MCP service for deploying HTML content, folders, or full-stack projects to EdgeOne Pages and obtaining publicly accessible URLs.
Node.js 18 or higher is required.
Refer to the EdgeOne documentation: https://edgeone.ai/document/177158578324279296
Yes, the `deploy_folder` tool supports deploying full-stack applications.
Yes, provide the project name in the `EDGEONE_PAGES_PROJECT_NAME` environment variable.
The stdio server supports both `deploy_html` and `deploy_folder`, while the streaming HTTP server only supports `deploy_html`.
The source code is available on GitHub: https://github.com/TencentEdgeOne/self-hosted-pages-mcp