MCP.so
Sign In
S

Sigstore

@3089464667

About Sigstore

No overview available yet

Basic information

Category

Other

Transports

stdio

Publisher

3089464667

Submitted by

CS CS

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "base64-autodecode": {
      "command": "python3",
      "args": [
        "-m",
        "mcp_content_integrity.server"
      ]
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Sigstore?

Sigstore is an MCP server that automatically detects Base64 encoded content in text, decodes it, and replaces it back into the original text. Non‑Base64 portions are preserved unchanged. It is designed for developers or LLMs that need to handle Base64 encoded strings in conversations or configuration processing.

How to use Sigstore?

Install the server with pip install -e . and configure your MCP client with the command python3 -m mcp_content_integrity.server in the server’s JSON block. Two tools are available: detect_base64 to scan text and report Base64 segment locations and previews, and decode_base64 to scan, decode, and return the fully processed text.

Key features of Sigstore

  • Automatically detects Base64 encoded content in text
  • Decodes and replaces Base64 strings with plaintext
  • Non‑Base64 portions remain unchanged
  • Provides two tools: detect and decode
  • Designed for use with LLM conversations

Use cases of Sigstore

  • LLM conversation where a user provides Base64 encoded configuration
  • Automatically decoding Base64 strings in text processing workflows
  • Scanning text to list all Base64 segments before making changes

FAQ from Sigstore

How does Sigstore handle non‑Base64 content?

Non‑Base64 parts are preserved unchanged in the output; only identified Base64 segments are decoded and replaced.

What tools does Sigstore provide?

Two tools: detect_base64 (scans and reports positions and previews of Base64 segments) and decode_base64 (scans, decodes, and returns the full processed text).

How is Sigstore installed and configured?

Install with pip install -e . and add a JSON configuration block for the MCP server, using python3 -m mcp_content_integrity.server as the command.

Comments

More Other MCP servers