Skip to main content
Glama

scrapeunblocker-mcp-remote

Server Details

Fetch any web page's HTML, AI-parsed JSON, or Google results via the ScrapeUnblocker anti-bot API

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
ScrapeUnblocker/scrapeunblocker-mcp-remote
GitHub Stars
0
Server Listing
ScrapeUnblocker Remote MCP Server

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 3.9/5 across 3 of 3 tools scored.

Server CoherenceA
Disambiguation5/5

Each tool has a distinct purpose: fetch_html returns raw HTML, fetch_parsed returns structured JSON, and google_search performs a search. No ambiguity.

Naming Consistency5/5

All tools follow a consistent verb_noun pattern with underscores (fetch_html, fetch_parsed, google_search).

Tool Count5/5

3 tools is appropriate for a focused web scraping utility, covering the core needs without excess.

Completeness4/5

Covers essential scraping operations and search, but lacks advanced options like custom wait times or headers. Still well-scoped for the stated purpose.

Available Tools

3 tools
fetch_htmlFetch page HTMLA
Read-only
Inspect

Fetch the fully rendered HTML of any web page through the ScrapeUnblocker API (https://developers.scrapeunblocker.com), bypassing anti-bot protection (Cloudflare, DataDome, PerimeterX, Akamai, Shape). Use when a normal fetch is blocked (403/429, captcha) or the page needs a real browser. Returns raw HTML.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesThe absolute URL to fetch (http/https).
wait_valueNoThe selector/expression paired with wait_method.
wait_methodNoOptional render-wait: 'css' selector or 'js' expression.
proxy_countryNoOptional ISO country code to route through, e.g. 'US'.
sleep_secondsNoExtra seconds to wait after load.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations declare readOnlyHint and openWorldHint. The description adds significant behavioral detail beyond annotations: it uses a third-party API (ScrapeUnblocker), performs JavaScript rendering to get fully rendered HTML, and bypasses specific anti-bot protections. No contradictions with annotations, but could mention rate limits or error handling.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is three sentences, front-loaded with purpose, followed by usage guidance and output. Every sentence adds value with zero redundancy. Extremely concise.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given 5 parameters and no output schema, the description covers purpose, usage, and key behaviors. It references the external API docs for more detail. Missing details like authentication or error handling, but still largely complete for a standalone tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is 100%, so the baseline is 3. The description adds no extra meaning to parameters beyond what the schema provides (e.g., wait_method, proxy_country). The tool-level description of rendering and anti-bot bypass is helpful but does not enhance parameter understanding.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description explicitly states the tool fetches the fully rendered HTML of any web page, bypassing anti-bot protections. It clearly distinguishes its purpose from siblings (e.g., fetch_parsed likely returns parsed data) and provides concrete usage scenarios (when normal fetch is blocked or page needs a real browser).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description gives clear usage guidance: use when a normal fetch is blocked (403/429, captcha) or the page needs a real browser. It names specific anti-bot services bypassed, but does not explicitly contrast with sibling tools like fetch_parsed, which would strengthen guidance further.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

fetch_parsedFetch AI-parsed page dataA
Read-only
Inspect

Fetch a web page through the ScrapeUnblocker API (https://developers.scrapeunblocker.com) and return AI-parsed structured JSON instead of raw HTML (product details, article content, listings).

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesThe absolute URL to fetch and parse.
proxy_countryNoOptional ISO country code, e.g. 'US'.
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Annotations already provide readOnlyHint=true and openWorldHint=true. Description adds that it uses the ScrapeUnblocker API and returns AI-parsed JSON with examples, but does not disclose rate limits, authentication needs, or potential failure modes. With annotations covering safety profile, the description adds moderate context beyond annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Single sentence is concise, front-loaded with the core action and output format, and every part earns its place with no redundancy or fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool has two parameters, no output schema, and annotations providing safety context, the description adequately covers its purpose and output type with examples. It does not explain error handling or output shape detail, but this is acceptable for the complexity level.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Both parameters have descriptions in the input schema (url and proxy_country) with 100% coverage. The tool description does not add any additional meaning or context to the parameters beyond what the schema already provides.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description clearly states the verb 'fetch' and resource 'web page', specifies output as 'AI-parsed structured JSON' with examples (product details, article content, listings), and distinguishes from sibling 'fetch_html' which returns raw HTML.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Description indicates when to use this tool (when you want structured data instead of raw HTML) but does not explicitly state when not to use or directly compare to alternatives like 'fetch_html' or 'google_search'. Context is clear but exclusions are missing.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.