
Stratalize Stealth
Proxy any upstream MCP server so PII is tokenized before model inference with a zero-storage privacy layer and signed attestations.
Overview
Stratalize Stealth is a MCP server for the Ship phase that proxies upstream MCP traffic while tokenizing PII before AI inference with zero-storage privacy guarantees.
What is this MCP server?
- Zero-storage MCP privacy proxy with PII tokenized pre-inference
- Proxies arbitrary upstream MCP via URL template /api/stealth/{server_name}
- Required Bearer API key from app.stratalize.com/settings/api
- ML-DSA-65 signed attestations; on-chain anchor Base; zero_storage flag true
- Server version 1.0.0
- zero_storage: true in registry metadata
- On-chain metadata: Base
What problem does it solve?
Hooking CRM and ops MCP servers into agents exposes customer PII in prompts unless you build a custom redaction proxy yourself.
Who is it for?
Indie builders launching agent automations on PII-heavy upstream MCP servers who need a hosted privacy shim fast.
Skip if: Local-only workflows with no personal data, or teams that cannot send traffic through a third-party proxy.
What do I get? / Deliverables
You route sensitive MCP calls through Stealth so tokenized payloads reach models while retaining signed, zero-storage privacy assurances.
- Stealth-proxied MCP path with PII tokenization before inference
- Zero-storage privacy mode per publisher registry flag
- ML-DSA-65 attested trust metadata with Base on-chain reference
Recommended MCP Servers
Journey fit
Ship-phase security is canonical because Stealth is a production guardrail you add when connecting agents to CRMs and other PII-heavy MCP tools. Security subphase matches PII tokenization, zero-storage guarantees, and Base-anchored trust metadata before you launch agent features broadly.
How it compares
Privacy MCP proxy layer, not a standalone data MCP or codegen skill.
Common Questions / FAQ
Who is com.stratalize/stealth for?
Builders shipping agent integrations where upstream MCP tools handle customer or employee PII and need tokenization before LLM calls.
When should I use com.stratalize/stealth?
Use it during Ship security hardening before production rollout of MCP-connected features that touch regulated or sensitive fields.
How do I add com.stratalize/stealth to my agent?
Register the streamable-http remote https://www.stratalize.com/api/stealth/{server_name} with Authorization Bearer your API key from app.stratalize.com/settings/api and set server_name to your upstream MCP.