Skip to main content
Glama
rafsilva85

Credit Optimizer v5

by rafsilva85

PyPI Version Downloads License: MIT Manus AI Stars Quality Loss Scenarios Sales

Manus Power Stack

47% of your Manus credits are being wasted. This fixes it automatically.

Zero downsides. 47% average savings. Pays for itself in ~36 prompts. Audited across 53 adversarial scenarios. Quality Veto Rule: if it can't save without loss, it doesn't touch your task.

Get it: Landing Page · Gumroad ($12) · Power Bundle ($12) · SkillFlow Free MCP Server: PyPI · Smithery

As Seen On

Dev.to · PulseMCP · Smithery · MCPServers.org · Agensi.io · Indie Hackers · Awesome Manus AI


Why Your Credits Disappear

Manus charges credits per task. Most users waste 30–75% because of four default behaviors:

Problem

What Happens

Waste

Wrong model routing

Simple tasks run in Max mode when Standard produces identical results

Up to 5x overpay

Slow browser navigation

Each page takes 8–45 seconds via browser tool calls, burning credits on wait time

150+ seconds per 10 URLs

No chat detection

Tasks that cost $0 in Chat Mode (Q&A, brainstorm, translation) run in Agent Mode

100% overpay

Context bloat

Tokens accumulate across steps — each subsequent step costs more than the last

Exponential growth

These aren't bugs. They're default settings. The Power Stack overrides all four.


Related MCP server: ComputeGauge MCP

Zero Downsides

This is the most important thing to understand:

The Power Stack can never make things worse. It has a hardcoded Quality Veto Rule: if an optimization would reduce output quality by even 1%, it skips that optimization entirely. In the worst case, it does nothing. In the best case, it saves you 75%.

There is no scenario where installing the Power Stack produces a worse result than not having it.


What's Inside

Credit Optimizer v5 — Smart Routing

Analyzes every prompt before execution and decides the cheapest path that delivers identical quality.

  • Intent Classification across 12 categories (code, research, creative, data, translation...)

  • Model Routing: Standard vs Max — only uses Max when complexity genuinely requires it

  • Chat Mode Detection: Routes simple Q&A to Chat Mode ($0 cost)

  • Batch Detection: Groups related tasks to reduce overhead

  • Context Hygiene: Compresses accumulated context to keep token costs linear

Fast Navigation v2.0 — Raw Speed

Replaces slow browser tool calls with a programmatic toolkit.

  • httpx + selectolax replaces Playwright overhead (30–2,000x faster)

  • Browser Cookie Bridge for authenticated sites

  • Async parallel fetching — 10 URLs in 1.3 seconds instead of 150+ seconds

  • Intelligent disk caching with TTL — repeated visits are instant

Together: The Compound Effect

Credit Optimizer decides what to optimize. Fast Navigation decides how fast to execute it. Together, they multiply:

Metric

Without Stack

With Stack

Improvement

Simple Q&A cost

Full price

$0 (Chat Mode)

100% saved

10-URL research

150+ seconds

1.3 seconds

115x faster

Web scraping task

Full credits

33% of original

67% saved

Full-stack web app

Full credits

40% of original

60% saved

Research report

12 minutes

2 minutes

6x faster

Average across all tasks

Baseline

47% less

47% saved


The Math: Payback in ~36 prompts

The Power Stack costs $9 one-time (or $12 for the bundle with Fast Navigation). Here's how fast it pays for itself:

Plan

Monthly Cost

47% Wasted

Daily Waste

Payback

Plus ($39/mo)

6,500 cr/day

~3,055 cr/day

~$0.44/day

~20 prompts

Max ($99/mo)

16,250 cr/day

~7,637 cr/day

~$0.92/day

~10 prompts

Teams ($79/user/mo)

Varies

~47%

Varies

1–2 days

After payback, every prompt saves you money. For the rest of your Manus subscription. Forever.

Annual savings estimate: ~$500–$1,000+ depending on usage.


Installation

  1. Purchase from Gumroad or SkillFlow

  2. Copy skill files to ~/skills/credit-optimizer/ and ~/skills/fast-navigation/

  3. Both activate automatically on every task — no configuration needed

As MCP Server (free — Credit Optimizer only)

pip install mcp-credit-optimizer
python -m mcp_credit_optimizer

Add to your MCP config:

{
  "mcpServers": {
    "credit-optimizer": {
      "command": "python",
      "args": ["-m", "mcp_credit_optimizer"]
    }
  }
}

Works with Claude Desktop, Cursor, Windsurf, Copilot, and any MCP-compatible client.

Why pay when the MCP server is free? The MCP server saves credits when you remember to call it. The Manus Skill saves credits on every single prompt automatically — no manual invocation needed. The Skill also includes Fast Navigation (115x speed boost), which is not available as MCP.


Audit Results

All 53 test scenarios pass with zero quality degradation:

Category

Scenarios

Quality Loss

Code generation (Python, JS, React, SQL)

12

0%

Creative writing (blog, marketing)

8

0%

Data analysis (CSV, JSON, API)

7

0%

Research (multi-source synthesis)

6

0%

Translation & localization

5

0%

Bug fixing & debugging

5

0%

Documentation generation

5

0%

Mixed-intent tasks

5

0%


What Users Say

"Everyone hates the Manus credit-based system. It's insane how fast credits burn."Reddit, 90 upvotes

"I used 100,000 credits in a week and a half. That's my entire monthly allocation gone."Reddit

"Manus is so expensive it's absurd. $200/month and credits still run out."Reddit

The Power Stack exists because these frustrations are real — and fixable.


Resources


Channel

URL

Landing Page

creditopt.ai

Buy Individual ($9)

Gumroad

Buy Bundle ($12)

Gumroad

SkillFlow

skillflow.builders

PyPI (Free MCP)

pypi.org

Smithery

smithery.ai

PulseMCP

pulsemcp.com

Awesome List

github.com/rafsilva85/awesome-manus-ai


License

MIT — see LICENSE for details.

Built by Rafael Silva · creditopt.ai

Available Tools

3 tools
analyze_promptA

Analyze an AI agent prompt and return optimization recommendations.

Returns strategy, model recommendation, estimated credit savings, quality impact assessment, and efficiency directives.

ParametersJSON Schema
NameRequiredDescriptionDefault
promptYesThe user's prompt/task description to analyze

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

A3.9/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so description carries full burden. It mentions what it returns but lacks details on side effects, idempotency, or prerequisites.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two sentences, front-loaded with action and result. Every word adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given one parameter and presence of output schema, description covers purpose and what is returned completely.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 100% schema coverage, baseline is 3. Description does not add meaning beyond the schema's description of the 'prompt' parameter.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Clearly states it analyzes an AI agent prompt and returns optimization recommendations, listing specific return fields. Distinguishes from siblings get_golden_rules and get_strategy_for_task.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Usage is implied but not explicitly stated. No guidance on when to use this tool versus siblings or when not to use it.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_golden_rulesA

Get the 10 Golden Rules for credit optimization with ZERO quality loss.

Returns: The 10 audited golden rules with explanations

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

A3.6/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Without annotations, the description carries the full burden of behavioral disclosure. It does not confirm the tool is read-only or safe, nor does it describe any side effects, authorization needs, or rate limits. The claim of 'ZERO quality loss' pertains to the rules, not the tool's behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is only two sentences, front-loads the purpose, and contains no extraneous information. Every word serves a purpose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's simplicity (no parameters, clear retrieval) and the existence of an output schema, the description adequately explains what the tool returns: 'the 10 audited golden rules with explanations.' No further context seems necessary.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The input schema has zero parameters and 100% coverage, so baseline is 4. The description does not need to add parameter-level detail, and it appropriately confirms no arguments are required.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Get the 10 Golden Rules for credit optimization with ZERO quality loss,' which specifies the exact resource (10 Golden Rules) and the action (Get). This distinguishes it from sibling tools analyze_prompt and get_strategy_for_task.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives, nor does it mention any prerequisites or exclusions. It simply states what it returns.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

get_strategy_for_taskB

Get the optimal strategy for a specific task type.

ParametersJSON Schema
NameRequiredDescriptionDefault
task_typeYesOne of: qa, code, research, content, data_analysis, media, automation

Output Schema

ParametersJSON Schema
NameRequiredDescription

No output parameters

TDQS

B3.4/5.0
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations provided, so description carries full burden. It only states it 'gets' a strategy, but does not disclose any behavioral traits like whether it is read-only, if there are side effects, or what the output entails. Minimal behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence, concise and front-loaded. No unnecessary words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Simple tool with one param and output schema, but description does not mention output or any constraints. Lacks context about behavior and return value, despite output schema existing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema has one parameter with description listing allowed values, coverage is 100%. Description adds no additional meaning beyond schema. Baseline score of 3 is appropriate.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states the verb 'get' and resource 'strategy' for a specific task type. Input schema defines task_type with allowed values. It is distinct from sibling tools 'analyze_prompt' and 'get_golden_rules'.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Usage is implied but not explicitly stated. No guidance on when to use this tool versus alternatives, nor any exclusions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. 2 tool updatesv5.0.0
    • Changedanalyze_prompt1 field changed
      • addedInput schema / properties / prompt / description
        Added value: +"The user's prompt/task description to analyze"
    • Changedget_strategy_for_task1 field changed
      • addedInput schema / properties / task_type / description
        Added value: +"One of: qa, code, research, content, data_analysis, media, automation"
  2. 3 tool updatesv5.2.0
    • First observedanalyze_prompt
    • First observedget_golden_rules
    • First observedget_strategy_for_task

TDQS

A3.8/5.0
Disambiguation5/5

Each tool targets a distinct aspect of credit optimization: analyzing prompts, retrieving golden rules, and obtaining task-specific strategies. There is no overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (analyze_prompt, get_golden_rules, get_strategy_for_task), making them predictable and easy to understand.

Tool Count4/5

With 3 tools, the server is slightly minimal but still well-scoped for its advisory purpose. Each tool serves a clear role, and the count is reasonable given the focused domain.

Completeness4/5

The tools cover the core functionalities of analysis, reference rules, and strategy selection. A minor gap is the lack of an execution tool, but for an advisory server this is acceptable.

Maintenance

ActivityInactive
ResponsivenessNo issues

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    Not graded
    maintenance
    Intelligent multi-model orchestrator with dynamic routing that optimizes AI costs by prioritizing free models and escalating to paid tiers only when needed, with stateless architecture using Redis and PostgreSQL.
    19
    -
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides cost intelligence and a reputation scoring system to help AI agents optimize spending through smart model selection and local-to-cloud routing. It enables real-time cost tracking and rewards agents for making efficient, high-credibility decisions across various LLM providers.
    Apache 2.0
  • A
    license
    Not graded
    quality
    C
    maintenance
    An MCP server that reduces Manus AI credit usage by up to 75% through intelligent prompt compression, smart model routing, and intent classification. It provides tools to analyze and optimize prompts for maximum efficiency without sacrificing quality.
    1
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Memory MCP server optimized for AI assistants, reducing context window tokens by 54.9% while preserving full functionality.
    58
    MIT

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/rafsilva85/credit-optimizer-v5'

If you have feedback or need assistance with the MCP directory API, please join our Discord server