Skip to main content
Glama

Kratos-MCP

by FoggyStorm

security_scan

Identify and redact Personally Identifiable Information (PII) and sensitive data in text using Kratos-MCP server. Ensure data privacy and security compliance in codebases by scanning and optionally returning redacted content.

Instructions

Scan text for PII and secrets

Input Schema

NameRequiredDescriptionDefault
redactNoReturn redacted version
textYesText to scan

Input Schema (JSON Schema)

{ "properties": { "redact": { "description": "Return redacted version", "type": "boolean" }, "text": { "description": "Text to scan", "type": "string" } }, "required": [ "text" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/FoggyStorm/kratos-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server