Renderly MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| RAPIDAPI_KEY | Yes | Required. Your RapidAPI key. | |
| RENDERLY_TIMEOUT | No | Request timeout (seconds). | 90 |
| RENDERLY_EXTRACT_HOST | No | Extraction API host. | article-extraction-api.p.rapidapi.com |
| RENDERLY_SCREENSHOT_HOST | No | Screenshot API host (see your RapidAPI 'Code Snippets'). | screenshot-pdf-api2.p.rapidapi.com |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| screenshotA | Capture a clean screenshot of a web page for AI/vision use. Cookie/consent banners, ads, and chat widgets are removed by default so the image is clean for vision models. Returns the rendered image. Args: url: Page URL to capture (http/https). full_page: Capture the entire scrollable page, not just the viewport. block_cookie_banners: Auto-hide cookie banners, ads, and chat widgets. format: "png" or "jpeg". width: Viewport width in pixels. height: Viewport height in pixels. |
| extractA | Extract the clean main content of a web page for LLMs / RAG. Renders the page with real Chromium (so JavaScript-built pages work), then strips ads, navigation, and boilerplate. Returns clean Markdown, text, or HTML. Args: url: Page URL to extract (http/https). format: "markdown", "text", or "html". include_tables: Keep tables in the extracted content. |
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
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/xufei547/renderly-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server