io.github.rukh-debug/rustypaste-mcp
NPM · @RUKH-PUB/RUSTYPASTE-MCP · SCANNED AUG 3
An MCP server that wraps the rustypaste API
Available components
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
- Source repository is publicly reachable at the declared URL. View diagnostics → Pass
- Provenance check failed: no build-provenance attestation is published. See how to fix → View diagnostics → Fail
- License check failed: no license is declared. See how to fix → Fail
- Actively maintained (last published 150 days ago).Pass
- Disclosure check failed: no security disclosure policy was found in the source repository. See how to fix → Fail
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.
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
claude mcp add rukh-debug-rustypaste-mcp -- npx -y @rukh-pub/rustypaste-mcp
codex mcp add rukh-debug-rustypaste-mcp -- npx -y @rukh-pub/rustypaste-mcp
{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"rukh-debug-rustypaste-mcp": {
"type": "local",
"command": [
"npx",
"-y",
"@rukh-pub/rustypaste-mcp"
],
"enabled": true
}
}
} openclaw mcp add rukh-debug-rustypaste-mcp --command npx --arg -y --arg @rukh-pub/rustypaste-mcp
mcp_servers:
rukh-debug-rustypaste-mcp:
command: "npx"
args: ["-y", "@rukh-pub/rustypaste-mcp"] {
"mcpServers": {
"rukh-debug-rustypaste-mcp": {
"command": "npx",
"args": [
"-y",
"@rukh-pub/rustypaste-mcp"
]
}
}
} 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.
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.
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.
rustypaste_oneshot_file One-Shot File Upload ~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"
| Name | Type | Req | Description |
|---|---|---|---|
| file_path | string | yes | Absolute path to the file to upload as a one-shot |
No output schema declared.
No examples provided.
rustypaste_oneshot_url One-Shot URL Redirect ~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"
| Name | Type | Req | Description |
|---|---|---|---|
| url | string | yes | The URL to create a one-shot redirect for |
No output schema declared.
No examples provided.
rustypaste_paste_text 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"
| Name | Type | Req | Description |
|---|---|---|---|
| content | string | yes | The text content to paste |
| filename | string | — | Optional filename for the paste (e.g. 'notes.md'). Defaults to 'paste.txt' |
No output schema declared.
No examples provided.
rustypaste_shorten_url 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"
| Name | Type | Req | Description |
|---|---|---|---|
| url | string | yes | The long URL to shorten |
No output schema declared.
No examples provided.
rustypaste_upload_file 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"
| Name | Type | Req | Description |
|---|---|---|---|
| file_path | string | yes | Absolute path to the file to upload |
No output schema declared.
No examples provided.
rustypaste_upload_file_with_expiry 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"
| Name | Type | Req | Description |
|---|---|---|---|
| expiry | string | yes | Expiry duration string (e.g. '10min', '1h', '1d', '1w'). Supported units: s/sec, min, h/hour, d/day, w/week, M/month |
| file_path | string | yes | Absolute path to the file to upload |
No output schema declared.
No examples provided.
rustypaste_upload_remote Upload from Remote URL ~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"
| Name | Type | Req | Description |
|---|---|---|---|
| url | string | yes | The remote file URL to upload to rustypaste |
No output schema declared.
No examples provided.