Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
OPENAI_API_KEY | Yes | OpenAI API key (https://platform.openai.com/api-keys) | |
PII_MASTER_KEY | Yes | PII encryption master key (32+ characters recommended) |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
mcp_detect_pii | |
mcp_process_text | |
mcp_batch_process | |
mcp_anonymize_text | |
mcp_encrypt_pii_item | |
mcp_decrypt_pii_item | |
mcp_encrypt_text_pii | |
mcp_decrypt_text_pii |