MCP server that saves 30-75% on Manus AI credits through intelligent model routing, smart testing, and context hygiene. Zero quality loss, audited across 53 scenarios. Automatically routes tasks to Standard vs Max models based on complexity analysis.
Overview
Credit Optimizer v5 for Manus AI
Save 30-75% on Manus AI credits with zero quality loss.
Features
- Intelligent Model Routing: Automatically routes tasks to Standard vs Max based on complexity
- Smart Testing: Section-by-section for long content instead of full regeneration
- Context Hygiene: Detects bloated prompts and suggests compression
- 12 Vulnerability Patches: Audited across 53 scenarios
Installation
pip install mcp-credit-optimizer
Results
- 217 tasks audited over 30 days
- Average savings: 42% per task
- Zero quality degradation confirmed
- 32+ sales on Gumroad
Links
Server Config
{
"mcpServers": {
"credit-optimizer": {
"command": "python",
"args": [
"-m",
"mcp_credit_optimizer"
]
}
}
}