Everything here was measured by our prober or read from a registry. Nothing is self-reported.
30-day availability1/1 checks ok
30 days agotoday
Endpoints
https://mcp.dropyour.io/mcpmcp streamable http · checked on a schedule
Registry facts
Not distributed through a package registry we index.
when
check
result
http
latency
detail
5 h ago
mcp initialize
ok
200
541 ms
server dropyour 1.4.0 · protocol 2025-06-18 · 27 tools
Tools observed via MCP handshake
dropyour_whoami — Check how this session is authenticated: resolved tier (anonymous / free / pro) and its limits. Call this after configuring an account token (dyk_...) to confir
dropyour_publish — Publish a self-contained HTML file to Dropyour. Returns a stable public URL (one origin per drop — same address across updates, browser data survives) and a man
dropyour_replace — Replace the content of an existing drop — HTML, or a base64 .zip once the app has GRADUATED to tier 4 (ADR-0182). The URL never changes (origin contract): visit
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 acco
dropyour_secret_set — Store a SECRET for a graduated app (tier 4), bound to a host pattern. The value is encrypted at rest and NEVER readable back — by anyone, ever. The platform's e
dropyour_secret_delete — Delete a secret from a graduated app's vault by name. Deleting a name that does not exist is not an error — the final state is what you asked for.
dropyour_logs — Read a graduated app's own log buffer (tier 4): the last 200 lines, most recent first — explicit `app.log(...)` calls from the app's server code, plus platform-
dropyour_egress_deny — Cut a host your graduated app is calling — in ONE call, taking effect on the next request, with NO republish. This is the verb for the moment you read in dropyo
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 st
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. This ACTS
dropyour_read_app_files — Read what a GRADUATED app actually SERVES right now — not the seed captured before it graduated. Without path: the list of files in the served version, with the
dropyour_call
Declared by sources
What the publisher says
Attributed to the source that supplied each field. Treated as claims, not facts.
No long description beyond the summary.
kind ← Official MCP Registry
name ← Official MCP Registry
repoUrl ← Official MCP Registry
summary ← Official MCP Registry
version ← Official MCP Registry
description ← Official MCP Registry
homepageUrl ← Official MCP Registry
publisherName ← Official MCP Registry
Derived by Wellknown
Capabilities
Mapped onto the structured taxonomy from declared text and observed tool names. Confidence shown for derived entries.
7 h ago · declared · summary → "Publish AND operate micro-apps from your AI. No account, no API key. Stable URL, EU-hosted."
7 h ago · declared · description → "Publish AND operate micro-apps from your AI. No account, no API key. Stable URL, EU-hosted."
7 h ago · declared · publisherName → "io.dropyour"
7 h ago · declared · homepageUrl → "https://dropyour.io"
7 h ago · declared · repoUrl → "https://github.com/dropyour/dropyour-plugin"
7 h ago · declared · version → "1.4.0"
7 h ago · declared · protocols → ["mcp"]
— Call a route of YOUR OWN drop and get the real HTTP answer back: status, headers, duration, body. This is how you check that what you just published actually wo
dropyour_release — Publish new content AND check it works, in one transaction. If any check fails, the previous version is put back automatically and you get the failing check plu
dropyour_schedule — Your app's clock, in one verb. action='read' (default) tells you when it next rings, whether the app is frozen, and the last runs WITH THEIR EFFECT: verdict, du
dropyour_status — Get a drop's status: URL, visibility, expiration, size, approximate view count, and its private name (if set). With an account token, owned drops need no manage
dropyour_read_content — Read a drop's source HTML (what you published — no shared-memory shim, no attribution badge). For multi-file sites, also returns the list of asset paths (not th
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 ho
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 (ma
dropyour_list_versions — List the published versions of a GRADUATED app (level 4), newest first, with the one currently served. Levels 1-3 have no history at all — replace overwrites th
dropyour_rollback — Roll a GRADUATED app back to a previously published version — this is the EXPECTED FAILURE PATH of dropyour_release, which calls it for you when a check fails.
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. Nothing is downloaded
dropyour_records_list — Read one page of a collection from a GRADUATED app's queryable store, most recently updated first. Pass the returned cursor to get the next page; no cursor mean
dropyour_autonomy — Declare how much you delegate to the machine on ONE of your apps. Three modes. 'copilote' — nothing is autonomous: every call is a human gesture you are relayin
dropyour_link — Let one of your graduated apps call ANOTHER of your apps over the network. By default no app can reach another — that refusal is the platform's isolation, not a
dropyour_records_write — Write (or replace) ONE row in a graduated app's store, without republishing anything. The store is the app's queryable database (tier 4); this is the same table
dropyour_delete — Permanently delete a drop. Immediate and final — the URL is never reassigned. With an account token, owned drops need no managementToken.
dropyour_list — List your drops. With an account token: all LIVE drops attached to your account (across sessions and channels — manageable without managementToken). Anonymous: