Cleans and normalizes large language model prompts, redacts sensitive information, and standardizes output formats.
Prompt Cleaner is a TypeScript-based Model Context Protocol (MCP) server designed to act as a crucial intermediary for large language model (LLM) interactions. It provides a robust `cleaner` tool that processes raw prompts, applying secret redaction, ensuring structured output via JSON schemas, and normalizing content for client compatibility. This server enhances security by scrubbing sensitive patterns and improves reliability by standardizing LLM responses, offering a configurable and deterministic interface for various OpenAI-compatible LLM APIs.