edgeone-pages-mcp

edgeone-pages-mcp

4.4

edgeone-pages-mcp is hosted online, so all tools can be tested directly either in theTools tabor in theOnline Client.

If you are the rightful owner of edgeone-pages-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcpreview.com.

An MCP service for deploying HTML content, folder, and zip file to EdgeOne Pages and obtaining a publicly accessible URL.

EdgeOne Pages MCP is a model context protocol server designed to facilitate the deployment of HTML content, folders, and zip files to EdgeOne Pages. It provides a seamless way to obtain publicly accessible URLs for the deployed content. The service is built to work with Node.js 18 or higher and can be configured as either a stdio MCP Server or a Streamable HTTP MCP Server. The architecture involves using EdgeOne Pages Functions to deploy content, which is then stored in EdgeOne KV Store for fast edge access. The server returns a public URL, allowing users to access the content with fast edge delivery. This service is particularly useful for applications that require rapid deployment and access to static HTML content.

Features

  • MCP protocol for rapid deployment of HTML content to EdgeOne Pages
  • Automatic generation of publicly accessible URLs
  • Integration with EdgeOne Pages Functions for serverless computing
  • Utilizes EdgeOne Pages KV store for content storage and delivery
  • Handles API errors with appropriate error messages

Tools

  1. deploy_html

    Deploy HTML content to EdgeOne Pages, return the public URL

  2. deploy_folder_or_zip

    Deploy a folder or zip file to EdgeOne Pages, return the public URL