Back to Browse

Deckprobe MCP Server

Developer ToolsModerate6.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

Inspect PDF, Office, and iWork documents without rendering: counts, metadata, security signals

About

Inspect PDF, Office, and iWork documents without rendering: counts, metadata, security signals

Security Report

6.2
Moderate6.2Moderate Risk

DeckProbe MCP Server is a well-designed, security-conscious document inspection tool with strong defensive architecture. The code demonstrates excellent input validation, proper sandboxing of untrusted document parsing, and thoughtful permission scoping. Minor code quality observations exist but do not impact security posture. Supply chain analysis found 1 known vulnerability in dependencies (1 critical, 0 high severity). Package verification found 1 issue.

7 files analyzed · 5 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

process_spawn

Check that this permission is expected for this type of plugin.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Directories the server is allowed to read, separated like PATH. Unrestricted when unset.Optional

Environment variable: DECKPROBE_MCP_ROOTS

Hard per-call deadline on an engine process, in milliseconds. Defaults to 30000.Optional

Environment variable: DECKPROBE_MCP_TIMEOUT_MS

Maximum engine processes running at once. Defaults to 4.Optional

Environment variable: DECKPROBE_MCP_MAX_CONCURRENCY

Maximum paths accepted by one probe_batch call. Defaults to 64.Optional

Environment variable: DECKPROBE_MCP_MAX_BATCH

Path to a DeckProbe binary to use instead of the bundled one.Optional

Environment variable: DECKPROBE_MCP_BIN

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-deckflow-deckprobe": {
      "env": {
        "DECKPROBE_MCP_BIN": "your-deckprobe-mcp-bin-here",
        "DECKPROBE_MCP_ROOTS": "your-deckprobe-mcp-roots-here",
        "DECKPROBE_MCP_MAX_BATCH": "your-deckprobe-mcp-max-batch-here",
        "DECKPROBE_MCP_TIMEOUT_MS": "your-deckprobe-mcp-timeout-ms-here",
        "DECKPROBE_MCP_MAX_CONCURRENCY": "your-deckprobe-mcp-max-concurrency-here"
      },
      "args": [
        "-y",
        "@deckflow/deckprobe-mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!