# GTmetrix MCP Node

> Access GTmetrix MCP actions through Scalekit.

**URL:** https://caywork.com/learn/docs/node/gtmetrixmcp-node

## Content

## Description
Access GTmetrix MCP actions through the Scalekit MCP gateway.

## Parameters
* **action** (string): Enabled sub-action to run.
* **params** (object): Action-specific inputs.

## Actions
* `gtmetrixmcp_get_account_status`
* `gtmetrixmcp_get_catalog`
* `gtmetrixmcp_get_guide`
* `gtmetrixmcp_get_report`
* `gtmetrixmcp_get_report_har`
* `gtmetrixmcp_get_report_history`
* `gtmetrixmcp_get_test`
* `gtmetrixmcp_list_pages`
* `gtmetrixmcp_reauthenticate`
* `gtmetrixmcp_start_test`

## Use Cases
1. **Automate GTmetrix MCP workflows**: Add the node, enable the actions you need, and let the agent invoke them through Scalekit.
2. **Enforce least privilege**: Only enable the subset of actions required for the current agent flow.