Sigstore
@3089464667
About Sigstore
No overview available yet
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.
Frequently asked questions
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.
Basic information
More Other MCP servers
Activepieces
activepiecesAI Agents & MCPs & AI Workflow Automation • (~400 MCP servers for AI agents) • AI Automation / AI Agent with MCPs • AI Workflows & AI Agents • MCPs for AI Agents
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.

YOUB
Connect your AI assistant to your own YOUB endurance training account. Read recorded activities with full analysis, planned sessions, race goals, wellness (HRV, sleep, resting HR) and your athletic profile. Create or mov
Codelf
unbugA search tool helps dev to solve the naming things problem.
Comments