Skydeo Landing MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Skydeo Landing MCPCreate a draft landing page for the summer sale"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Skydeo Landing MCP
Hosted control plane for creating, previewing, revising, and eventually publishing Skydeo landing pages through Model Context Protocol clients.
Documentation
docs/README.md— documentation indexdocs/ARCHITECTURE.md— layer-by-layer integration, trust boundaries, request flow, and implementation statusdocs/LIFECYCLE_VERIFICATION.md— real alarm/container smoke tests and the production verification gatedocs/WORK_PLAN.md— tracked implementation milestones for the unified create, update, preview, revise, and publish workflow
Related MCP server: @vibecheck/mcp
Current milestone
This repository currently provides a production-authenticated draft and preview workflow:
Streamable HTTP MCP transport through Cloudflare Agents SDK
a Cloudflare Access OAuth integration for Skydeo team identity
manage_landingfor deterministic initial page discovery and persisted legacy-draft status readsconfirm_publishas a separatelandings:publishboundary that currently fails closed without reading draft state or taking repository actioncreate_draft,get_draft,update_draft, andrevoke_previewMCP toolsa typed landing-draft state machine
one SQLite-backed Durable Object per draft
one isolated Sandbox preview runtime per draft
immutable SHA-256 revisions with revision-bound preview URLs
a fail-closed preview proxy that verifies Cloudflare Access assertions before forwarding production preview traffic to a Sandbox
a configurable preview TTL (24 hours by default), revocation, Durable Object alarms, and idempotent Sandbox cleanup
no production publishing capability or credentials
manage_landing is the intended public workflow boundary. Its safe discovery
and status paths are active now. Repository-backed create/edit requests and all
publish requests fail closed without allocating a Sandbox or changing state
until the canonical repository and credentials are configured. The direct-HTML
draft tools remain available as legacy foundation capabilities during that
migration.
The deployed /mcp route uses Cloudflare Access-backed OAuth. npm run dev
explicitly enables a local-only mode, while npm run dev:access exercises the
complete Access OAuth flow after local secrets are configured.
Local checks
npm run cf-typegen
npm run checkDocker is required when starting the Sandbox-backed Worker locally:
npm run devThe first container build can take several minutes. The MCP endpoint is available
at http://localhost:8787/mcp, and health is available at
http://localhost:8787/healthz.
The repository includes a project-scoped Codex MCP configuration at
.codex/config.toml. Trust the repository, keep npm run dev running, and restart
Codex (or open a new task) to make the skydeo_landing tools available directly in
the app, CLI, or IDE extension. The configuration allow-lists only status and the
draft/create/update workflow; it contains no publish tool.
create_draft accepts a hostname, base revision, and complete HTML document.
update_draft replaces the HTML and requires the current revision as
expected_revision, preventing one editor from silently overwriting another.
Every successful create or update returns a preview URL for that immutable HTML
revision. Local preview URLs remain development-only capability URLs. Production
preview hostnames are routed through the Worker and require a valid assertion from
the wildcard Cloudflare Access preview application before Sandbox proxying. The
Worker also asks the draft coordinator for an active lifecycle decision before
proxying. get_draft reports active, expired, revoked, or cleaned_up, and
revoke_preview fails closed immediately while cleanup proceeds durably.
Planned capability sequence
Create isolated repository workspaces from a pinned
skydeo-landingsrevision instead of accepting complete HTML.Add validation and structured landing-page edit operations.
Add a durable, explicitly approved publish workflow with production safeguards.
The MCP session is not the source of truth for a draft. Each draft is addressed by a stable Skydeo-scoped ID and stored in its own Durable Object so work survives client reconnections and can be resumed from different MCP hosts.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
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/irwing-reza/skydeo-landings-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server