Skip to main content
ClaudeWave
kopachlager avatar
kopachlager

prerenderbuddy-mcp

Ver en GitHub

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

MCP ServersRegistry oficial1 estrellas0 forksJavaScriptApache-2.0Actualizado today
Install in Claude Code / Claude Desktop
Method: NPX · --yes
Claude Code CLI
claude mcp add prerenderbuddy-mcp -- npx -y --yes
claude_desktop_config.json (Claude Desktop)
{
  "mcpServers": {
    "prerenderbuddy-mcp": {
      "command": "npx",
      "args": ["-y", "--yes"]
    }
  }
}
1. Run the command above in your terminal (Claude Code), or paste the JSON config into claude_desktop_config.json (Claude Desktop).
2. Replace any <placeholder> values with your API keys or paths.
3. Restart Claude. The MCP server and its tools appear automatically.
Casos de uso

Resumen de MCP Servers

# Prerender Buddy MCP

Local MCP tools for checking what public crawlers can read from returned HTTP
responses.

The server wraps the open-source
[`@prerenderbuddy/cli`](https://github.com/kopachlager/prerenderbuddy-cli).
It does not run a browser, execute JavaScript, call the Prerender Buddy API, or
require an account.

Prefer a terminal or CI workflow? Use the
[`prerenderbuddy-cli`](https://github.com/kopachlager/prerenderbuddy-cli)
directly. See the
[Prerender Buddy tools overview](https://prerenderbuddy.com/developer-tools)
to compare the CLI, MCP server, Chrome extension, and managed service.

## Quick start

Run the stdio server:

```bash
npx --yes @prerenderbuddy/mcp
```

Generic MCP client configuration:

```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
```

## 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`

## 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.
```

## Product boundary

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.

It 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.

The managed service remains available at
[`prerenderbuddy.com`](https://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.

Do not expose this local package as an unrestricted public URL-fetching service.
See [SECURITY.md](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.

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.

```bash
npm ci --ignore-scripts
npm test
npm run test:coverage
npm run check
npm run pack:check
```

Local repository configuration:

```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](https://github.com/kopachlager/prerenderbuddy-cli).
- Compare all [Prerender Buddy developer tools](https://prerenderbuddy.com/developer-tools).
- Use the [managed Prerender Buddy service](https://prerenderbuddy.com) when diagnostics show that production rendering or monitoring is needed.

## License

Apache License 2.0.
crawlergooglebotgptbotjavascript-seollms-txtmcprobots-txtsitemaptechnical-seo

Lo que la gente pregunta sobre prerenderbuddy-mcp

¿Qué es kopachlager/prerenderbuddy-mcp?

+

kopachlager/prerenderbuddy-mcp es mcp servers para el ecosistema de Claude AI. Local MCP tools for crawler-readability and discovery-file diagnostics Tiene 1 estrellas en GitHub y se actualizó por última vez today.

¿Cómo se instala prerenderbuddy-mcp?

+

Puedes instalar prerenderbuddy-mcp clonando el repositorio (https://github.com/kopachlager/prerenderbuddy-mcp) o siguiendo las instrucciones del README en GitHub. ClaudeWave también te ofrece bloques de instalación rápida en esta misma página.

¿Es seguro usar kopachlager/prerenderbuddy-mcp?

+

kopachlager/prerenderbuddy-mcp aún no ha sido auditado por nuestro agente de seguridad. Revisa el repositorio original en GitHub antes de usarlo en producción.

¿Quién mantiene kopachlager/prerenderbuddy-mcp?

+

kopachlager/prerenderbuddy-mcp es mantenido por kopachlager. La última actividad registrada en GitHub es de today, con 0 issues abiertos.

¿Hay alternativas a prerenderbuddy-mcp?

+

Sí. En ClaudeWave puedes explorar mcp servers similares en /categories/mcp, ordenados por popularidad o actividad reciente.

Despliega prerenderbuddy-mcp en tu cloud

Lleva este repo a producción en minutos. Cada plataforma genera su propio entorno con variables de entorno editables.

¿Mantienes este repo? Añade un badge a tu README

Pega el badge en tu README de GitHub para mostrar que está auditado por ClaudeWave. Cada badge enlaza de vuelta a esta página y muestra el Trust Score actual.

Featured on ClaudeWave: kopachlager/prerenderbuddy-mcp
[![Featured on ClaudeWave](https://claudewave.com/api/badge/kopachlager-prerenderbuddy-mcp)](https://claudewave.com/repo/kopachlager-prerenderbuddy-mcp)
<a href="https://claudewave.com/repo/kopachlager-prerenderbuddy-mcp"><img src="https://claudewave.com/api/badge/kopachlager-prerenderbuddy-mcp" alt="Featured on ClaudeWave: kopachlager/prerenderbuddy-mcp" width="320" height="64" /></a>

Más MCP Servers

Alternativas a prerenderbuddy-mcp