Skip to main content
Glama

Scrapiq

Server Details

Any URL to clean text, markdown, or JSON for LLM/RAG pipelines.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP · MCP 2025-06-18
URL
Repository
NG-PR0JECT/scrapiq-mcp-server
GitHub Stars
0
Server Listing
Scrapiq MCP Server

TDQS

A4/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of confusion between tools. The tool's purpose is clearly stated and unique within the server.

Naming Consistency5/5

The single tool name uses a clear verb_noun structure with the domain prefix, and there are no other names to create inconsistency.

Tool Count3/5

One tool is minimal but matches a focused single-purpose extraction service. However, the surface feels thin for a full platform, making the count borderline.

Completeness3/5

The extract tool covers the core extraction task, but lacks any additional operations like managing scrapers, configuring extraction rules, or querying API metadata. While not a dead end, the surface is notably limited.

Available Tools

1 tool
scrapiq_extractExtract a URL to clean contentAInspect

Extract a web page into clean, structured content for LLM/RAG pipelines via the Scrapiq API. Strips boilerplate, navigation, ads, and scripts. Returns title, content, links, and metadata.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesThe URL to extract
formatNoOutput format (default: markdown)
max_charsNoTruncate content to N chars (default: no truncation)

TDQS

A4/5.0
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses key behaviors (stripping boilerplate, returning structured fields) but omits details like authentication requirements, rate limits, or error handling. It also doesn't clarify that the operation is read-only, though that's implied. The description is honest but not exhaustive.

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 two sentences long, with the primary action and purpose in the first sentence. It is front-loaded with the core functionality and avoids unnecessary elaboration. Every word contributes to the tool's understanding.

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?

The description covers the essential information an agent needs: purpose, behavior, and return values. Since there's no output schema, it explicitly lists the returned fields. It lacks details on authentication, potential failures, or rate limits, but for a straightforward extraction tool with fully documented parameters, this is sufficient.

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?

The input schema has 100% description coverage, so the baseline is 3. The description adds no additional parameter semantics beyond what the schema already states (e.g., format, max_chars). It doesn't clarify defaults or edge cases, but that's adequately handled by the schema.

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 clearly states the tool's action (extract a web page), the resource (URL), and the intended use case (LLM/RAG pipelines). It also mentions what it removes (boilerplate, navigation, ads, scripts) and what it returns (title, content, links, metadata), making it unambiguous.

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 provides context on when to use the tool (for LLM/RAG pipelines needing clean content) but doesn't explicitly state when not to use it or mention alternatives. Since there are no sibling tools, the usage context is clear enough; however, it lacks explicit exclusions or prerequisites.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool update
    • First observedscrapiq_extract

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    D
    maintenance
    Converts URLs into clean, LLM-ready markdown, respecting robots.txt and never bypassing anti-bot measures or paywalls.
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Converts any URL into clean, LLM-ready Markdown, text, or HTML with production-grade features like SSRF protection, rate limiting, retries, caching, and structured error handling.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.