Skip to main content
Glama

MCP PII Tools

by czangyeob

mcp_decrypt_text_pii

Decrypt encrypted text to reveal personally identifiable information (PII) using secure cryptographic methods and original value mappings for data recovery.

Instructions

MCP Tool: 암호화된 텍스트에서 PII 복호화 Args: encrypted_text (str): 암호화된 텍스트 encrypted_items (Dict[str, str]): 원본값 -> 암호화값 매핑 Returns: Dict[str, Any]: 복호화 결과

Input Schema

NameRequiredDescriptionDefault
encrypted_itemsYes
encrypted_textYes

Input Schema (JSON Schema)

{ "properties": { "encrypted_items": { "additionalProperties": { "type": "string" }, "title": "Encrypted Items", "type": "object" }, "encrypted_text": { "title": "Encrypted Text", "type": "string" } }, "required": [ "encrypted_text", "encrypted_items" ], "title": "mcp_decrypt_text_piiArguments", "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/czangyeob/mcp-pii-tools'

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