← dropyour.io

INDIVIDUAL MCP TOOL

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).

dropyour.ionone authenticationAvailability not checked

LIVE ENDPOINT

https://mcp.dropyour.io/mcp

No auth detected

Connect to this endpoint to inspect the live schema for dropyour_update_settings and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description contains a deletion term.
  • A tool name, description or schema mentions credentials.

Parent server

dropyour.io

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.

Related tools

  • dropyour_whoami — Check how this session is authenticated: resolved tier (anonymous / free / pro) and its limits.
  • dropyour_publish — Publish a self-contained HTML file to Dropyour.
  • dropyour_replace — Replace the content of an existing drop — HTML, or a base64 .
  • dropyour_secret_set — Store a SECRET for a graduated app (tier 4), bound to a host pattern.
  • dropyour_secret_delete — Delete a secret from a graduated app's vault by name.
  • dropyour_logs — Read a graduated app's own log buffer (tier 4): the last 200 lines, most recent first — explicit `app.
  • 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).
  • 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.