Skip to main content
Glama

Redis Cloud API MCP Server

Official
by redis

get-essentials-plans

Retrieve available essential subscription plans for Redis Cloud by provider (AWS, GCP, AZURE) using paginated responses. Specify page and size parameters to fetch all plans efficiently.

Instructions

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.

Input Schema

NameRequiredDescriptionDefault
pageNoPage number
providerYesProvider name.
redisFlexNoRedis Flex
sizeNoPage size

Input Schema (JSON Schema)

{ "properties": { "page": { "default": 0, "description": "Page number", "type": "number" }, "provider": { "description": "Provider name.", "enum": [ "AWS", "GCP", "AZURE" ], "type": "string" }, "redisFlex": { "default": false, "description": "Redis Flex", "type": "boolean" }, "size": { "default": 10, "description": "Page size", "type": "number" } }, "required": [ "provider" ], "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/redis/mcp-redis-cloud'

If you have feedback or need assistance with the MCP directory API, please join our Discord server