EdgeOne Pages MCP
OfficialPáginas EdgeOne MCP
Un servicio MCP para implementar contenido HTML, carpetas y archivos zip en EdgeOne Pages y obtener una URL de acceso público.
Manifestación
Implementar HTML

Carpeta de implementación

Related MCP server: Self-Hosted EdgeOne Pages MCP Server
Requisitos
Node.js 18 o superior
Configurar MCP
Servidor MCP stdio
Adecuado para la mayoría de aplicaciones 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": ""
}
}
}
}Servidor HTTP MCP con capacidad de transmisión
Disponible en aplicaciones compatibles con el servidor HTTP MCP Streamable
{
"mcpServers": {
"edgeone-pages-mcp-server": {
"url": "https://mcp-on-edge.edgeone.site/mcp-server"
}
}
}Arquitectura
El diagrama de arquitectura ilustra el flujo de trabajo:
El modelo de lenguaje grande genera contenido HTML
El contenido se envía al servidor MCP de EdgeOne Pages
El servidor MCP implementa el contenido en EdgeOne Pages Edge Functions
El contenido se almacena en EdgeOne KV Store para un acceso rápido al borde
El servidor MCP devuelve una URL pública
Los usuarios pueden acceder al contenido implementado a través del navegador con entrega rápida en el borde
Características
Protocolo MCP para la implementación rápida de contenido HTML en EdgeOne Pages
Generación automática de URL de acceso público
Implementación
Este servicio MCP se integra con las funciones de EdgeOne Pages para implementar contenido HTML estático. La implementación utiliza:
Funciones de EdgeOne Pages : una plataforma informática sin servidor que permite la ejecución de código JavaScript/TypeScript en el borde.
Detalles clave de implementación :
Utiliza la tienda EdgeOne Pages KV para almacenar y servir el contenido HTML
Genera automáticamente una URL pública para cada implementación
Maneja errores de API con mensajes de error apropiados
Cómo funciona :
El servidor MCP acepta contenido HTML a través de la herramienta
deploy_htmlSe conecta a la API de EdgeOne Pages para obtener la URL base
Implementa el contenido HTML mediante la API KV de EdgeOne Pages
Devuelve una URL de acceso público al contenido implementado
Ejemplo de uso :
Proporcionar contenido HTML al servicio MCP
Recibir una URL pública a la que se pueda acceder inmediatamente
Para obtener más información, consulte la documentación de Funciones de EdgeOne Pages y la Guía de almacenamiento de EdgeOne Pages KV .
Licencia
Instituto Tecnológico de Massachusetts (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