ship-page
ship.page MCP server
Lanza HTML a una API y obtén una URL en vivo. ship.page es un servidor MCP remoto + API REST simple que permite a un agente de IA poner contenido en internet público — sin cuenta, sin clave de API, sin baile de OAuth. Un POST, una URL *.shipped.page en vivo.
Endpoint
https://ship.page/mcpConfiguración del cliente:
{
"mcpServers": {
"ship.page": { "url": "https://ship.page/mcp" }
}
}Transporte: HTTP Streamable. No se requiere autenticación para despliegues anónimos (retención de 7 días). Pasa Authorization: Bearer sp_… (clave gratuita del panel) para drops de 30 días y límites más altos; los drops Pro nunca expiran.
Related MCP server: deloc-mcp
Herramientas
Herramienta | Qué hace |
| Despliega una sola página HTML, devuelve una URL en vivo |
| Despliega un sitio de múltiples archivos desde un mapa |
| Añade archivos a un drop existente propiedad del usuario |
| Lista los drops de la cuenta autenticada |
| Reclama un drop anónimo en una cuenta (slug + token de reclamación) |
| Restaura un drop expirado (gratis ≤30d después de la expiración, de pago ≤90d) |
| Elimina un drop propiedad del usuario |
| Matriz de planes, cuotas y uso actual |
| Estado de cuenta y plan para la clave actual |
Los errores se devuelven como JSON estructurado con un hint legible por humanos que los agentes pueden transmitir textualmente cuando algo está limitado por el plan.
Clientes locales / stdio
Para clientes que solo hablan stdio, puentea mediante mcp-remote:
{
"mcpServers": {
"ship.page": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://ship.page/mcp"]
}
}
}El Dockerfile incluido empaqueta exactamente este puente, por lo que el servidor se puede construir e inspeccionar como un contenedor estándar (por ejemplo, mediante escáneres de directorios).
API REST
Todo lo que hacen las herramientas MCP también es HTTP simple. Especificación completa de OpenAPI 3.1: ship.page/openapi.json
curl -X POST https://ship.page/deploy \
-H "Content-Type: text/html" \
--data-binary @report.htmlEnlaces
Documentación: ship.page/docs/agents
Acción de GitHub: bitgate/ship-page-action
Conector de Glama: glama.ai/mcp/connectors/page.ship/ship-page
Registro oficial de MCP:
page.ship/ship-page
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.
Related MCP Servers
- AlicenseAqualityBmaintenanceMCP server for Shipstatic — deploy and manage static sites from AI agents. Works with Claude Code, Cursor, VS Code Copilot, and any MCP-compatible client.152,2856MIT
- AlicenseNot gradedqualityBmaintenanceMCP server for Deloc — deploy static sites from AI coding agents. Say "deploy this to Deloc" in Claude Code or Cursor and get a live URL back without leaving your editor.4MIT
- AlicenseAqualityAmaintenanceInstant web hosting for AI agents. Publish a live site in one call, no account needed.5MIT
- AlicenseAqualityDmaintenanceAgent-native hosting: your agent deploys any folder to a live URL in one command — no account, no dashboard, no CAPTCHA — and hands the human a link plus a plain-language summary. Full deploy lifecycle as MCP tools (deploy, verify, logs, inspect, rollback), production approval human-only; static sites and full Node.js apps, open source (Apache-2.0).13Apache 2.0
Related MCP Connectors
Deploy static websites from AI agents. Free at mcp.shipstatic.com — no install, no signup.
Hosted MCP for creating, checking, deploying, and hosting static sites for AI agents.
AI agent website builder. Create and publish link-in-bio sites via MCP or REST API.
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/bitgate/ship-page-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server