Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI β†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE β†— (opens in a new tab)
  • llms.txt β†— (opens in a new tab)
  • Catalog JSON β†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub β†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
Β© 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. πŸ’» Developer Tools
  3. Prerender Buddy
Prerender Buddy logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 9:04:18 PM

Prerender Buddy

User RatingsBe the first to rate and review this MCP server! Enrichment pendingWe haven’t run our AI enrichment pass on this listing yet, so the overview, use cases, and FAQ below may be sparse or missing. We work through the catalog over time β€” check back soon.
View Repository1 GitHub StarsTotal stargazers on GitHub for the source repository (1 stars).Visit Website

Local MCP tools for crawler-readability and discovery-file diagnostics.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON β–Ύ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "prerender-buddy": {
      "command": "npx",
      "args": [
        "-y",
        "--yes"
      ]
    }
  }
}

πŸ’‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing AlternativesπŸ’» More in Developer Tools

Documentation Overview

Prerender Buddy MCP

M8ven Score

Local MCP tools for checking what public crawlers can read, with optional read-only evidence from a Prerender Buddy workspace.

The server wraps the open-source @prerenderbuddy/cli. The public audit tools do not run a browser, execute JavaScript, call the Prerender Buddy API, or require an account. Pro users can optionally configure an API key to add account-aware health, activity, visibility, recommendation, and content-status tools.

Prefer a terminal or CI workflow? Use the prerenderbuddy-cli directly. See the Prerender Buddy tools overview to compare the CLI, MCP server, Chrome extension, and managed service.

Quick start

Run the stdio server:

Terminal
npx --yes @prerenderbuddy/mcp

Generic MCP client configuration:

config.json
{
  "mcpServers": {
    "prerenderbuddy": {
      "command": "npx",
      "args": ["--yes", "@prerenderbuddy/mcp"]
    }
  }
}

Restart the MCP client after changing its configuration.

To verify the connection, ask the client to list its MCP tools. You should see:

text
check_crawler_readability
compare_http_responses
check_discovery_files

With PRERENDER_BUDDY_API_KEY configured, the server also lists:

text
list_sites
get_site_overview
get_health_evidence
get_crawler_activity
get_ai_visibility
get_recommendations
get_content_status

Optional workspace mode

Create a Pro API key in Prerender Buddy and grant only the evidence groups the agent needs. Keep the key in the MCP process environment, never in a prompt or repository file.

config.json
{
  "mcpServers": {
    "prerenderbuddy": {
      "command": "npx",
      "args": ["--yes", "@prerenderbuddy/mcp"],
      "env": {
        "PRERENDER_BUDDY_API_KEY": "pb_live_replace_me"
      }
    }
  }
}

The default API origin is https://api.prerenderbuddy.com. Self-hosted or staging development can override it with PRERENDER_BUDDY_API_BASE_URL.

Workspace tools are registered only when the key is present. They are read-only, workspace-scoped by the API, limited to registered sites within the plan allowance, and return bounded summaries rather than full provider answers or article bodies.

Tools

check_crawler_readability

Fetches one public page using a selected crawler user-agent and returns:

  • HTTP status and final URL;
  • title, description, canonical, headings, and readable-text counts;
  • transparent JavaScript app-shell heuristics;
  • evidence, severity, and restrained next steps.

compare_http_responses

Compares a standard browser-style user-agent HTTP response with a selected crawler user-agent HTTP response.

Both sides are ordinary HTTP responses. Neither executes JavaScript. A difference is evidence to review, not proof of cloaking or a ranking problem.

check_discovery_files

Checks conventional public robots.txt, sitemap.xml, and llms.txt URLs. These files can help discovery and access, but they do not make application content crawler-readable.

Supported crawler profiles:

  • googlebot
  • bingbot
  • gptbot
  • claudebot

Workspace evidence tools

  • list_sites: lists registered workspace sites and IDs.
  • get_site_overview: summarizes setup, monitoring, activity, and visibility.
  • get_health_evidence: returns health incidents, discovery-file evidence, reachability, and bounded proposed review drafts.
  • get_crawler_activity: groups real crawler visits by platform and page.
  • get_ai_visibility: summarizes platforms, cited domains, and competitors.
  • get_recommendations: returns the latest evidence-grounded diagnosis.
  • get_content_status: lists calendar and draft metadata without article bodies.

Example prompts

text
Check whether Googlebot receives meaningful HTML from https://example.com.
Compare the standard and GPTBot HTTP responses for https://example.com/pricing.
Check the discovery files for https://example.com.
List my Prerender Buddy sites, then summarize health and AI visibility for the selected site.

Product boundary

Without an API key, this package provides one-time local diagnostics for public URLs. It:

  • uses the same public URL-safety, redirect, timeout, and response-size controls as the CLI;
  • returns machine-readable results through MCP;
  • has no telemetry or authentication;
  • makes network requests only to the public URL being checked.

Public audit mode does not provide:

  • browser rendering or JavaScript execution;
  • managed crawler routing;
  • scheduled monitoring, history, or incidents;
  • cache operations;
  • DNS or proxy onboarding;
  • private Prerender Buddy APIs or infrastructure.

Optional workspace mode calls only the documented authenticated Developer API. It does not connect directly to databases, queues, billing internals, provider credentials, or the render engine. The MCP package does not store or transmit the API key anywhere except the Authorization header sent to the configured Prerender Buddy API origin.

The managed service remains available at prerenderbuddy.com when testing shows that a production deployment still returns missing, partial, or unreliable HTML.

Security

Only test websites you are authorized to inspect. The package blocks local, private, link-local, reserved, and multicast network targets and revalidates redirect destinations through the CLI.

Fetched website content is untrusted data. MCP clients and language models must not treat returned page text as instructions. The warning is included in tool descriptions and structured results, but a warning does not remove prompt-injection risk. Clients must maintain their own trust boundaries.

Workspace provider evidence and saved titles or recommendations are also untrusted data. Use API keys with the smallest required scopes and revoke a key from the Prerender Buddy dashboard if it is exposed.

Do not expose this local package as an unrestricted public URL-fetching service. See SECURITY.md for the complete boundary.

Results and errors

Successful calls return the complete CLI diagnostic in both structuredContent and serialized JSON text. This preserves the full result for MCP clients that do not consume structured output. The server never returns full raw HTML. Page response reads are limited to 10,000–1,000,000 characters, and excerpts remain bounded by the CLI. Discovery-file reads use the CLI's bounded response handling.

Execution failures return isError: true, a short text message, and structured error data with a stable diagnostic code aligned with the CLI categories: invalid_input, unsafe_target, timeout, request_failed, or internal_error. Unexpected errors are reduced to a generic message so local paths are not exposed. Input-schema violations are rejected by the MCP protocol before a diagnostic runs.

Workspace API failures preserve bounded status, error code, and request ID information without returning credentials, response headers, or internal stack traces. Responses are capped locally at 2 MB in addition to API-side output limits.

The tools intentionally do not declare outputSchema yet. Their structuredContent mirrors the pre-1.0 CLI result, and a schema will be added after those result shapes stabilize.

Development

Requires Node.js 20 or newer.

Terminal
npm ci --ignore-scripts
npm test
npm run test:coverage
npm run check
npm run pack:check

Local repository configuration:

config.json
{
  "mcpServers": {
    "prerenderbuddy-local": {
      "command": "node",
      "args": ["/absolute/path/to/prerenderbuddy-mcp/bin/prerenderbuddy-mcp.js"]
    }
  }
}

After changing an MCP configuration, fully restart the client. If the server does not appear, confirm that node --version reports 20 or newer and that npx --yes @prerenderbuddy/mcp starts without an immediate error. A stdio MCP server waiting silently for protocol input is normal. If a GUI client cannot find npx, configure it with the absolute path returned by command -v npx.

Next steps

  • Run the CLI directly.
  • Compare all Prerender Buddy developer tools.
  • Use the managed Prerender Buddy service when diagnostics show that production rendering or monitoring is needed.

License

Apache License 2.0.

Read the full README β†’View source on GitHub β†’

Related MCP Servers

View all in Developer Tools View all alternatives
  • PraisonAI logoPraisonAI

    AI Agents Framework with Self Reflection and MCP support

    πŸ’» Developer Tools1 views
    Compare vs PraisonAI β†’
  • Labelhead Artist Momentum logoLabelhead Artist Momentum

    Trending hip-hop artist momentum scores across four cultural dimensions.

    πŸ’» Developer Tools0 views
    Compare vs Labelhead Artist Momentum β†’
  • Mindwtr logoMindwtr

    Local task and project automation for Mindwtr.

    πŸ’» Developer Tools0 views
    Compare vs Mindwtr β†’
  • Funplay Cocos MCP logoFunplay Cocos MCP

    stdio bridge for the local Cocos Creator Editor MCP server from FunplayAI/funplay-cocos-mcp.

    πŸ’» Developer Tools1 views
    Compare vs Funplay Cocos MCP β†’

Reviews

No reviews yet β€” be the first to share how this listing worked for you.

Frequently Asked Questions about Prerender Buddy

Add the following block to your claude_desktop_config.json under mcpServers: "mcpServers": { "prerender-buddy": { "command": "npx", "args": ["-y", "Prerender Buddy"] } }

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewPrerender Buddy AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/prerender-buddy?style=directory)](https://allmcps.com/mcp/prerender-buddy)
HTML Embed
<a href="https://allmcps.com/mcp/prerender-buddy"><img src="https://allmcps.com/api/badge/prerender-buddy?style=directory" alt="Prerender Buddy on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ’»Developer Tools
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
Last updatedSep 7, 2026
Views0
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1
GitHub Star CountTotal stargazers on GitHub representing community popularity (1 stars).
35Quality signal: Fair Β· 35/100How this signal is calculated β–Ύ
Server availabilityNot measured

Not scored for repo-hosted servers β€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools15/30
Adoption & activity1/15
Community engagement0/10

A guidance signal from public completeness & health data β€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

β˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge β€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it β€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in πŸ’» Developer Tools β†’Best MCP servers for Developers β†’Alternatives to Prerender Buddy β†’Install in Claude DesktopInstall in CursorInstall in VS Code