Skip to main content
Glama
woladi

pseudonym-mcp

by woladi

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}
prompts
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
mask_textA

Pseudonymize sensitive entities in text before sending to a cloud LLM.

Replaces PESEL numbers, phone numbers, IBANs, and email addresses via regex, and person names and organization names via local Ollama NER — with opaque tokens like [PESEL:1], [PERSON:2], [ORG:1].

Returns the masked text plus a session_id. Store the session_id to restore the original values later using unmask_text.

unmask_textA

Restore original sensitive values in text that was previously masked by mask_text.

Replaces tokens like [PESEL:1], [PERSON:2] with the original values stored in the session identified by session_id.

Prompts

Interactive templates invoked by user choice

NameDescription
pseudonymize_taskConvenience workflow for masking text, running a task, and restoring originals. Not a privacy boundary for prompt arguments.
privacy_scan_fileConvenience workflow for OCR, masking, task execution, and restore. Not a privacy boundary for extracted prompt content.

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

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/woladi/pseudonym-mcp'

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