Skip to main content
Glama
ChristopherValvo

script-decoder-mcp

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SDMCP_WEB_HOSTNoHost for the optional browser GUI (FastAPI server). Binds to 127.0.0.1 by default.127.0.0.1
SDMCP_WEB_PORTNoPort for the optional browser GUI (FastAPI server). Defaults to 8787.8787
SDMCP_TRANSPORTNoTransport to use: 'stdio' or 'http'. Defaults to 'stdio'.stdio
SDMCP_CYBERCHEF_ENABLEDNoWhether to enable the local CyberChef-style adapter. Defaults to 'false'.false

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
analyze_scriptA

Statically analyze a script (Python, PowerShell, shell, JavaScript, batch, or VBScript) without executing it. Returns behaviors, decoded artifacts, indicators, a risk score, and plain-language and analyst summaries. Never runs the submitted content.

decode_blobA

Safely decode an encoded or obfuscated value (Base64, hex, URL encoding, Base32, Unicode escapes, HTML entities, gzip/zlib/bz2, explicit-key XOR, ROT13, reversed strings, PowerShell -EncodedCommand, integer/char arrays, simple string concatenation) without executing the result.

extract_indicatorsA

Extract potential security indicators (URLs, domains, IPs, emails, file paths, registry keys, hashes, and more) from text or source code, including defanged notations. Never resolves domains or makes network requests.

explain_commandA

Explain a single command line in plain English without executing it: executable, arguments, pipelines, redirections, environment changes, and suspicious features.

compare_scriptsA

Compare two versions of a script and report added/removed behaviors, changed indicators, newly decoded artifacts, and the risk score delta. Neither script is executed.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 5 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: analyzing a full script, decoding a single blob, extracting indicators, explaining a command line, and comparing script versions. Although analyze_script returns decoded artifacts and indicators, the dedicated tools serve standalone use cases without ambiguity.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern: analyze_script, decode_blob, extract_indicators, explain_command, compare_scripts. The naming convention is uniform and predictable.

Tool Count5/5

Five tools is well-scoped for a static script decoding and analysis server. Each tool covers a distinct capability without redundancy or bloat.

Completeness5/5

The tool surface covers the full static analysis workflow: analyzing scripts, decoding blobs, extracting indicators, explaining commands, and comparing versions. There are no obvious missing operations for the stated purpose of safely decoding and analyzing scripts without execution.

Maintenance

ActivityMaintained
ResponsivenessNo issues