# Expo MCP Node

> Access Expo MCP actions through Scalekit.

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

## Content

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

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

## Actions
* `expomcp_add_library`
* `expomcp_appstore_delete_review_response`
* `expomcp_appstore_reply_review`
* `expomcp_appstore_reviews`
* `expomcp_build_cancel`
* `expomcp_build_info`
* `expomcp_build_list`
* `expomcp_build_logs`
* `expomcp_build_run`
* `expomcp_build_submit`
* `expomcp_learn`
* `expomcp_playstore_crashes`
* `expomcp_playstore_reply_review`
* `expomcp_playstore_reviews`
* `expomcp_read_documentation`
* `expomcp_testflight_crashes`
* `expomcp_testflight_feedback`
* `expomcp_workflow_cancel`
* `expomcp_workflow_create`
* `expomcp_workflow_info`
* `expomcp_workflow_list`
* `expomcp_workflow_logs`
* `expomcp_workflow_run`
* `expomcp_workflow_validate`

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