# Neon MCP Node

> Access Neon MCP actions through Scalekit.

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

## Content

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

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

## Actions
* `neonmcp_compare_database_schema`
* `neonmcp_complete_database_migration`
* `neonmcp_complete_query_tuning`
* `neonmcp_configure_neon_auth`
* `neonmcp_create_branch`
* `neonmcp_create_project`
* `neonmcp_delete_branch`
* `neonmcp_delete_project`
* `neonmcp_describe_branch`
* `neonmcp_describe_project`
* `neonmcp_describe_table_schema`
* `neonmcp_explain_sql_statement`
* `neonmcp_fetch`
* `neonmcp_get_connection_string`
* `neonmcp_get_database_tables`
* `neonmcp_get_doc_resource`
* `neonmcp_get_neon_auth_config`
* `neonmcp_inspect_database`
* `neonmcp_list_branch_computes`
* `neonmcp_list_docs_resources`
* `neonmcp_list_log_field_values`
* `neonmcp_list_log_fields`
* `neonmcp_list_organizations`
* `neonmcp_list_projects`
* `neonmcp_list_shared_projects`
* `neonmcp_list_slow_queries`
* `neonmcp_prepare_database_migration`
* `neonmcp_prepare_query_tuning`
* `neonmcp_provision_neon_auth`
* `neonmcp_provision_neon_data_api`
* `neonmcp_query_logs`
* `neonmcp_reset_from_parent`
* `neonmcp_run_sql`
* `neonmcp_run_sql_transaction`
* `neonmcp_search`

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