Developer Tools
pilldrops.com
This MCP server manages cloud sandboxes for development and testing, allowing users to create, list, inspect, and run commands in isolated environments.
ENDPOINT 1
https://pilldrops.com/mcp
MCP server metadata
- Name
- pilldrops
- Version
- 1.8.1
PillDrops gives agents disposable cloud sandboxes. Typical flow: create_sandbox (template python-3.11) → write_file / run_command → read output → destroy_sandbox. App servers: create_sandbox with start+ports (the app MUST bind the injected $PORT env var) → the returned url is a public preview. Debug with get_logs / get_metrics; past sandboxes (with cost) via the CLI `pilldrops history`.
Known tools 18
list_templatesList available sandbox templates (python-3.11, node, playwright, …) with their default resources.
Inferred read-onlyget_sandboxInspect one sandbox: status, resources, preview url when it serves an app.
Inferred read-onlyrun_commandRun a shell command in the sandbox and get {stdout, stderr, exit_code}.
Potential side effectsstart_serverRegister + launch a persistent server command in the sandbox (survives idle-pause/resume, unlike run_command).
Potential side effectswrite_fileWrite text content to a file in the sandbox workspace (path is relative to the workspace root; parent dirs are created).
Potential side effectsget_logsFetch recent sandbox logs (start command + service output) — the first stop when an app misbehaves or a preview 502s.
Potential side effectsresume_sandboxResume a paused sandbox (also relaunches its registered start_server command).
Potential side effectsget_eventsRecent lifecycle events for the org, newest first: created/paused/resumed/destroyed and `oom` (a process was out-of-memory-killed inside a sandbox).
Inferred read-onlywait_readyBlock until the sandbox's app answers on a port (or timeout), by probing 127.0.0.1:<port> from inside the sandbox.
Inferred read-onlyverifyRun an agentic browser verification: URL + plain-English goal (or a Playwright spec) → a sandbox that produces a pass/fail verdict with video.
Inferred read-onlyverify_statusPoll a verify sandbox's status.json for its verdict: {state, verdict, exit, videos, trace, report}.
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.pilldrops]
url = "https://pilldrops.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"pilldrops": {
"type": "http",
"url": "https://pilldrops.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: pilldrops
Remote MCP URL: https://pilldrops.com/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": {
"pilldrops": {
"url": "https://pilldrops.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"pilldrops": {
"type": "http",
"url": "https://pilldrops.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "pilldrops",
"transport": "streamable-http",
"url": "https://pilldrops.com/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 pilldrops.com was fetched 2026-08-24T05:54:29.418Z.
pilldrops.com is assessed as Trusted: Domain runs a meaningful technology spend, consistent with a real business.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.