---
title: "prerenderbuddy"
description: "Developer companion to the Prerender Buddy platform for crawler audits and optional workspace evidence."
canonical: https://agentpluginsdirectory.com/plugins/prerenderbuddy
last-updated: 2026-09-21
---

# prerenderbuddy
Developer companion to the Prerender Buddy platform for crawler audits and optional workspace evidence.
- Slug: prerenderbuddy
- Publisher: Prerender Buddy
- Repository: https://github.com/kopachlager/prerenderbuddy-plugins
- Manifest: plugins/prerenderbuddy/plugin.json
- Version: 0.2.5
- License: Apache-2.0
- Category (editorial): research
- Skills: 2 (crawler-visibility-audit, workspace-discoverability-review)
- MCP servers: 1 (prerenderbuddy)
- Stars: 2
- Repository created: 2026-08-06
- Repository last pushed: 2026-09-15
- Publisher type: User
- Listing: https://agentpluginsdirectory.com/plugins/prerenderbuddy
- Schema: https://agent-plugins.org/schemas/1.0.0/plugin.schema.json

## What prerenderbuddy does, in the publisher's words

Audit what public search and AI crawlers can retrieve, and optionally review evidence from a Prerender Buddy workspace.

This package contains:

- one public crawler-visibility Agent Skill;
- one authenticated workspace-review Agent Skill;
- a local Prerender Buddy MCP server configuration;
- native compatibility manifests for Codex and Claude Code.

The MCP server runs through npx --yes @prerenderbuddy/mcp@0.2.0. It requires Node.js 20 or newer. Its three public audit tools need no account, API key, analytics, or telemetry. When PRERENDER_BUDDY_API_KEY is available to the MCP process, it also registers read-only workspace tools backed by the scoped Pro Developer API. Restart the agent host after adding or changing the key.

From the project README, punctuation lightly normalized. Full text: https://raw.githubusercontent.com/kopachlager/prerenderbuddy-plugins/HEAD/plugins/prerenderbuddy/README.md

## Skills

- crawler-visibility-audit: Audit a public site's crawler-visible HTML, compare crawler and browser-style HTTP responses, and inspect robots.txt, sitemap.xml, and llms.txt using Prerender Buddy MCP tools. Use for technical SEO, crawler readability, AI crawler accessibility, and pre-deployment visibility checks.
- workspace-discoverability-review: Review an authenticated Prerender Buddy workspace site's setup, health, crawler activity, AI visibility, recommendations, and content status. Use when the user asks about their PB sites or account evidence; do not use for an unrelated public URL audit.

Descriptions come from the frontmatter of each SKILL.md, punctuation lightly normalized.

## MCP servers

- prerenderbuddy: transport: stdio; command: npx --yes @prerenderbuddy/mcp@0.2.0; env: PRERENDER_BUDDY_API_KEY

Read from the plugin's own mcp.json. Environment variable names only, never values.
