Stat Scaling Calculator

Stat Scaling Calculator MCP Connector for Claude

A+

Compute and compare attribute progression curves for game design.

3 tools Official Updated Jun 28, 2026 Official Vinkius Partner

This MCP server provides game designers with precise mathematical tools to define how attributes like Strength, Health, or Mana evolve from Level 1 to a maximum level. Using compute_progression_table, you can generate detailed level-by-level breakdowns for various growth archetypes including linear, exponential, and S-curves. The analyze_growth_velocity tool helps identify unintended power spikes by calculating the delta between levels, while compare_scaling_strategies allows for a unified visual comparison of multiple scaling configurations to ensure consistent progression feel.

progressionscalinggameplay-balancecurvesattributes

3 tools expose this connector's capabilities to your AI agent.

compare_scaling_strategies

Produces a unified dataset for visual comparison of different scaling configurations

analyze_growth_velocity

Calculates the incremental change in an attribute's value between consecutive levels

compute_progression_table

Generates a complete step-by-step breakdown of an attribute's value for every level

See how to talk to your AI agent using Stat Scaling Calculator.

Generate a linear progression table from 10 to 100 up to level 50.

The `compute_progression_table` tool will generate a breakdown where each level increases by exactly 1.837...

Analyze the growth velocity of this table: [{"level": 1, "statValue": 10}, {"level": 2, "statValue": 15}]

The `analyze_growth_velocity` tool shows a delta of 5 at level 2.

Compare an exponential curve (10 to 500, lvl 20) with a linear curve (10 to 500, lvl 20).

The `compare_scaling_strategies` tool will provide a unified dataset for visual comparison.

Use the `compute_progression_table` tool by providing your base stat, target stat, maximum level, and desired curve type.

Related Connectors