MCP.so
Sign In

Urlbox Full Page Screenshots

@urlbox

About Urlbox Full Page Screenshots

MCP server for the Urlbox Screenshot API. Enables your client to take screenshots, generate PDFs, extract HTML/markdown, and more from websites.

Basic information

Category

Other

Transports

stdio

Publisher

urlbox

Submitted by

Arnold Cubici-Jones

Config

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "urlbox": {
      "command": "node",
      "args": [
        "<REPLACE_THIS_WITH_THE_PATH_TO_THIS_REPO>/build/index.js"
      ],
      "env": {
        "SECRET_KEY": "<REPLACE_WITH_YOUR_SECRET_KEY>"
      }
    }
  }
}

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Urlbox Full Page Screenshots?

Urlbox Full Page Screenshots is an MCP server for the Urlbox Screenshot API. It enables clients to take screenshots, generate PDFs, extract HTML/markdown, and capture website metadata. It is designed for users who want to programmatically capture web content through natural language prompts in MCP‑compatible applications.

How to use Urlbox Full Page Screenshots?

Install dependencies with npm install and build with npm run build. Obtain an API Secret from the Urlbox dashboard, then set the SECRET_KEY environment variable in your claude_desktop_config.json. The server provides a render tool that Claude automatically uses when asked to screenshot websites or convert web content.

Key features of Urlbox Full Page Screenshots

  • Capture screenshots in PNG, PDF, MP4 formats
  • Convert web pages to HTML and markdown
  • Extract website metadata and cookies
  • Save rendered files locally to downloads
  • Block ads and hide cookie banners in screenshots

Use cases of Urlbox Full Page Screenshots

  • Take ad‑free, clean screenshots of any website
  • Generate full‑page PDFs for documentation or archiving
  • Extract HTML and markdown from sites for offline use
  • Capture multiple output formats (screenshot + HTML + markdown) in one request

FAQ from Urlbox Full Page Screenshots

What is the Urlbox Full Page Screenshots MCP server?

It is a server that integrates with the Urlbox Screenshot API to enable taking screenshots, generating PDFs, and extracting HTML/markdown from websites via an MCP interface.

How do I get API credentials for Urlbox Full Page Screenshots?

Sign up at urlbox.com and retrieve your API Secret from the dashboard. Set this secret as the SECRET_KEY environment variable in your configuration.

What file formats does the server support?

Screenshots can be captured in PNG, PDF, MP4, and more. The server can also convert pages to HTML and markdown.

Can I save the rendered outputs to my computer?

Yes. When you set store_renders: true, the server saves the rendered files directly to your local downloads folder.

Does the server handle ads and cookie banners?

Yes. You can request screenshots that block ads and hide cookie banners by including that instruction in your prompt.

Comments

More Other MCP servers