EdgeOne Pages MCP
OfficialEdgeOne-Seiten MCP
Ein MCP-Dienst zum Bereitstellen von HTML-Inhalten, Ordnern und ZIP-Dateien auf EdgeOne-Seiten und zum Abrufen einer öffentlich zugänglichen URL.
Demo
HTML bereitstellen

Bereitstellungsordner

Related MCP server: Self-Hosted EdgeOne Pages MCP Server
Anforderungen
Node.js 18 oder höher
MCP konfigurieren
stdio MCP-Server
Geeignet für die meisten MCP-Anwendungen
{
"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": ""
}
}
}
}Streambarer HTTP-MCP-Server
Verfügbar in Anwendungen, die Streamable HTTP MCP Server unterstützen
{
"mcpServers": {
"edgeone-pages-mcp-server": {
"url": "https://mcp-on-edge.edgeone.site/mcp-server"
}
}
}Architektur
Das Architekturdiagramm veranschaulicht den Arbeitsablauf:
Large Language Model generiert HTML-Inhalte
Inhalte werden an den EdgeOne Pages MCP-Server gesendet
MCP Server stellt den Inhalt für EdgeOne Pages Edge Functions bereit
Inhalte werden für schnellen Edge-Zugriff im EdgeOne KV Store gespeichert
MCP-Server gibt eine öffentliche URL zurück
Benutzer können über den Browser mit schneller Edge-Bereitstellung auf die bereitgestellten Inhalte zugreifen
Merkmale
MCP-Protokoll für die schnelle Bereitstellung von HTML-Inhalten auf EdgeOne-Seiten
Automatische Generierung öffentlich zugänglicher URLs
Durchführung
Dieser MCP-Dienst integriert EdgeOne Pages Functions zur Bereitstellung statischer HTML-Inhalte. Die Implementierung verwendet:
EdgeOne Pages Functions – Eine serverlose Computerplattform, die die Ausführung von JavaScript-/TypeScript-Code am Edge ermöglicht.
Wichtige Implementierungsdetails :
Verwendet den EdgeOne Pages KV Store zum Speichern und Bereitstellen des HTML-Inhalts
Generiert automatisch eine öffentliche URL für jede Bereitstellung
Behandelt API-Fehler mit entsprechenden Fehlermeldungen
So funktioniert es :
Der MCP-Server akzeptiert HTML-Inhalte über das Tool
deploy_htmlEs verbindet sich mit der EdgeOne Pages API, um die Basis-URL zu erhalten
Stellt den HTML-Inhalt mithilfe der EdgeOne Pages KV API bereit
Gibt eine öffentlich zugängliche URL zum bereitgestellten Inhalt zurück
Anwendungsbeispiel :
Stellen Sie dem MCP-Dienst HTML-Inhalte bereit
Erhalten Sie eine öffentliche URL, auf die sofort zugegriffen werden kann
Weitere Informationen finden Sie in der Dokumentation zu den EdgeOne Pages-Funktionen und im EdgeOne Pages KV-Speicherhandbuch .
Lizenz
MIT
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