Skip to main content
Glama
bitgate
by bitgate

ship.page MCP server

bitgate/ship-page-mcp MCP server

Wirf HTML auf eine API und erhalte eine Live-URL zurück. ship.page ist ein Remote-MCP-Server + eine einfache REST-API, die es einem KI-Agenten ermöglicht, Inhalte ins öffentliche Internet zu stellen – ohne Konto, ohne API-Schlüssel, ohne OAuth-Tanz. Ein POST, eine Live-*.shipped.page-URL.

Endpunkt

https://ship.page/mcp

Client-Konfiguration:

{
  "mcpServers": {
    "ship.page": { "url": "https://ship.page/mcp" }
  }
}

Transport: Streamable HTTP. Für anonyme Deployments ist keine Authentifizierung erforderlich (7-Tage-Aufbewahrung). Übergeben Sie Authorization: Bearer sp_… (kostenloser Schlüssel vom Dashboard) für 30-Tage-Drops und höhere Limits; Pro-Drops laufen nie ab.

Related MCP server: deloc-mcp

Tools

Tool

Was es tut

deploy_html

Stellt eine einzelne HTML-Seite bereit und gibt eine Live-URL zurück.

deploy_files

Stellt eine mehrdateiige Website aus einer path → content-Zuordnung bereit (base64 für Binärdateien).

append_files

Fügt Dateien zu einem vorhandenen eigenen Drop hinzu.

list_drops

Listet die Drops des authentifizierten Kontos auf.

claim_drop

Übernimmt einen anonymen Drop in ein Konto (slug + claim token).

restore_drop

Stellt einen abgelaufenen Drop wieder her (kostenlos ≤30 Tage nach Ablauf, bezahlt ≤90 Tage).

delete_drop

Löscht einen eigenen Drop.

get_limits

Planmatrix, Kontingente und aktuelle Nutzung.

get_account

Konto- und Planstatus für den aktuellen Schlüssel.

Fehler werden als strukturiertes JSON zurückgegeben, mit einem menschenlesbaren hint, den Agenten wörtlich weitergeben können, wenn etwas planbeschränkt ist.

Lokale / stdio-Clients

Für Clients, die nur stdio sprechen, überbrücken Sie über mcp-remote:

{
  "mcpServers": {
    "ship.page": {
      "command": "npx",
      "args": ["-y", "mcp-remote", "https://ship.page/mcp"]
    }
  }
}

Das enthaltene Dockerfile verpackt genau diese Brücke, sodass der Server als Standard-Container gebaut und untersucht werden kann (z. B. von Verzeichnisscannern).

REST-API

Alles, was die MCP-Tools tun, ist auch einfaches HTTP. Vollständige OpenAPI-3.1-Spezifikation: ship.page/openapi.json

curl -X POST https://ship.page/deploy \
  -H "Content-Type: text/html" \
  --data-binary @report.html
A
license - permissive license
Not graded
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • A
    license
    Not graded
    quality
    B
    maintenance
    MCP 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.
    4
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    Agent-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).
    13
    Apache 2.0

View all related MCP servers

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.

View all MCP Connectors

Latest Blog Posts

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