Security & Testing
secureai.one
An MCP server that redacts personally identifiable information from text with plausible stand-ins and can restore the original text using a returned mapping before data is sent to models or third parties.
ENDPOINT 1
https://secureai.one/mcp
MCP server metadata
- Name
- secure-ai
- Version
- 1.0.0
Use redact before sending text that contains personal details to a model or a third party, then restore on the reply. Keep the map redact returns for the life of the conversation — it is not stored here and without it the reply cannot be turned back.
Known tools 2
redactReplace the people in a piece of text — names, emails, phone numbers, addresses, card and account numbers — with plausible stand-ins, before the text is sent to a model or a third party.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.secure-ai]
url = "https://secureai.one/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"secure-ai": {
"type": "http",
"url": "https://secureai.one/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: secure-ai
Remote MCP URL: https://secureai.one/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"secure-ai": {
"url": "https://secureai.one/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"secure-ai": {
"type": "http",
"url": "https://secureai.one/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "secure-ai",
"transport": "streamable-http",
"url": "https://secureai.one/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.