Developer Tools
dropyour.io
Publish and manage self-contained HTML files and multi-file sites on Dropyour.
ENDPOINT 1
https://mcp.dropyour.io/mcp
MCP server metadata
- Name
- dropyour
- Version
- 1.4.0
Known tools 23
dropyour_whoamiCheck how this session is authenticated: resolved tier (anonymous / free / pro) and its limits.
Inferred read-onlydropyour_update_settingsChange 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 effectsdropyour_secret_setStore a SECRET for a graduated app (tier 4), bound to a host pattern.
Inferred read-onlydropyour_logsRead a graduated app's own log buffer (tier 4): the last 200 lines, most recent first — explicit `app.
Inferred read-onlydropyour_secrets_listList 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-onlydropyour_graduateGRADUATE 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-onlydropyour_read_app_filesRead what a GRADUATED app actually SERVES right now — not the seed captured before it graduated.
Inferred read-onlydropyour_callCall a route of YOUR OWN drop and get the real HTTP answer back: status, headers, duration, body.
Potential side effectsdropyour_statusGet a drop's status: URL, visibility, expiration, size, approximate view count, and its private name (if set).
Potential side effectsdropyour_read_contentRead a drop's source HTML (what you published — no shared-memory shim, no attribution badge).
Potential side effectsdropyour_read_dataRead 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 effectsdropyour_write_dataWrite 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 effectsdropyour_list_versionsList the published versions of a GRADUATED app (level 4), newest first, with the one currently served.
Inferred read-onlydropyour_rollbackRoll a GRADUATED app back to a previously published version — the repair verb for when you published something broken.
Inferred read-onlydropyour_records_summarySummarise 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-onlydropyour_records_listRead one page of a collection from a GRADUATED app's queryable store, most recently updated first.
Inferred read-onlyCONNECT 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.
dropyour.io is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.