MCP Hub
Back to servers

PageDrop MCP

Deploy and manage instant HTML sites with paste, upload, and ZIP deploy

Updated
Feb 18, 2026

Quick Install

npx -y pagedrop-mcp

PageDrop

CI CD License: MIT

Free instant HTML hosting API

Free and open. No API keys. No authentication. No rate limits. Part of the SoftVoyagers ecosystem.

Quick Start

# Clone the repository
git clone https://github.com/softvoyagers/PageDrop.git
cd PageDrop

# Install dependencies
npm install

# Start development server
npm run dev

# Open in browser
open http://localhost:8080

API Reference

Base URL

https://pagedrop.dev/api/v1

Endpoints

MethodPathDescription
GET/api/v1/exampleExample GET endpoint
POST/api/v1/exampleExample POST endpoint
GET/healthHealth check

Example Request

curl "https://pagedrop.dev/api/v1/example"

Example Response

{
  "status": "success",
  "data": {
    "message": "Replace this with your API logic",
    "timestamp": "2026-01-01T00:00:00.000Z"
  }
}

Development

npm install          # Install dependencies
npm run dev          # Start dev server (nodemon + ts-node)
npm run build        # Compile TypeScript
npm run start        # Run compiled output
npm test             # Run tests with coverage
npm run lint         # TypeScript type check

Docker

# Build and run with Docker Compose
docker compose up --build

# Or build manually
docker build -t PageDrop .
docker run -p 8080:8080 PageDrop

Tech Stack

LayerTechnology
RuntimeNode.js 20 (LTS)
LanguageTypeScript (strict mode)
FrameworkExpress 5
TestingJest + Supertest
ContainerMulti-stage Dockerfile (node:20-alpine)
CI/CDGitHub Actions
HostingAzure Web App for Containers
FrontendVanilla HTML/CSS/JS (cyberpunk theme)

Portfolio

Part of the SoftVoyagers ecosystem:

  • LinkMeta - URL metadata extraction API
  • PageShot - Screenshot & webpage capture API
  • MyAddress - Address autocomplete & geocoding
  • PageDrop - Free instant HTML hosting API

License

MIT

Reviews

No reviews yet

Sign in to write a review