mcpserver.lol
registry/googleapis-mcp-13
Connection check verified live · 20h ago

googleapis-mcp-13

Create, manage, and query your Google Cloud SQL resources.

Tools 15
GitHub stars
Installs / wk
Licence
Transport streamable-http
Last checked 20h ago

Tools & capabilities

15 tools

Read from the running server on 20h ago.

clone_instance body*project*instance*location
Create a Cloud SQL instance as a clone of a source instance. * This tool returns a long-running operation. Use the `get_operation` tool to poll its status until the operation co…
create_backup project*instance*locationdescription
Takes a backup on a Cloud SQL instance. Always populate the project and instance fields on the request. The location (region) and description of the backup may also be optionally p…
create_instance name*tagstierregioneditionproject* +9
Initiates the creation of a Cloud SQL instance. * The tool returns a long-running operation. Use the `get_operation` tool to poll its status until the operation completes. * The…
create_user name*type*project*instance*databaseRolespasswordSecretVersion
Create a database user for a Cloud SQL instance. * This tool returns a long-running operation. Use the `get_operation` tool to poll its status until the operation completes. * W…
execute_sql can modify data userproject*databaseinstance*sqlStatement*sqlCommenterEnabled +1
Execute any valid SQL statement, including data definition language (DDL), data control language (DCL), data query language (DQL), or data manipulation language (DML) statements, o…
execute_sql_readonly read-only userproject*databaseinstance*sqlStatement*sqlCommenterEnabled +1
Execute any valid read only SQL statement on a Cloud SQL instance. To support the `execute_sql_readonly` tool, a Cloud SQL instance must meet the following requirements: * The va…
get_instance read-only project*instance*location
Get the details of a Cloud SQL instance.
get_operation read-only project*locationoperation*
Get the status of a long-running operation. A long-running operation can take several minutes to complete. If an operation takes an extended amount of time, then use a command line…
import_data bodyprojectinstancelocation
Import data into a Cloud SQL instance. If the file doesn't start with `gs://`, then the assumption is that the file is stored locally. If the file is local, then the file must be…
list_instances read-only filterprojectlocationpageTokenmaxResults
List all Cloud SQL instances in the project.
list_users read-only projectinstancelocation
List all database users for a Cloud SQL instance.
postgres_upgrade_precheck body*project*instance*location
Checks if a Cloud SQL for PostgreSQL instance is ready for a major version upgrade to the specified target version. The `target_database_version` MUST be provided in the request (…
restore_backup can modify data backupId*sourceProject*targetProject*sourceInstancetargetInstance*
Restores a backup to a Cloud SQL instance. The target_instance and target_project must be provided and populated in the request. The backup identifier can be provided in several…
update_instance can modify data tiereditionproject*instance*ipv4EnabledpsaMcpConfig +6
Partially updates the configuration settings of a Cloud SQL instance. * This tool returns a long-running operation. Use the `get_operation` tool to poll its status until the ope…
update_user hostname*type*project*instance*databaseRoles +1
Update a database user for a Cloud SQL instance. A common use case for the `update_user` is to grant a user the `cloudsqlsuperuser` role, which can provide a user with many require…