Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.rukh-debug/rustypaste-mcp

NPM · @RUKH-PUB/RUSTYPASTE-MCP · SCANNED AUG 3

An MCP server that wraps the rustypaste API

+17 this week 62 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically from public evidence about the published package, including repeated runs of it in an isolated sandbox, and we only credit what we can confirm. How we score →

Supply Chain Security87
  • No malware found by supply-chain analysis.Pass
  • Only part of the dependency tree could be resolved (108 of 109), so this covers what we could see, not the whole tree.Partial
  • No install/post-install scripts declared.Pass
  • Only part of the dependency tree could be resolved (108 of 109), so this covers what we could see, not the whole tree. View diagnostics → Partial
Provenance & Transparency32
Schema Quality & AI Usability70
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 1050 tokens (~150/item across 7 items; 7 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management0
  • Stability not yet verified: not enough scan history yet (needs a 30-day window).Unverified
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass

Unverified: 1 category

A category scored 0 because we could not verify it: a data source with nothing on this package, evidence we could not reach, or a check we could not run. We only credit what we can confirm.

Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

npm · @rukh-pub/rustypaste-mcp

# add to Claude Code
claude mcp add rukh-debug-rustypaste-mcp -- npx -y @rukh-pub/rustypaste-mcp
# add to Codex CLI
codex mcp add rukh-debug-rustypaste-mcp -- npx -y @rukh-pub/rustypaste-mcp
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "rukh-debug-rustypaste-mcp": {
      "type": "local",
      "command": [
        "npx",
        "-y",
        "@rukh-pub/rustypaste-mcp"
      ],
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add rukh-debug-rustypaste-mcp --command npx --arg -y --arg @rukh-pub/rustypaste-mcp
# ~/.hermes/config.yaml
mcp_servers:
  rukh-debug-rustypaste-mcp:
    command: "npx"
    args: ["-y", "@rukh-pub/rustypaste-mcp"]
// mcp.json
{
  "mcpServers": {
    "rukh-debug-rustypaste-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@rukh-pub/rustypaste-mcp"
      ]
    }
  }
}
Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 2 Aug 26 +37
    • Provenance: unverified → fail security
    • Install scripts: unverified → pass security
    • Known CVEs: unverified → partial security
    • Malware scan: unverified → pass security
    • Stability: Stability not yet verified: we do not have a sandbox capture of the MCP schema this version of the package serves yet. security
    • License: unverified → fail functional
    • Capabilities: pass → unverified functional
    • Schema quality: unverified → excellent functional
    • Dependency health: unverified → partial functional
    • Maintenance: unverified → pass functional
  • 1 Aug 26 −20
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 27 Jul 26 45

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Analysed npm/@rukh-pub/[email protected]

Provenance none

Ecosystem: npm · Outcome: none

Dependencies 108 packages

108 packages in the resolved dependency tree · 108 deprecated · 32 stale.

The dependency tree was only partially resolved, so these counts may be incomplete.

MCP tools — 7 exposed · ~1,050 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
rustypaste_oneshot_file ~147

Upload a file as a one-shot link — it can only be viewed/downloaded once. After the first access, the file is automatically deleted from the server. Useful for sharing sensitive or temporary files securely. Args: - file_path (string): Absolute path to the file (e.g. "/home/user/secret.txt") Returns: The one-shot URL. The file will be deleted after the first download. Examples: - Share a secret: file_path="/tmp/credentials.txt" - One-time image share: file_path="/home/user/photo.jpg"

NameTypeReqDescription
file_pathstringyesAbsolute path to the file to upload as a one-shot

No output schema declared.

No examples provided.

rustypaste_oneshot_url ~116

Create a one-shot URL redirect — the link expires after a single visit. Wraps a URL in a one-time redirect. After the first person clicks it, the redirect is deleted from the server. Args: - url (string): The target URL to wrap (must be a valid URL) Returns: The one-shot redirect URL. Examples: - One-time link: url="https://example.com/sensitive-doc"

NameTypeReqDescription
urlstringyesThe URL to create a one-shot redirect for

No output schema declared.

No examples provided.

rustypaste_paste_text ~180

Upload text content to rustypaste and get a shareable URL. Use this to paste code snippets, notes, logs, or any text content. The text is uploaded as a file and a URL is returned. Args: - content (string): The text to paste (required, non-empty) - filename (string, optional): Name for the paste file (default: "paste.txt") Returns: The URL of the created paste. Examples: - Paste a log excerpt: content="error at line 42: null pointer" - Paste code with a name: content="def main(): ...", filename="app.py"

NameTypeReqDescription
contentstringyesThe text content to paste
filenamestringOptional filename for the paste (e.g. 'notes.md'). Defaults to 'paste.txt'

No output schema declared.

No examples provided.

rustypaste_shorten_url ~99

Shorten a long URL using rustypaste. Creates a short redirect URL that points to the original long URL. Args: - url (string): The URL to shorten (must be a valid URL) Returns: The shortened URL. Examples: - Shorten a link: url="https://example.com/very/long/path/to/resource?with=params"

NameTypeReqDescription
urlstringyesThe long URL to shorten

No output schema declared.

No examples provided.

rustypaste_upload_file ~136

Upload a local file to rustypaste and get a shareable URL. Reads a file from disk and uploads it to the rustypaste server. Supports any file type. The returned URL can be shared to download the file. Args: - file_path (string): Absolute path to the file (e.g. "/home/user/doc.pdf") Returns: The URL of the uploaded file. Examples: - Upload an image: file_path="/home/user/screenshot.png" - Upload a document: file_path="/tmp/report.pdf"

NameTypeReqDescription
file_pathstringyesAbsolute path to the file to upload

No output schema declared.

No examples provided.

rustypaste_upload_file_with_expiry ~228

Upload a local file to rustypaste with an expiration time. The file will be available at the returned URL until the expiry time elapses, after which it is automatically deleted from the server. Args: - file_path (string): Absolute path to the file (e.g. "/home/user/doc.pdf") - expiry (string): How long the file should be available (e.g. "10min", "1h", "1d", "1w") Returns: The URL of the uploaded file. Examples: - Upload for 1 hour: file_path="/tmp/log.txt", expiry="1h" - Upload for 7 days: file_path="/home/user/img.png", expiry="7d"

NameTypeReqDescription
expirystringyesExpiry duration string (e.g. '10min', '1h', '1d', '1w'). Supported units: s/sec, min, h/hour, d/day, w/week, M/month
file_pathstringyesAbsolute path to the file to upload

No output schema declared.

No examples provided.

rustypaste_upload_remote ~144

Upload a file from a remote URL to rustypaste. The rustypaste server fetches the file from the provided URL and hosts it. Useful for mirroring or re-hosting remote resources. Args: - url (string): The remote file URL to fetch and upload (must be a valid URL) Returns: The rustypaste URL for the uploaded file. Examples: - Mirror an image: url="https://example.com/photo.jpg" - Re-host a file: url="https://cdn.example.com/release-v1.2.tar.gz"

NameTypeReqDescription
urlstringyesThe remote file URL to upload to rustypaste

No output schema declared.

No examples provided.