Priva-MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| AUDIT_LOG_PATH | No | Absolute or relative path for the audit trail. | <cwd>/audit.log |
| COMPLIANCE_STRICT | No | When true, balance/amount numbers are zeroed. Set to false to pass amounts through untouched. | true |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_customer_profileA | Retrieve a customer's profile from the internal API by CIF number. Sensitive fields (CIF, account number, debit-card PAN, email, phone) are automatically masked, and balances are protected, by the privacy layer before being returned. |
| get_financial_reportA | Retrieve a customer's account statement from the internal API by CIF number. Sensitive fields are masked and amounts are protected by the privacy layer before being returned. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 2 tools
Both tools target distinct resources: one retrieves a customer profile, the other a financial report. There is no overlap, and each has a clear purpose.
Both tools follow the same 'get_<noun>' pattern, making it predictable and easy for an agent to understand the action and resource.
With only 2 tools, the server is at the lower boundary of acceptable scope. While focused, it may feel thin for a comprehensive customer data server.
The tool surface only covers read operations. Common operations like listing customers, updating profiles, or handling account statements are missing, leaving notable gaps.