MCP.so
登录

Urlbox Full Page Screenshots

@urlbox

关于 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.

基本信息

分类

其他

传输方式

stdio

发布者

urlbox

提交者

Arnold Cubici-Jones

配置

使用下面的配置,将此服务器添加到你的 MCP 客户端。

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

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

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.

评论

其他 分类下的更多 MCP 服务器