← scalings.xyz

INDIVIDUAL MCP TOOL

run_simulation

Run an autoscaling simulation with the given configuration.

scalings.xyznone authenticationAvailability not checked

Input schema

{}

Risk classification

Inferred read-only · medium confidence · heuristic, not a guarantee.

  • No write-capable action terms were found; this is not proof that invocation has no side effects.

Parent endpoint

scalings.xyz

CONNECT WITH APPROVAL

Client installation

Review this server and its permissions before adding it. Secret placeholders must be set locally.

Codex

~/.codex/config.toml

[mcp_servers.scalings-xyz]
url = "https://mcp.scalings.xyz/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "scalings-xyz": {
      "type": "http",
      "url": "https://mcp.scalings.xyz/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: scalings-xyz
Remote MCP URL: https://mcp.scalings.xyz/mcp

Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.

Cursor

.cursor/mcp.json

{
  "mcpServers": {
    "scalings-xyz": {
      "url": "https://mcp.scalings.xyz/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "scalings-xyz": {
      "type": "http",
      "url": "https://mcp.scalings.xyz/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "scalings-xyz",
  "transport": "streamable-http",
  "url": "https://mcp.scalings.xyz/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • compare_simulations — Run two simulations with different configurations side-by-side.
  • list_presets — List all available preset simulation scenarios (e.g.
  • get_simulation_url — Generate a shareable scalings.xyz URL that opens the simulator pre-loaded with the given config.
  • describe_parameters — Describe every available simulation parameter: name, type, default, description, valid range, unit.