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 を構成する

stdio MCP サーバー

ほとんどのMCPアプリケーションに適しています

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

ストリーミング可能な HTTP MCP サーバー

ストリーミング可能な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ストアに保存され、高速エッジアクセスを実現します。
  5. MCPサーバーはパブリックURLを返します
  6. ユーザーは、高速エッジ配信によりブラウザ経由で展開されたコンテンツにアクセスできます。

特徴

  • HTML コンテンツを EdgeOne Pages に迅速に展開するための MCP プロトコル
  • 公開アクセス可能な 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