API_KEY
– Your Redis Cloud API KeySECRET_KEY
– Your Redis Cloud Secret Keytest
) with the Redis Cloud MCP server available via tools.Tool Name | Short Description |
---|---|
create-essential-database | Create a new essential database inside the specified subscription ID. |
create-essential-subscription | Create a new essential subscription. |
create-pro-database | Create a new database inside the specified subscription ID. |
create-pro-subscription | Create a new pro subscription. |
delete-essential-subscription | Delete an essential subscription by ID. |
get-current-account | Get the current Cloud Redis account. |
get-current-payment-methods | Get the current payment methods for the current Cloud Redis account. |
get-database-modules | Lookup the list of database modules supported in the current account. |
get-essential-databases | Get the essential databases for the specified subscription ID. |
get-essential-subscription-by-id | Get an essential subscription by ID for the current Cloud Redis account. |
get-essential-subscriptions | Get the essential subscriptions for the current Cloud Redis account. |
get-essentials-plans | Get the available plans for essential subscriptions. |
get-pro-databases | Get the pro databases for the provided subscription ID. |
get-pro-plans-regions | Lookup the list of regions for a cloud provider. |
get-pro-subscription | Get a pro subscription by ID. |
get-pro-subscriptions | Get the pro subscriptions for the current Cloud Redis account. |
get-task-by-id | Get a task by ID for the current Cloud Redis account. |
get-tasks | Get the current tasks for the current Cloud Redis account. |
create-essential-database
name
(string, required): Name of the database (max 40 chars, letters/digits/hyphens, starts with letter, ends with letter/digit).subscriptionId
(number): Subscription ID.create-essential-subscription
name
(string): Subscription name.planId
(number): Plan ID (from /fixed/plans
).paymentMethod
(string, optional): Payment method.paymentMethodId
(number, optional): Payment method ID.create-pro-database
name
(string, required): Name of the database.subscriptionId
(number): Subscription ID.create-pro-subscription
cloudProviders
(array, required): Cloud hosting/networking details.databases
(array, required): Database specifications.delete-essential-subscription
subscriptionId
(number): Subscription ID.get-essential-databases
subscriptionId
(number): Subscription ID.limit
(number, optional): Max number of results.offset
(number, optional): Offset.get-essential-subscription-by-id
subscriptionId
(number): Subscription ID.get-essential-subscriptions
page
(number, optional): Page number.size
(number, optional): Page size.get-essentials-plans
provider
(string): Provider name.page
, size
, redisFlex
(optional).get-pro-databases
subscriptionId
(number): Subscription ID.limit
, offset
(optional).get-pro-subscription
subscriptionId
(number): Subscription ID.get-task-by-id
taskId
(string): Task ID.