Skip to main content
Glama
GrabzIt

GrabzIt MCP Server

Official
by GrabzIt

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
GRABZIT_APP_KEYYesYour GrabzIt Application Key.
GRABZIT_APP_SECRETYesYour GrabzIt Application Secret.

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
grabzit_inspect_urlB

Captures a screenshot of a URL and returns it as an image that the AI can see.

grabzit_scrape_htmlA

Extracts fully-rendered HTML from a URL after JavaScript executes.

grabzit_convert_urlC

Converts a URL to an Image, PDF, or DOCX.

grabzit_convert_htmlC

Converts raw HTML string to an Image, PDF, or DOCX.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.4/5.0

Scored across 4 tools

Disambiguation4/5

The tools are mostly distinct: scrape_html extracts HTML, inspect_url captures a screenshot, and convert_url/convert_html convert to Image/PDF/DOCX. However, convert_url to image and inspect_url both produce images, which could cause minor confusion in tool selection.

Naming Consistency5/5

All tool names follow a consistent grabzit_<verb>_<object> pattern (scrape_html, inspect_url, convert_url, convert_html). The verbs and objects are uniform, making the naming highly predictable.

Tool Count5/5

With only 4 tools, the server is well-scoped for a web scraping and conversion service. Each tool covers a distinct conversion or extraction need without unnecessary bloat.

Completeness4/5

The tool set covers key operations: HTML scraping, URL inspection, and conversion from both URL and raw HTML. Minor gaps exist such as no explicit text extraction or batch processing, but the core workflow for the domain is well-covered.

Maintenance

ActivitySlowing
ResponsivenessNo issues