DropTheHassle
NPM · DROPTHEHASSLE-MCP · SCANNED AUG 3
One platform for domain, hosting, email, analytics and your back-end. AI native, no DNS.
Available components
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. How we score →
Supply Chain Security100
- No malware found by supply-chain analysis.Pass
- No known CVEs affecting this package version or its production dependencies.Pass
- No install/post-install scripts declared.Pass
- No production dependencies, so there is no dependency health to assess. View diagnostics → Pass
Provenance & Transparency45
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- Clear OSI-approved license (MIT).Pass
- Actively maintained (last published 14 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
Schema Quality & AI Usability81
- AI-judged instruction clarity (excellent).Pass
- Tool/resource definitions use about 761 tokens (~108/item across 7 items; 7 tools + 0 resources), lean.Pass
- Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management23
- Stability observed for 7 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
- 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
- 100% of tool parameters carry a description.Pass
Capabilities20
- Spec-recency check failed: implements MCP spec 2024-11-05; the latest is 2026-07-28. See how to fix → Fail
Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.
npm · dropthehassle-mcp
claude mcp add bosmdavid-gif-dropthehassle -- npx -y dropthehassle-mcp
codex mcp add bosmdavid-gif-dropthehassle -- npx -y dropthehassle-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"bosmdavid-gif-dropthehassle": {
"type": "local",
"command": [
"npx",
"-y",
"dropthehassle-mcp"
],
"enabled": true
}
}
} openclaw mcp add bosmdavid-gif-dropthehassle --command npx --arg -y --arg dropthehassle-mcp
mcp_servers:
bosmdavid-gif-dropthehassle:
command: "npx"
args: ["-y", "dropthehassle-mcp"] {
"mcpServers": {
"bosmdavid-gif-dropthehassle": {
"command": "npx",
"args": [
"-y",
"dropthehassle-mcp"
]
}
}
} Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.
- 3 Aug 26 +4
- Stability: unverified → 0.23 ▲ functional
- 2 Aug 26 +15
- Malware scan: unverified → pass ▲ security
- 31 Jul 26 −13
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
- 30 Jul 26 −18
- Malware scan: pass → unverified ▼ security
- 27 Jul 26 +35
- 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 functional
- 26 Jul 26 47
First indexed and scored.
- We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.
Captured 3 Aug 2026 · Analysed npm/[email protected]
Provenance none
Ecosystem: npm · Outcome: none
Dependencies 0 packages
0 packages in the resolved dependency tree.
The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.
choose_link ~130
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.
| Name | Type | Req | Description |
|---|---|---|---|
| confirm | boolean | yes | true ONLY after the human owner explicitly approved this exact name. |
| name | string | yes | The label only, e.g. "myproject" for myproject.dropthehassle.app. |
| site_id | number | yes | The site to rename (from list_sites). |
No output schema declared.
No examples provided.
deploy_site ~158
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.
| Name | Type | Req | Description |
|---|---|---|---|
| folder | string | yes | 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. |
No output schema declared.
No examples provided.
list_sites ~41
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.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.
point_domain ~72
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.
| Name | Type | Req | Description |
|---|---|---|---|
| domain | string | yes | A domain already on this account. |
| to_site_id | number | yes | The site to point it at (from list_sites). |
No output schema declared.
No examples provided.
search_domain ~70
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.
| Name | Type | Req | Description |
|---|---|---|---|
| name | string | yes | The domain to check, e.g. "myidea.com". |
No output schema declared.
No examples provided.
set_backend ~261
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.
| Name | Type | Req | Description |
|---|---|---|---|
| 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 | yes | The HTTPS origin of the backend, e.g. "https://myapp.up.railway.app". Empty string (with site_id) unlinks. |
No output schema declared.
No examples provided.
whoami ~29
Confirm the DropTheHassle account this AI is connected to. Call first to verify the connection works.
Input schema present but exposes no named parameters.
No output schema declared.
No examples provided.