Credit Optimizer v5 MCP Server

1

Add it to Claude Code

Run this in a terminal.

Run in terminal
claude mcp add credit-optimizer-v5 -- uvx mcp-credit-optimizer
README.md

Save 30-75% on Manus AI credits with zero quality loss.

Credit Optimizer v5 for Manus AI

Save 30-75% on Manus AI credits with zero quality loss. ~55% average savings. Audited across 53 adversarial scenarios, 200+ tasks verified. Works as MCP server (free) or native Manus Skill ($9).

Available on: PyPI · MCP Registry · Smithery · GitHub · Landing Page


The Problem

Manus AI charges credits per task. Most users waste 30-75% of their credits because:

  • Simple tasks run in Max mode when Standard would produce identical results
  • Prompts contain redundant context that inflates token usage
  • Tasks that could be batched are executed one by one
  • Output formats are not optimized for the task type

Credit Optimizer fixes all of this automatically.


How It Works

Your Prompt
    │
    ▼
┌──────────────────────────────────────────┐
│         Credit Optimizer v5              │
│                                          │
│  1. Intent Classification (12 categories)│
│  2. Complexity Scoring                   │
│  3. Model Routing (Standard vs Max)      │
│  4. Prompt Compression                   │
│  5. Batch Detection                      │
│  6. Context Hygiene                      │
│  7. Output Format Optimization           │
│                                          │
│  Result: Optimized strategy + savings %  │
└──────────────────────────────────────────┘
    │
    ▼
Same quality output, fewer credits

Demo

> analyze_prompt("Build me a React dashboard with charts, auth, and database backend")

╔══════════════════════════════════════════════════════════════╗
║  CREDIT OPTIMIZER v5 — Analysis Report                      ║
╠══════════════════════════════════════════════════════════════╣
║                                                              ║
║  Intent:      code_generation (complex, multi-component)     ║
║  Model:       Max mode ✓ (correct for this complexity)       ║
║  Savings:     35-45% estimated                               ║
║  Quality:     0% loss                                        ║
║                                                              ║
║  Strategy: Split into 3 sequential tasks                     ║
║  ┌──────────────────────────────────────────────────────┐    ║
║  │ Task 1: Database schema + API routes (Standard)      │    ║
║  │ Task 2: Authentication flow (Standard)               │    ║
║  │ Task 3: React dashboard + charts (Max)               │    ║
║  └──────────────────────────────────────────────────────┘    ║
║                                                              ║
║  Optimizations applied:                                      ║
║  ✓ Model routing: Tasks 1-2 downgraded to Standard           ║
║  ✓ Batch detection: 3 focused tasks vs 1 monolithic          ║
║  ✓ Context hygiene: Removed redundant specifications         ║
║  ✓ Output format: Structured code blocks per component       ║
║                                                              ║
╚══════════════════════════════════════════════════════════════╝
> analyze_prompt("Translate this paragraph to Spanish")

╔══════════════════════════════════════════════════════════════╗
║  CREDIT OPTIMIZER v5 — Analysis Report                      ║
╠══════════════════════════════════════════════════════════════╣
║                                                              ║
║  Intent:      translation (simple)                           ║
║  Model:       Standard mode ✓ (Max unnecessary)              ║
║  Savings:     60-70% estimated                               ║
║  Quality:     0% loss                                        ║
║                                                              ║
║  Recommendation: Use Standard mode                           ║
║  Translation tasks produce identical quality in Standard.    ║
║  No splitting needed — single atomic task.                   ║
║                                                              ║
╚══════════════════════════════════════════════════════════════╝

Real Results

| Metric | Val

Tools (1)

analyze_promptAnalyzes a prompt to provide an optimized strategy, model routing, and estimated credit savings.

Configuration

claude_desktop_config.json
{"mcpServers": {"credit-optimizer": {"command": "uvx", "args": ["mcp-credit-optimizer"]}}}

Try it

Analyze my prompt: 'Build me a React dashboard with charts, auth, and database backend' to see how I can save credits.
How can I optimize my request to 'Translate this paragraph to Spanish' to use fewer credits?
Check if my complex coding task can be split into smaller, more efficient tasks to reduce Manus AI costs.

Frequently Asked Questions

What are the key features of Credit Optimizer v5?

Intelligent model routing between Standard and Max modes. Automatic prompt compression and context hygiene. Task batch detection and splitting for complex requests. Output format optimization for specific task types. Audited across 53 scenarios with zero quality loss.

What can I use Credit Optimizer v5 for?

Reducing costs for high-volume coding tasks in Manus AI. Optimizing simple translation or summarization tasks to use Standard mode. Breaking down monolithic prompts into sequential, cost-effective sub-tasks. Cleaning up redundant context in long-running AI sessions.

How do I install Credit Optimizer v5?

Install Credit Optimizer v5 by running: pip install mcp-credit-optimizer

What MCP clients work with Credit Optimizer v5?

Credit Optimizer v5 works with any MCP-compatible client including Claude Desktop, Claude Code, Cursor, and other editors with MCP support.

Turn this server into reusable context

Keep Credit Optimizer v5 docs, env vars, and workflow notes in Conare so your agent carries them across sessions.

Need the old visual installer? Open Conare IDE.
Open Conare