pbs-mcp-server (szoran53/pbs-mcp-server) is an MCP server listed on the M8ven Trust Index. It scores 58 out of 100, grade D. It declares 19 tools. No publisher has claimed this listing.

D
Caution
58/100

pbs-mcp-server

MCP server for Proxmox Backup Server — manage datastores, snapshots, verification, prune jobs, sync jobs, garbage collection, and more via any MCP-compatible AI client.

Caution. Specific findings reduced this grade. They are listed on the page. Grades reflect the full trust pyramid: code, verification depth, and reputation. New projects cap at C until adoption is earned.

How we verified

Code Verified⚡ Live Monitored: not connected

Verified is a snapshot. Live keeps it current, and builds your track record.

⚡ Connect GitHub → continuous verification on every pushwhy connect →

Who stands behind it

szoran53

Source: Glama

Is this your MCP?

Claim it to get a verified publisher badge, a free copy of our full audit findings, and direct contact for any high-priority issues we find. Or connect your repo for our deepest verification, Live Monitored: read-only, revoke anytime. What we access →

Install from

The grade above is for the source repository. Registries can serve a different version, so we mark the ones we were not able to read.

// key findings
⚠️
Known vulnerabilities in dependencies: 3 high
Affects packages this MCP installs at runtime. Upgrade or remove the affected dependency.
19 tools verified — handlers match their declared behaviour
13 read-only tools verified — handlers contain no write/delete/exec
No credential exfiltration, no sensitive file access, no obfuscation
Static analysis found nothing flowing your secrets to unexpected places.
🔐
You'll be asked for 2 credentials: PBS_PASSWORD, PBS_TOKEN_SECRET
These are read from process.env at runtime. Make sure you trust where they’ll be sent.
// tools this server exposes19 tools

These names and descriptions are the publisher's own, read from the source code. We print them as written. Our assessment is the findings above, not this list.

pbs_list_datastores

List all configured datastores on the PBS server with their paths, comments, and retention settings. Returns: Array of datastores with name, path, comment, GC schedule, prune schedule, and keep-* retention counts.

pbs_get_datastore_usage

Get usage statistics for all datastores: total/used/available space, GC status, and deduplication factor. Returns: For each datastore: name, total, used, available, percent used, GC last-run time, dedup factor, removed/pending bytes/chunks.

pbs_list_groups

List all backup groups in a datastore. Groups are organized by backup type (vm, ct, host) and ID. Args: - store (string): Datastore name - ns (string, optional): Namespace path (e.g. "ns1/ns2") Returns: Array of backup groups with type, ID, last backup time, backup count, and owner.

pbs_list_snapshots

List snapshots in a datastore, optionally filtered by backup type and ID. Args: - store (string): Datastore name - backup_type (string, optional): Filter by type — "vm", "ct", or "host" - backup_id (string, optional): Filter by backup ID (e.g. "100") - ns (string, optional): Namespace path

pbs_run_garbage_collection

Start a garbage collection job on a datastore. Returns the task UPID which can be tracked with pbs_get_task_status. Args: - store (string): Datastore name Returns: Task UPID for the started GC job.

pbs_run_verify

Start a verification job on a datastore to check backup integrity. Returns a task UPID. Args: - store (string): Datastore name - backup_type (string, optional): Only verify this backup type - backup_id (string, optional): Only verify this backup ID - ignore_verified (boolean, optional): Ski

pbs_prune_datastore

Run a prune operation on a backup group to remove old snapshots per retention policy. Supports dry-run mode. Args: - store (string): Datastore name - backup_type (string): Backup type — "vm", "ct", or "host" - backup_id (string): Backup ID (e.g. "100") - dry_run (boolean, optional): If true

pbs_list_namespaces

List backup namespaces in a datastore. Args: - store (string): Datastore name - parent (string, optional): Parent namespace to list children of Returns: Array of namespace paths and their comments.

pbs_protect_snapshot

Set or remove protection on a backup snapshot. Protected snapshots cannot be pruned or deleted. Args: - store (string): Datastore name - backup_type (string): "vm", "ct", or "host" - backup_id (string): Backup ID - backup_time (string): Backup timestamp in ISO format (e.g. "2025-03-22T04:00

pbs_list_verification_jobs

List all scheduled verification jobs configured on the PBS server. Returns: Array of verification jobs with ID, store, schedule, ignore-verified flag, outdated-after, namespace, and comment.

pbs_run_verification_job

Manually trigger a configured verification job by ID. Args: - id (string): Verification job ID Returns: Task UPID for the started job.

pbs_list_sync_jobs

List all configured sync jobs that replicate data between PBS servers. Returns: Array of sync jobs with ID, local store, remote name, remote store, schedule, remove-vanished flag, namespace settings, and comments.

pbs_run_sync_job

Manually trigger a configured sync job by ID. Args: - id (string): Sync job ID Returns: Task UPID for the started job.

pbs_list_prune_jobs

List all configured scheduled prune jobs. Returns: Array of prune jobs with ID, store, schedule, retention settings, namespace, and disabled status.

pbs_list_remotes

List all configured remote PBS servers used for sync jobs. Returns: Array of remotes with name, host, port, auth-id, fingerprint, and comment.

pbs_get_version

Returns the Proxmox Backup Server version, release, and repository ID. Use this to confirm connectivity and check which PBS version is running.

pbs_get_node_status

Returns detailed status of the PBS node: CPU usage, memory, disk, swap, load averages, uptime, and kernel version. Returns: - CPU model, core count, and current usage percentage - Memory: free / total / used - Root filesystem: available / total / used - Swap: free / total / used - Uptime

pbs_list_tasks

List recent tasks on the PBS node. Returns task UPID, type, user, start/end times, and status. Args: - limit (number): Max tasks to return (default 30, max 200) - running (boolean): If true, only show currently running tasks - typefilter (string): Filter by task type, e.g. "garbage_collection

pbs_get_task_status

Get the status and log output of a specific task by its UPID. Args: - upid (string): The task UPID Returns: Task status and log lines.

// known CVEs in dependencies3 high

Disclosed vulnerabilities in this server's declared npm dependencies (via OSV). Whether each is reachable depends on the installed versions.

high@modelcontextprotocol/sdk@1.12.1GHSA-345p-7cg4-v4c7

@modelcontextprotocol/sdk has cross-client data leak via shared server/transport instance reuse

high@modelcontextprotocol/sdk@1.12.1GHSA-8r9q-7v3j-jr4g

Anthropic's MCP TypeScript SDK has a ReDoS vulnerability

high@modelcontextprotocol/sdk@1.12.1GHSA-w48q-cv73-mx4w

Model Context Protocol (MCP) TypeScript SDK does not enable DNS rebinding protection by default

Depend on this server? Get alerted when its CVEs change.Watch this server free →
// environment variables
To run this server yourself, you supply these values. They go in your own MCP client configuration and stay on your machine. The secret label means the value is sensitive, not that the server mishandles it.
configPBS_HOSTYes PBS IP or hostname (no port, no trailing slash)
🔐 secretPBS_PASSWORDYes Password for ticket auth
configPBS_PORTNo API port, default 8007
configPBS_TOKEN_IDYes API token ID, e.g. user@pbs!mytoken
🔐 secretPBS_TOKEN_SECRETYes API token secret
configPBS_USERNAMEYes Username for ticket auth (alternative to token)
configPBS_VERIFY_SSLNo Set to false for self-signed certs (default: true)
configTRANSPORTNo stdio (default) or http
Deployment configuration, supplied by whoever hosts the server. Users are not asked for these.
deployPORT
// quality suggestions

Tool inputs are validated

11/19 tool handlers declare input schemas (58%)

Declare an inputSchema with zod/joi/yup on every tool definition.

License file

No license file

Add a LICENSE file (MIT, Apache-2.0, etc.).

Tests exist

No test files found

Add tests that exercise each declared tool.

Production dependencies are patched

0 critical, 3 high severity in production deps — @modelcontextprotocol/sdk@1.12.1 (high), @modelcontextprotocol/sdk@1.12.1 (high)

Run npm audit fix, or upgrade the affected packages to a non-vulnerable version.

Claim the listing to review these findings one by one and send us a correction where you disagree, straight to the team. Claiming also means we tell you when the grade moves, and reach you first if we find anything urgent.

// full audit trail
The findings above are the summary. The full trail, every check we ran, each deduction, the network hosts observed and the dependency advisories, goes to verified publishers, along with an alert whenever a new one lands. Verified publishers can also review each finding and dispute it in one click. Publisher corrections have sharpened several of our checks this month, because the maintainer knows the codebase better than any scanner.
// improvement guidance — verified publishers only
We have 4 concrete improvements we can share with the publisher of this MCP. Each comes with specific guidance to raise the trust score.
// embed badge in your README
[![M8ven Verified](https://m8ven.ai/badge/mcp/szoran53/pbs-mcp-server?variant=verified)](https://m8ven.ai/mcp/szoran53/pbs-mcp-server)
Shows verification status without the grade. Want the grade badge instead? Remove ?variant=verified from the URL.
commit: b23c1b610aa14f7e687c1c155707ca66e581f2f8
code hash: 5f9be983f943ddb67f884fa5bf0a60d8e47dad89b7c9ce56c31c0e114f71f752
view raw JSON →
Check MCPs from inside your assistant
Tool Check · MCP

Vetting this one by hand? Tool Check is an MCP that scores other MCPs. Add it once and ask Claude, ChatGPT, or any MCP client to grade a server, surface CVEs, check the publisher, and suggest safer alternatives — before you install.

https://m8ven.ai/api/mcp/tool-check
check_toolsearch_toolscompare_toolsrecommend_alternativescheck_publisherreport_concern
How to add it →Free · no account needed · works in any MCP client