redis/mcp-redis-cloud
If you are the rightful owner of mcp-redis-cloud and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Redis Cloud API MCP Server allows for managing Redis Cloud resources using natural language through the Model Context Protocol (MCP).
Tools
Functions exposed to the LLM to take actions
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 list of database modules supported in current account (support may differ based on subscription and database settings). These modules are also called capabilities.
get-pro-plans-regions
Lookup list of regions for cloud provider. These regions include the providers too.
create-pro-subscription
Create a new pro subscription. Returns a TASK ID that can be used to track the status of the subscription creation. Prerequisites: 1) Verify payment method by checking get-current-payment-methods. 2) For database modules, validate against get-database-modules list. 3) Validate regions using get-pro-plans-regions. The payload must match the input schema.
get-pro-subscriptions
Get the pro subscriptions for the current Cloud Redis account
get-pro-subscription
Get pro subscription by ID. The payload must match the input schema.
get-essential-subscriptions
Get the essential subscriptions for the current Cloud Redis account. A paginated response is returned, and to get all the essential subscriptions, the page and size parameters must be used until all the essential subscriptions are retrieved.
get-essential-subscription-by-id
Get an essential subscription by ID for the current Cloud Redis account
create-essential-subscription
Create a new essential subscription. Returns a TASK ID that can be used to track the status of the subscription creation
delete-essential-subscription
Delete an essential subscription by ID
get-essentials-plans
Get the available plans for essential subscriptions. Always ask for which provider the plans are want to be retrieved. A paginated response is returned, and to get all the plans, the page and size parameters must be used until all the plans are retrieved.
get-tasks
Get the current tasks for the current Cloud Redis account
get-task-by-id
Get a task by ID for the current Cloud Redis account
get-pro-databases
Get the pro databases for the provided subscription Id
create-pro-database
Create a new database inside the specified subscription ID. Returns a TASK ID that can be used to track the status of the database creationPrerequisites: 1) For database modules, validate against get-database-modules list. 2) Validate regions using get-pro-plans-regions. The payload must match the input schema.
get-essential-databases
Get the essential databases for the provided subscription Id
create-essential-database
Create a new essential database inside the specified subscription ID. Returns a TASK ID that can be used to track the status of the database creation. IMPORTANT GUIDELINES: 1) DO NOT set optional parameters unless explicitly requested. 2) Modules can only be selected if protocol is 'redis'. 3) When creating a free database, first call the get-essential-subscriptions tool to check if a free database already exists (each account is limited to one free database). 4) For database modules, validate against get-database-modules list. 5) The payload must match the input schema.
Prompts
Interactive templates invoked by user choice
No prompts
Resources
Contextual data attached and managed by the client