What is An MCP service for deploying HTML content to EdgeOne Pages and obtaining a publicly accessible URL.?
EdgeOne Pages MCP is a service that allows for the rapid deployment of HTML content, folders, and zip files to EdgeOne Pages, generating publicly accessible URLs for the deployed content. It integrates with EdgeOne Pages Functions and utilizes EdgeOne KV Store for fast access.
Documentation
EdgeOne Pages MCP
An MCP service for deploying HTML content, folder, and zip file to EdgeOne Pages and obtaining a publicly accessible URL.
Demo# Deploy HTML
Deploy Folder
Requirements
Node.js 18 or higher
Configure MCP# stdio MCP Server
Suitable for most MCP applications
{
"mcpServers": {
"edgeone-pages-mcp-server": {
"command": "npx",
"args": ["edgeone-pages-mcp"],
"env": {
// Optional. If deploying a folder or zip file to an EdgeOne Pages project
// provide your EdgeOne Pages API token.
// How to obtain your API token: https://edgeone.ai/document/177158578324279296
"EDGEONE_PAGES_API_TOKEN": "",
// Optional. Leave empty to create a new EdgeOne Pages project.
// Provide a project name to update an existing project.
"EDGEONE_PAGES_PROJECT_NAME": ""
}
}
}
}
Streamable HTTP MCP Server
Available in applications supporting Streamable HTTP MCP Server