# Prerender — MCP server on mcp.ai > Connect your Prerender account and use 10 tools for developer tools straight from your AI agent. Connect with your own API key. Prerender.io is a service that pre-renders JavaScript-heavy websites to improve SEO by serving static HTML versions to search engine crawlers. By: mcp.ai · official Page: https://mcp.ai/prerender ## Connect (MCP protocol) Remote MCP endpoint (HTTP, streamable): https://api.mcp.ai/p_prerender?ms=1787295780000 Add it as a custom/remote MCP connector, then authenticate when prompted. ## REST API (no MCP client required) Every tool is also a REST endpoint, authed with a workspace API key. Discover: GET https://api.mcp.ai/api/prerender/_endpoints # public; lists every endpoint Call: POST https://api.mcp.ai/api/prerender/ Authorization: Bearer sk_live_… # create one at https://mcp.ai/settings/api-keys Content-Type: application/json Body: { …args } → { "ok": true, "tool": "", "result": { … } } ## Developer docs How to use (MCP or REST), markdown: https://mcp.ai/prerender/skill.md Postman collection (v2.1): https://mcp.ai/prerender/postman.json ## Tools - prerender_change_recache_speed(urls_per_hour: integer) — Tool to adjust the rendering speed of Manual/API and Automatic rendering queues. Use when you need to control how fast Prerender processes URLs in the recache queue. - prerender_check_health() — Tool to check the health status of the Prerender API service. Use when you need to verify service availability or monitor system health. - prerender_clear_cache(query: string) — Tool to clear Prerender cache using SQL-like wildcard patterns. Schedules a cache clear job. Only one cache clear job can be scheduled per user at a time. Use when you need to invalidate cached pages - prerender_create_seo_audit_report(url: string, email: string, lastName: string, firstName: string) — Tool to generate SEO audit reports for a specific URL. Use when you need to analyze SEO performance metrics for a web page. The report will be sent to the provided email address. - prerender_get_cache_clear_status(token: string) — Tool to check the status of a cache clear job. Use when you need to verify if a cache clearing operation is still in progress or has completed. - prerender_get_prerendered_page(url: string) — Tool to fetch a prerendered HTML page. Use when you need a static snapshot of a page before dynamic rendering. - prerender_list_healthz() — Tool to check Prerender API health and availability. Use when you need to verify the API is operational before making requests. - prerender_list_v3() — Tool to get a greeting message from the Prerender API. Use when you need to verify basic API connectivity or retrieve the hello message. - prerender_recache_url(url?: string, urls?: string[], adaptive_type?: string) — Tool to cache or recache URLs in Prerender. Use when you need to refresh cached pages or cache new URLs. Supports single URL or batch operations (up to 1000 URLs). - prerender_search_cached_urls(query?: string, start?: integer, exact_match?: string, adaptive_type?: string) — Tool to search for cached URLs in your Prerender account and view their cache status. Supports pagination (200 URLs per page) and filtering by desktop/mobile adaptive type. Use when you need to find s ## Example prompts - "What can I do in Prerender?" - "Show me a summary of my Prerender account" ## Links Docs: https://mcp.ai/docs/mcps/prerender Website: https://mcp.ai/mcps/prerender