← slopbin.dev

INDIVIDUAL MCP TOOL

delete_paste

Permanently delete a paste using the delete token.

slopbin.devnone authenticationAvailability not checked

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 endpoint

slopbin.dev

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.slopbin-dev]
url = "https://slopbin.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "slopbin-dev": {
      "type": "http",
      "url": "https://slopbin.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: slopbin-dev
Remote MCP URL: https://slopbin.dev/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": {
    "slopbin-dev": {
      "url": "https://slopbin.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

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

Client-specific MCP configuration

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

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

Related tools

  • create_paste — Create a new paste from plaintext content.
  • read_paste — Read plaintext paste content from a slug or URL, with password when protected.