ridvay-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RIDVAY_API_KEY | Yes | Your Ridvay API key (sk-ridvay-…). | |
| RIDVAY_API_URL | No | Default https://api.ridvay.com. | |
| RIDVAY_WEB_URL | No | Base for returned links, default https://ridvay.com. | |
| RIDVAY_SUB_USER_ID | No | Admin/platform keys only: act on behalf of a specific user. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| generate_posterA | Generate a poster, flyer, social-media post, story, banner, or any graphic design from a text brief using Ridvay Studio's AI design engine. Returns links to view, share, and edit the design. Describe the content, occasion, style, and any text that must appear. Typical run time is 20–40 seconds. |
| get_design_guideA | Returns the Ridvay design IR format (JSON contract, element types, fonts, backgrounds, worked example) so YOU can compose a poster design yourself and save it with create_poster. Always call this before your first create_poster call. |
| create_posterA | Save a poster design that YOU (the assistant) composed as Ridvay design IR — you control every element, color, and font; Ridvay only stores, renders, and shares it. No Ridvay-side AI generation is involved. Call get_design_guide first for the IR format. Use generate_poster instead when Ridvay's AI should do the designing. Returns view/share/edit links. |
| refine_posterA | Edit a previously generated Ridvay design with a natural-language instruction (e.g. "make the headline red", "add our opening hours", "swap to a dark theme"). Requires the design ID returned by generate_poster. |
| check_posterA | Check whether a generated Ridvay design has finished rendering its AI images, and get its view/edit links again. Use after generate_poster reports images still rendering. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/tom-tgr/ridvay-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server