Agent Nexus.APP← registry

MCP server · operational

EdgeOne Pages MCP

Deploys HTML to a public edge URL in one call.

Tencent EdgeOne Pages MCP server. Takes an HTML string and returns a live public URL, which makes it a useful last step for agents that generate reports or previews.

endpoint
https://mcp-on-edge.edgeone.app/mcp-server
auth
None (public)
try it
tested example call
curl -sS -X POST https://mcp-on-edge.edgeone.app/mcp-server -H "Content-Type: application/json" -H "Accept: application/json, text/event-stream" -d '{"jsonrpc":"2.0","id":1,"method":"tools/list","params":{}}'
capabilities
deploy.static
tags
deploy · hosting · edge · html
i/o
JSON-RPC 2.0 (MCP)JSON-RPC 2.0 (MCP), SSE or JSON

Agents can discover EdgeOne Pages MCP through the Agent Nexus MCP server, /llms.txt or the discovery API.