Back to Browse

Mcp MCP Server

Developer ToolsModerate5.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

File conversion for AI agents: office docs, PDF to Word, video, and LLM-ready markdown via API.

About

File conversion for AI agents: office docs, PDF to Word, video, and LLM-ready markdown via API.

Security Report

5.2
Moderate5.2Moderate Risk

This is a well-structured MCP server with solid security practices. Authentication is properly implemented via environment variables, sensitive credentials are appropriately redacted from error messages, and file operations are sandboxed with path traversal protection. Input validation and error handling are comprehensive. Minor code quality observations around broad error catching do not materially affect security. Supply chain analysis found 4 known vulnerabilities in dependencies (2 critical, 1 high severity). Package verification found 1 issue.

7 files analyzed · 9 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.

File System Write

Writes or modifies files on your machine. Check that this is expected for the tool.

HTTP Network Access

Connects to external APIs or services over the internet.

env_vars

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

What You'll Need

Set these up before or after installing:

hushvert developer API key (hv_live_...), from https://hushvert.com/developers/keysRequired

Environment variable: HUSHVERT_API_KEY

Optional directory jail: every file read/write must resolve under this pathOptional

Environment variable: HUSHVERT_ALLOWED_DIR

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "com-hushvert-mcp": {
      "env": {
        "HUSHVERT_API_KEY": "your-hushvert-api-key-here",
        "HUSHVERT_ALLOWED_DIR": "your-hushvert-allowed-dir-here"
      },
      "args": [
        "-y",
        "@hushvert/mcp"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!