pseudonym-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
| prompts | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
| pseudonymize_task | Convenience workflow for masking text, running a task, and restoring originals. Not a privacy boundary for prompt arguments. |
| privacy_scan_file | Convenience 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
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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