EdgeOne Pages MCP

Official

Integrations

  • Deploys HTML content to EdgeOne Pages Functions, a serverless computing platform, generating publicly accessible URLs for the deployed content.

EdgeOne Pages MCP

用于将 HTML 内容部署到 EdgeOne Pages 并获取可公开访问的 URL 的 MCP 服务。

演示

配置 MCP

标准输入输出 MCP 服务器

适用于大多数 MCP 应用

{ "mcpServers": { "edgeone-pages-mcp-server": { "command": "npx", "args": ["edgeone-pages-mcp"] } } }

可流式传输的 HTTP MCP 服务器

适用于支持 Streamable HTTP MCP 服务器的应用程序

{ "mcpServers": { "edgeone-pages-mcp-server": { "url": "https://mcp-on-edge.edgeone.site/mcp-server" } } }

建筑学

架构图说明了工作流程:

  1. 大型语言模型生成 HTML 内容
  2. 内容发送到 EdgeOne Pages MCP 服务器
  3. MCP 服务器将内容部署到 EdgeOne Pages Edge Functions
  4. 内容存储在 EdgeOne KV Store 中,以便快速边缘访问
  5. MCP 服务器返回公共 URL
  6. 用户可以通过浏览器访问已部署的内容,并享受快速边缘交付

特征

  • MCP 协议用于将 HTML 内容快速部署到 EdgeOne Pages
  • 自动生成可公开访问的 URL

执行

此 MCP 服务与 EdgeOne Pages Functions 集成,用于部署静态 HTML 内容。具体实现使用:

  1. EdgeOne Pages Functions - 一个无服务器计算平台,允许在边缘执行 JavaScript/TypeScript 代码。
  2. 关键实施细节
    • 使用 EdgeOne Pages KV 存储来存储和提供 HTML 内容
    • 为每个部署自动生成一个公共 URL
    • 使用适当的错误消息处理 API 错误
  3. 工作原理
    • MCP 服务器通过deploy-html工具接受 HTML 内容
    • 它连接到 EdgeOne Pages API 以获取基本 URL
    • 使用 EdgeOne Pages KV API 部署 HTML 内容
    • 返回已部署内容的可公开访问的 URL
  4. 使用示例
    • 向 MCP 服务提供 HTML 内容
    • 获得可立即访问的公共 URL

有关更多信息,请参阅EdgeOne Pages 功能文档EdgeOne Pages KV 存储指南

执照

麻省理工学院

You must be authenticated.

A
security – no known vulnerabilities
A
license - permissive license
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

该服务可将 HTML 内容快速部署到 EdgeOne Pages,并自动为已部署的内容生成可公开访问的 URL。

  1. Demo
    1. Configure MCP
      1. stdio MCP Server
      2. Streamable HTTP MCP Server
    2. Architecture
      1. Features
        1. Implementation
          1. License

            Related MCP Servers

            • A
              security
              A
              license
              A
              quality
              This server enables LLMs to retrieve and process content from web pages, converting HTML to markdown for easier consumption.
              Last updated -
              1
              42,793
              JavaScript
              MIT License
              • Linux
              • Apple
            • A
              security
              F
              license
              A
              quality
              Provides functionality to fetch web content in various formats, including HTML, JSON, plain text, and Markdown.
              Last updated -
              4
              137,083
              150
              TypeScript
            • A
              security
              A
              license
              A
              quality
              A server that leverages Cloudflare Browser Rendering to extract and process web content for use as context in LLMs, offering tools for fetching pages, searching documentation, extracting structured content, and summarizing content.
              Last updated -
              4
              3
              TypeScript
              MIT License
              • Apple
            • -
              security
              F
              license
              -
              quality
              Provides functionality to fetch web content in various formats, including HTML, JSON, plain text, and Markdown.
              Last updated -
              137,083
              1

            View all related MCP servers

            ID: hdu5ryx3lh