← Registry

Developer Tools

dropyour.io

Publish and manage self-contained HTML files and multi-file sites on Dropyour.

1 endpoint23 known toolsFirst detected July 25, 2026Last detected August 29, 2026

ENDPOINT 1

https://mcp.dropyour.io/mcp

No auth detected

MCP server metadata

Name
dropyour
Version
1.4.0
Capabilities
prompts.listChangedtools.listChanged

Known tools 23

dropyour_whoami

Check how this session is authenticated: resolved tier (anonymous / free / pro) and its limits.

Inferred read-only
dropyour_publish

Publish a self-contained HTML file to Dropyour.

Potential side effects
dropyour_replace

Replace the content of an existing drop — HTML, or a base64 .

Potential side effects
dropyour_update_settings

Change a drop's visibility (private = link-only + noindex, public = indexable), its expiration, or remove the "Hosted on Dropyour" badge (badgeHidden — Pro account token required), or its private name (name — empty string clears it).

Potential side effects
dropyour_secret_set

Store a SECRET for a graduated app (tier 4), bound to a host pattern.

Inferred read-only
dropyour_secret_delete

Delete a secret from a graduated app's vault by name.

Potential side effects
dropyour_logs

Read a graduated app's own log buffer (tier 4): the last 200 lines, most recent first — explicit `app.

Inferred read-only
dropyour_secrets_list

List a graduated app's secrets: NAMES, host bindings and dates only — values are never returned, by design (a vault whose values can be read is a vault worth stealing).

Inferred read-only
dropyour_graduate

GRADUATE one of your drops to tier 4 — a real backend (server code, queryable store, isolated SQLite) behind the SAME URL, with its data carried over.

Inferred read-only
dropyour_read_app_files

Read what a GRADUATED app actually SERVES right now — not the seed captured before it graduated.

Inferred read-only
dropyour_call

Call a route of YOUR OWN drop and get the real HTTP answer back: status, headers, duration, body.

Potential side effects
dropyour_release

Publish new content AND check it works, in one transaction.

Potential side effects
dropyour_schedule

Your app's clock, in one verb.

Inferred read-only
dropyour_status

Get a drop's status: URL, visibility, expiration, size, approximate view count, and its private name (if set).

Potential side effects
dropyour_read_content

Read a drop's source HTML (what you published — no shared-memory shim, no attribution badge).

Potential side effects
dropyour_read_data

Read a drop's app data — the shared-memory state (a JSON key/value snapshot mirroring the app's localStorage), so you can answer questions about what the app holds.

Potential side effects
dropyour_write_data

Write a drop's app data — replace the shared-memory state (the JSON key/value object mirroring the app's localStorage), so you can update what the app holds (mark a task done, add a row…).

Potential side effects
dropyour_list_versions

List the published versions of a GRADUATED app (level 4), newest first, with the one currently served.

Inferred read-only
dropyour_rollback

Roll a GRADUATED app back to a previously published version — the repair verb for when you published something broken.

Inferred read-only
dropyour_records_summary

Summarise what a GRADUATED app keeps in its queryable store: one line per collection with the number of records and the bytes they occupy.

Inferred read-only
dropyour_records_list

Read one page of a collection from a GRADUATED app's queryable store, most recently updated first.

Inferred read-only
dropyour_delete

Permanently delete a drop.

Potential side effects
dropyour_list

List your drops.

Inferred read-only

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.dropyour]
url = "https://mcp.dropyour.io/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "dropyour": {
      "type": "http",
      "url": "https://mcp.dropyour.io/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: dropyour
Remote MCP URL: https://mcp.dropyour.io/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "dropyour": {
      "url": "https://mcp.dropyour.io/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "dropyour": {
      "type": "http",
      "url": "https://mcp.dropyour.io/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "dropyour",
  "transport": "streamable-http",
  "url": "https://mcp.dropyour.io/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

TRUST AND VERIFICATION EVIDENCE

Trust Data Available

BuiltWith Trust API v2 evidence for dropyour.io was fetched 2026-07-28T04:14:52.100Z and is being refreshed.

Trust status Neutral

dropyour.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.