# DropTheHassle (npm · dropthehassle-mcp)

One platform for domain, hosting, email, analytics and your back-end. AI native, no DNS.

- Trust score: 70/100 (medium)
- Change this week: −12
- Registry status: active
- Liveness: live
- Owner verified: no
- Last scored: 2026-08-03

## Components

- npm · `dropthehassle-mcp`: 70/100 (this document), [markdown](https://verifymcp.io/servers/bosmdavid-gif-dropthehassle/dropthehassle-mcp.md), [page](https://verifymcp.io/servers/bosmdavid-gif-dropthehassle/dropthehassle-mcp)

## Channel facts

- Registry: `npm`
- Package: `dropthehassle-mcp`
- Version: `0.3.1`
- Transport: `stdio`

## Trust breakdown

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. Scores are 0–100 per category. Scoring method: https://verifymcp.io/docs/scoring (what has changed: https://verifymcp.io/docs/scoring/changelog)

Scored 2026-08-03.

- **Supply Chain Security**: 100/100
  - No malware found by supply-chain analysis.
  - No known CVEs affecting this package version or its production dependencies.
  - No install/post-install scripts declared.
  - No production dependencies, so there is no dependency health to assess.
- **Provenance & Transparency**: 45/100
  - Source repository is publicly reachable at the declared URL.
  - Provenance check failed: no build-provenance attestation is published.
  - Clear OSI-approved license (MIT).
  - Actively maintained (last published 14 days ago).
  - Disclosure check failed: no security disclosure policy was found in the source repository.
- **Schema Quality & AI Usability**: 81/100
  - AI-judged instruction clarity (excellent).
  - Tool/resource definitions use about 761 tokens (~108/item across 7 items; 7 tools + 0 resources), lean.
  - Usage-examples check failed: none of the tools include examples.
- **Stability & Change Management**: 23/100
  - Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.
- **Tool Coverage**: 100/100
  - 100% of tools have a non-trivial description (not blank, and not just the tool's name).
  - 100% of tool parameters carry a description.
- **Capabilities**: 20/100
  - Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28.

## Install

### Claude

```bash
claude mcp add bosmdavid-gif-dropthehassle -- npx -y dropthehassle-mcp
```

### Codex

```bash
codex mcp add bosmdavid-gif-dropthehassle -- npx -y dropthehassle-mcp
```

### opencode

```json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "bosmdavid-gif-dropthehassle": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "dropthehassle-mcp"
      ],
      "enabled": true
    }
  }
}
```

### OpenClaw

```bash
openclaw mcp add bosmdavid-gif-dropthehassle --command npx --arg -y --arg dropthehassle-mcp
```

### Hermes

```yaml
mcp_servers:
  bosmdavid-gif-dropthehassle:
    command: "npx"
    args: ["-y", "dropthehassle-mcp"]
```

### Other

```json
{
  "mcpServers": {
    "bosmdavid-gif-dropthehassle": {
      "command": "npx",
      "args": [
        "-y",
        "dropthehassle-mcp"
      ]
    }
  }
}
```

## Changelog

Every change recorded for this component, newest first. Days that predate change tracking, or that we cannot explain, say so: "we were watching and nothing happened" and "we were not watching" are different claims.

### 2026-08-03 (score 70, +4)

- [functional improvement] Stability: unverified → 0.23

### 2026-08-02 (score 66, +15)

- [security improvement] Malware scan: unverified → pass

### 2026-07-31 (score 51, −13)

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

### 2026-07-30 (score 64, −18)

- [security regression] Malware scan: pass → unverified

### 2026-07-27 (score 82, +35)

- [functional improvement] Tool coverage: unverified → 100
- [functional] First check of Tool coverage: 100
- [functional] First check of Schema quality: fail
- [functional] First check of Schema quality: excellent
- [functional] First check of Schema quality: pass

### 2026-07-26 (score 47)

First indexed and scored.

- [functional] We updated how we score, so this day's move reflects our rubric, not a change to the server

## MCP tools (7)

### `whoami` (~29 tokens)

Confirm the DropTheHassle account this AI is connected to. Call first to verify the connection works.

### `list_sites` (~41 tokens)

List the account's sites with their live URL, status and the domains pointing at each. Use to find a site_id to deploy to or point a name at.

### `search_domain` (~70 tokens)

Check whether a domain name is available to register and what it would cost (EUR). Read-only: use it to propose a REAL free name. Buying is a human step in the dashboard; this never spends money.

Input parameters:

- `name` (string, required): The domain to check, e.g. "myidea.com".

### `deploy_site` (~158 tokens)

Put a built static site online on a free link. Point it at the folder that contains index.html. Without site_id it creates a new free site (optionally with a chosen slug, e.g. "hermy" -> hermy.dropthehassle.app); with site_id it updates that existing site. Returns the live URL. Free only; never buys a name.

Input parameters:

- `folder` (string, required): Absolute path to the built site folder (the one with index.html).
- `site_id` (number): Optional: an existing site to update instead of creating a new one.
- `slug` (string): Optional: the address label for a NEW site, e.g. "myproject". Errors when taken, so propose another.

### `point_domain` (~72 tokens)

Point one of the account's own domains at one of its sites (redirect the name to that site's content). Both must be on this account. No money.

Input parameters:

- `domain` (string, required): A domain already on this account.
- `to_site_id` (number, required): The site to point it at (from list_sites).

### `choose_link` (~130 tokens)

Rename a site's free link to <name>.dropthehassle.app. Changing a public URL is the human owner's decision: propose the name first, and only call this with confirm=true after they explicitly said yes. Safe: the old link keeps redirecting to the new name. No money.

Input parameters:

- `confirm` (boolean, required): true ONLY after the human owner explicitly approved this exact name.
- `name` (string, required): The label only, e.g. "myproject" for myproject.dropthehassle.app.
- `site_id` (number, required): The site to rename (from list_sites).

### `set_backend` (~261 tokens)

Link an HTTPS backend (Railway, Render, Fly, anywhere) behind a DropTheHassle name. With uploaded files the path rules (default /api/*) reverse-proxy to the backend and the rest stays static; without uploaded files the WHOLE site serves from the backend. WITHOUT site_id it creates a fresh FREE site first: a backend-only project goes live on its own link in one call. Perfect for a deploy script: call this with the new URL after every backend deploy. Pass url="" (with site_id) to unlink. No money.

Input parameters:

- `paths` (array): Optional path rules for split mode, e.g. ["/api/*", "/webhooks/*"]. Default ["/api/*"].
- `site_id` (number): Optional: an existing site to link (from list_sites). Omit to create a new free site served fully from the backend.
- `slug` (string): Optional address label for a NEW site, e.g. "myapp" -> myapp.dropthehassle.app. Errors when taken.
- `url` (string, required): The HTTPS origin of the backend, e.g. "https://myapp.up.railway.app". Empty string (with site_id) unlinks.

## Diagnostics

Captured diagnostic sections: Provenance, Dependencies. The full working is on the page: https://verifymcp.io/servers/bosmdavid-gif-dropthehassle/dropthehassle-mcp#diagnostics

## Score history

- 2026-08-03: 70
- 2026-08-02: 66
- 2026-08-01: 51
- 2026-07-31: 51
- 2026-07-30: 64
- 2026-07-28: 82
- 2026-07-27: 82
- 2026-07-26: 47

## Links

- npm package: https://www.npmjs.com/package/dropthehassle-mcp
- Socket report: https://socket.dev/npm/package/dropthehassle-mcp
- Repository: https://github.com/bosmdavid-gif/dropthehassle-mcp
- Website: https://dropthehassle.com/
- Changelog RSS feed: https://verifymcp.io/servers/bosmdavid-gif-dropthehassle/dropthehassle-mcp/changelog.xml
- Changelog JSON feed: https://verifymcp.io/servers/bosmdavid-gif-dropthehassle/dropthehassle-mcp/changelog.json
- HTML version of this page: https://verifymcp.io/servers/bosmdavid-gif-dropthehassle/dropthehassle-mcp
