Score, enforce policy, lock config, and audit every prompt decision — before it reaches any LLM.
Deterministic. Offline. Tamper-evident audit trail. 19 MCP tools.
Routes across 4 providers · 11 models
Anthropic · OpenAI · Google · Perplexity
See all supported models →Five steps from rough prompt to production-ready. All analysis is deterministic — no AI calls inside.
Get a quality score (0–100) with dimensional breakdown. Every deduction has a traceable reason.
Deterministic rules catch scope explosion, missing constraints, hallucination risk, and vague instructions.
Adds role, goal, constraints, workflow, and output format. Choose your target: Claude XML, OpenAI system/user, or Markdown.
Estimates token count and cost across 11 models from Anthropic, OpenAI, Google, and Perplexity.
Review the compiled result, answer blocking questions if needed, then approve. Nothing executes without your sign-off.
The governance layer you need before approving AI in production.
Lock your governance config with a passphrase. No one can change policy, strictness, or audit settings without the correct secret. Every attempt — successful or blocked — is audit-logged.
Switch from advisory to enforce mode. BLOCKING rules (built-in + custom) gate every prompt. Risk threshold gating blocks high-risk approvals. Deterministic — same input, same verdict, every time.
Every action generates a JSONL audit entry with SHA-256 hash chaining. If any line is deleted or modified, the chain breaks. Local-only, opt-in, never stores prompt content. Answers: “who changed what, when, and was it allowed?”
Delete individual sessions or bulk-purge by age policy. Dry-run mode previews what would be deleted. keep_last protects your newest N sessions. Purge only touches session files — config, audit, and license are never deleted.
Every result is reproducible, every decision is auditable, and nothing leaves your machine.
Extensively tested. Fully open for inspection. Run the suite yourself to verify.
Free tier includes 10 optimizations, unlimited scoring, and all 19 tools. No credit card required.
Have a promo code? Enter it at checkout for a discount.
Add to any MCP-compatible client: Claude Code, Cursor, or Windsurf.
{ "mcpServers": { "prompt-optimizer": {
"command": "npx",
"args": ["-y", "claude-prompt-optimizer-mcp"]
}}}
npm install -g claude-prompt-optimizer-mcp
curl -fsSL https://prompt-control-plane.pages.dev/install.sh | bash