Skip to main content
Glama

MCP PII Tools

by czangyeob

mcp_encrypt_pii_item

Encrypts personally identifiable information (PII) items using advanced cryptographic methods to protect sensitive data while maintaining searchability and format preservation.

Instructions

MCP Tool: PII 항목 암호화 Args: pii_value (str): 암호화할 PII 값 pii_type (str): PII 유형 (이름, 전화번호, 이메일 등) Returns: Dict[str, Any]: 암호화 결과

Input Schema

NameRequiredDescriptionDefault
pii_typeYes
pii_valueYes

Input Schema (JSON Schema)

{ "properties": { "pii_type": { "title": "Pii Type", "type": "string" }, "pii_value": { "title": "Pii Value", "type": "string" } }, "required": [ "pii_value", "pii_type" ], "title": "mcp_encrypt_pii_itemArguments", "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