# Pixelbin MCP Node

> Access Pixelbin MCP actions through Scalekit.

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

## Content

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

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

## Actions
* `pixelbinmcp_create_prediction`
* `pixelbinmcp_estimate_prediction_cost`
* `pixelbinmcp_get_prediction`
* `pixelbinmcp_list_predictions`
* `pixelbinmcp_request_upload_url`
* `pixelbinmcp_save_prediction_to_storage`
* `pixelbinmcp_upload_asset_from_url`

## Use Cases
1. **Automate Pixelbin 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.