EdgeOne Pages MCP
OfficialEdgeOne Pages MCP
HTML コンテンツ、フォルダー、および zip ファイルを EdgeOne Pages に展開し、パブリックにアクセス可能な URL を取得するための MCP サービス。
デモ
HTMLを展開する

フォルダーを展開

Related MCP server: Self-Hosted EdgeOne Pages MCP Server
要件
Node.js 18以上
MCP を構成する
stdio MCP サーバー
ほとんどのMCPアプリケーションに適しています
{
"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": ""
}
}
}
}ストリーミング可能な HTTP MCP サーバー
ストリーミング可能なHTTP MCPサーバーをサポートするアプリケーションで利用可能
{
"mcpServers": {
"edgeone-pages-mcp-server": {
"url": "https://mcp-on-edge.edgeone.site/mcp-server"
}
}
}建築
アーキテクチャ図はワークフローを示しています。
大規模言語モデルはHTMLコンテンツを生成する
コンテンツはEdgeOne Pages MCPサーバーに送信されます
MCPサーバーはコンテンツをEdgeOne Pages Edge Functionsに展開します。
コンテンツはEdgeOne KVストアに保存され、高速エッジアクセスを実現します。
MCPサーバーはパブリックURLを返します
ユーザーは、高速エッジ配信によりブラウザ経由で展開されたコンテンツにアクセスできます。
特徴
HTML コンテンツを EdgeOne Pages に迅速に展開するための MCP プロトコル
公開アクセス可能な URL の自動生成
実装
このMCPサービスは、EdgeOne Pages Functionsと統合して静的HTMLコンテンツをデプロイします。実装では以下を使用します。
EdgeOne Pages Functions - エッジで JavaScript/TypeScript コードを実行できるサーバーレス コンピューティング プラットフォーム。
主な実装の詳細:
EdgeOne Pages KVストアを使用してHTMLコンテンツを保存および提供します
各デプロイメントのパブリック URL を自動的に生成します
適切なエラーメッセージでAPIエラーを処理する
仕組み:
MCPサーバーは
deploy_htmlツールを通じてHTMLコンテンツを受け入れます。EdgeOne Pages APIに接続してベースURLを取得します
EdgeOne Pages KV APIを使用してHTMLコンテンツをデプロイします
展開されたコンテンツへの公開アクセス可能な URL を返します
使用例:
MCP サービスに HTML コンテンツを提供する
すぐにアクセスできる公開URLを受け取る
詳細については、 EdgeOne Pages 関数のドキュメントとEdgeOne Pages KV ストレージ ガイドを参照してください。
ライセンス
マサチューセッツ工科大学
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to deploy and manage static websites directly on EdgeOne Pages. Provides simple one-click deployment with KV storage for hosting website files accessible through custom domains.
- FlicenseNot gradedqualityDmaintenanceEnables AI assistants to deploy and manage static websites directly through EdgeOne Pages. It provides a self-hosted solution for hosting website files using KV storage and managing content through the Model Context Protocol.
- AlicenseBqualityDmaintenanceEnables deployment of HTML content, folders, and full-stack projects to EdgeOne Pages to generate publicly accessible URLs. It utilizes EdgeOne Pages Functions and KV storage for high-performance edge delivery of web applications.216MIT
- AlicenseBqualityDmaintenanceEnables the deployment of HTML content, folders, and full-stack projects to EdgeOne Pages to generate publicly accessible URLs. It integrates with edge functions and KV storage to provide fast content delivery and supports custom domain configuration.2225MIT
Related MCP Connectors
Host static HTML pages, generate PDFs, screenshots, scrape JS sites, run sandboxed JavaScript.
Publish HTML, Markdown, PDF, or images as instant shareable links with expiry and passwords.
Publish & manage shareable HTML/Markdown pages from your LLM, with access control.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/TencentEdgeOne/edgeone-makers-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server