MCP server for the Urlbox Screenshot API. Enables your client to take screenshots, generate PDFs, extract HTML/markdown, and more from websites.
Visit Urlbox for more information, and have a read of our docs or chat with your LLM post install to get a good understanding of its options and capabilities.
Overview
What is Urlbox Full Page Screenshots?
Urlbox Full Page Screenshots is a server for the Urlbox Screenshot API that allows users to take screenshots, generate PDFs, and extract HTML/markdown from websites.
How to use Urlbox Full Page Screenshots?
To use Urlbox, install the necessary dependencies, obtain your API credentials from Urlbox, and set the required environment variables. You can then utilize the server's render tool to capture screenshots and convert web content.
Key features of Urlbox Full Page Screenshots?
- Capture screenshots in various formats (PNG, PDF, MP4, etc.)
- Convert web pages to HTML and markdown
- Extract metadata and cookies from web pages
- Save files locally with the option to store renders
Use cases of Urlbox Full Page Screenshots?
- Taking clean screenshots of websites without ads or cookie banners.
- Saving web pages as HTML and markdown for documentation.
- Generating PDFs of full web pages with outlines and tags.
FAQ from Urlbox Full Page Screenshots?
- How do I get started with Urlbox?
Sign up at urlbox.com to obtain your API credentials and follow the setup instructions.
- Can I customize the screenshots?
Yes! You can specify options to block ads and hide cookie banners when taking screenshots.
- What formats can I save the screenshots in?
You can save screenshots in formats like PNG, PDF, and more.
Server Config
{
"mcpServers": {
"urlbox": {
"command": "node",
"args": [
"<REPLACE_THIS_WITH_THE_PATH_TO_THIS_REPO>/build/index.js"
],
"env": {
"SECRET_KEY": "<REPLACE_WITH_YOUR_SECRET_KEY>"
}
}
}
}