
Skyflow Runtime MCP
Supports UIby skyflowfoundry
Remote MCP server for PII detection, de-identification, and tokenization using Skyflow Vaults.
What it does
Skyflow Runtime MCP connects AI agents to a Skyflow Vault to identify and remove personally identifiable information (PII) from text. It ensures data privacy by replacing sensitive data with tokens, allowing agents to sanitize text before processing or selectively re-identify data based on policy.
Tools
- de-identify: Detects and redacts sensitive PII from an input string.
- re-identify: Restores original sensitive data from vault tokens.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"skyflow-pii": {
"command": "npx",
"args": ["mcp-remote", "https://pii-mcp.dev/mcp?vaultId={vault_id}&vaultUrl={vault_url}"],
"headers": {
"Authorization": "Bearer {your_skyflow_bearer_token}"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
npm install skyflow-runtime-mcpInformation
- Pricing
- subscription
- Published
- 5/23/2026
- stars






