Back to Browse

Sassy MCP Server

Developer ToolsUse Caution3.2MCP RegistryLocal
Free

Server data from the Official MCP Registry

One MCP server that replaces 75+ — 274 tools in a single exe, smart-loaded.

About

One MCP server that replaces 75+ — 274 tools in a single exe, smart-loaded.

Security Report

3.2
Use Caution3.2High Risk

SassyMCP is a comprehensive MCP server with broad system access (file I/O, shell execution, network, process management, Android control) appropriate to its developer-tools purpose. However, several security concerns reduce confidence: missing or incomplete authentication enforcement on sensitive operations, unauthenticated HTTP endpoints, potential for auth bypass via environment variables, insufficient input validation on shell commands despite claims of safe-delete interception, and an overly permissive safe-delete implementation that may not catch all destructive patterns. The codebase is partially truncated, limiting full assessment. Auth token handling and API response sanitization add complexity without clear security gains. Supply chain analysis found 17 known vulnerabilities in dependencies (0 critical, 15 high severity). Package verification found 1 issue.

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

Shell Command Execution

Runs commands on your machine. Be cautious — only use if you trust this plugin.

process_spawn

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

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.

clipboard

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

system_info

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

registry_read

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

registry_write

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

event_log_read

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

bluetooth_enum

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

adb_shell

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

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-sassyconsultingllc-sassymcp": {
      "args": [
        "-y",
        "sassymcp-billing"
      ],
      "command": "npx"
    }
  }
}

Reviews

No reviews yet

Be the first to review this server!