# Prisma MCP Node

> Access Prisma MCP actions through Scalekit.

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

## Content

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

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

## Actions
* `prismamcp_create_object_store_bucket`
* `prismamcp_create_object_store_bucket_key`
* `prismamcp_create_prisma_postgres_backup`
* `prismamcp_create_prisma_postgres_connection_string`
* `prismamcp_create_prisma_postgres_database`
* `prismamcp_create_prisma_postgres_recovery`
* `prismamcp_delete_object_store_bucket`
* `prismamcp_delete_object_store_bucket_key`
* `prismamcp_delete_prisma_postgres_connection_string`
* `prismamcp_delete_prisma_postgres_database`
* `prismamcp_execute_prisma_postgres_schema_update`
* `prismamcp_execute_sql_query`
* `prismamcp_fetch_workspace_details`
* `prismamcp_introspect_database_schema`
* `prismamcp_list_object_store_buckets`
* `prismamcp_list_prisma_postgres_backups`
* `prismamcp_list_prisma_postgres_connection_strings`
* `prismamcp_list_prisma_postgres_databases`
* `prismamcp_search_prisma_documentation`

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