Masquerade provides privacy-preserving APIs for LLMs. It exposes tools for data anonymization, differential privacy, and secure model inference. It connects to LLM APIs and databases to ensure sensitive data remains private. Developers use it to build privacy-focused AI applications, anonymize datasets, and comply with data protection regulations.
Masquerade provides privacy-preserving APIs for LLMs. It exposes tools for data anonymization, differential privacy, and secure model inference. It connects to LLM APIs and databases to ensure sensitive data remains private. Developers use it to build privacy-focused AI applications, anonymize datasets, and comply with data protection regulations.
pip install masqueradeAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"postralai-masquerade-github": {
"command": "uvx",
"args": [
"pip install masquerade"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from masquerade?"
API Key Required
This server requires an API key from masquerade. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| MASQUERADE_API_KEY | Yes | Your masquerade API key |
"What resources are available in masquerade?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in masquerade"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in masquerade with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.