Skip to main content
Glama

MCPFax Web Extract

Server Details

Read any web page as clean text for a prompt, or list every link on it.

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
URL

Available Tools

4 tools
demand_reportWhat agents are asking for most (free)BInspect

FREE, no payment. The aggregate of what agents have told us they are looking for, most-requested first, with the categories nothing available yet serves.

ParametersJSON Schema
NameRequiredDescriptionDefault
daysNoWindow in days, default 30, max 90.

TDQS

B3.3/5.0
Behavior3/5

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

With no annotations available, the description carries the burden of explaining behavior. It usefully discloses the ordering ('most-requested first'), the aggregate nature of the data, and that it includes categories where nothing available yet serves. However, it does not clarify whether this is a read-only operation or describe any properties of the returned data beyond the ordering and category scope.

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

Conciseness3/5

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

The description is short, but the first sentence is a fragment and the final phrase 'with the categories nothing available yet serves' is grammatically awkward and harder to parse than it should be. The 'FREE, no payment' opener is somewhat redundant with the title's 'free' suffix. Still, most sentences add some value and length is appropriate.

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

Completeness3/5

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

For a single-optional-parameter report tool, the description covers the main subject and ordering but leaves the returned value's shape unspecified. Since there is no output schema, another sentence explaining what fields or list items appear would help an agent know what to expect. The description is sufficient for a basic call but not rich enough to be considered complete.

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 schema fully documents the only parameter ('days') with meaning, default, and maximum, so the baseline is 3. The description adds nothing beyond the schema for the parameter, which is acceptable given the high schema coverage. No additional parameter-level semantic burden falls on the description.

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

Purpose4/5

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

The description clearly conveys that the tool reports an aggregate of what agents are asking for, sorted by demand, and includes categories with no available supply. The verb is implied rather than explicit ('aggregate of...'), but the resource and purpose are unmistakable. It does not explicitly contrast with siblings, so it is clear but not fully differentiated.

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

Usage Guidelines3/5

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

The description implies the tool should be used when someone wants to know what agents are seeking, especially where demand exists but supply does not. It provides no explicit when-to-use or when-not-to-use guidance, and it does not mention alternatives such as request_data. The 'FREE, no payment' note gives some cost context but not full routing direction.

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

read_pageRead a web page as clean textAInspect

Fetch a URL and return its readable text with scripts, styles, navigation and markup stripped, plus the title, description, site name and publication date from the page's own metadata. Use whenever you need the contents of a page rather than a search result about it. Output is capped so it fits a prompt — raise maxChars if you need more. JavaScript is not executed, so a page that renders entirely client-side returns its shell, and the character count tells you when that happened. A site that blocks automated clients is reported honestly and is NOT charged. Costs $0.008 USDC per call via x402 on Base.

ParametersJSON Schema
NameRequiredDescriptionDefault
urlYesAbsolute http(s) URL of the page to read.
maxCharsNoMaximum characters of text to return. Default 12000, maximum 60000.

TDQS

A4.5/5.0
Behavior5/5

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

No annotations are provided, so the description carries the full behavioral burden. It richly discloses multiple non-obvious traits: JavaScript is not executed, client-side rendered pages return their shell, blocked sites are reported honestly and not charged, and output is capped. This is exemplary transparency.

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?

Every sentence earns its place: the first states the core action and result, and the rest covers usage context, limits, behavioral caveats, and cost. The most important information is front-loaded, and there is no filler.

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

Completeness5/5

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

No annotations or output schema exist, yet the description sufficiently covers input expectations, output content and limits, failure behavior, and cost. For a two-parameter read tool, nothing essential is missing for an agent to select and invoke it correctly.

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 description coverage is 100%, so the baseline is 3. The description adds practical context around maxChars by explaining why it exists ('Output is capped so it fits a prompt — raise maxChars if you need more'), but the schema already documents both parameters adequately.

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 opens with a specific verb and resource — 'Fetch a URL and return its readable text' — and enumerates what is stripped and what metadata is returned. This clearly distinguishes the tool from general search or raw HTTP retrieval.

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 explicit guidance on when to use the tool: 'Use whenever you need the contents of a page rather than a search result about it.' It does not explicitly name sibling alternatives or state when not to use them, but the intended context is clear.

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

request_dataTell us what data you are looking for (free)AInspect

FREE, no payment. Describe in your own words the data you are trying to buy — anything, not just web pages — and get back whether we operate a service that supplies it, with the MCP endpoint if so. Every request is catalogued so repeatedly-requested data gets built. Nothing identifying is stored, only the words of the request.

ParametersJSON Schema
NameRequiredDescriptionDefault
needYesWhat you are looking for.

TDQS

A4.1/5.0
Behavior4/5

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

With no annotations provided, the description carries the full behavioral disclosure burden and does so well: it states the tool is free ('no payment'), that requests are catalogued for future data-building, that nothing identifying is stored, and that the response indicates service availability plus endpoint. It stops short of describing the exact behavior when no matching service exists, but the core traits are disclosed.

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

Conciseness4/5

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

Three sentences, each earning its place: cost, function/response, and privacy/cataloging behavior. The key differentiator ('FREE, no payment') is front-loaded, and the purpose statement precedes the caveats. Slightly verbose in the middle section, but well-organized.

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?

For a simple single-parameter tool with no output schema and no annotations, the description covers what an agent needs: what to submit, what to expect back (availability + endpoint), and behavioral caveats (cataloguing, privacy). The only gap is the precise response structure when the service does not supply the requested data, which the absent output schema forces the description to carry.

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

Parameters4/5

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

Schema coverage is 100% and the schema already documents 'need' with an example. The description adds meaning beyond the schema by specifying that the input is freeform natural language ('in your own words') and that it accepts any data type, not just web pages, which clarifies the expected input format and scope.

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 states a specific action and resource: describe the data you want and receive whether the service supplies it plus the MCP endpoint. It clearly distinguishes itself from the page-focused siblings (read_page, page_links) by emphasizing 'anything, not just web pages', and the title reinforces the free-form request nature.

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

Usage Guidelines3/5

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

Usage context is implied rather than explicit. 'Anything, not just web pages' signals the agent this is the general-purpose discovery tool and contrasts with the page-oriented siblings, but no sibling is named and there is no explicit when-to-use/when-not-to-use guidance or exclusion statement.

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. Dates show when Glama detected each change.

  1. 4 tool updates
    • Changeddemand_report1 field changed
      • addedInput schema / properties / days / examples
        Added value: +[
        +  "30"
        +]
    • Changedpage_links1 field changed
      • addedInput schema / properties / url / examples
        Added value: +[
        +  "https://blog.rust-lang.org"
        +]
    • Changedread_page2 fields changed
      • addedInput schema / properties / maxChars / examples
        Added value: +[
        +  "12000"
        +]
      • addedInput schema / properties / url / examples
        Added value: +[
        +  "https://en.wikipedia.org/wiki/Web_scraping"
        +]
    • Changedrequest_data1 field changed
      • addedInput schema / properties / need / examples
        Added value: +[
        +  "live electricity spot prices by ZIP"
        +]
  2. 4 tool updates
    • First observeddemand_report
    • First observedpage_links
    • First observedread_page
    • First observedrequest_data

Frequently Asked Questions

Discussions

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

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

TDQS

A3.9/5.0
Disambiguation5/5

Each tool has a clearly distinct role: read_page extracts page content, page_links extracts hyperlinks, request_data submits a data request, and demand_report reads aggregate demand. There is no real overlap that would cause an agent to pick the wrong tool.

Naming Consistency3/5

All names are lowercase snake_case two-word names, which helps, but the pattern is mixed: read_page and request_data are verb-object while page_links and demand_report are noun-noun. The set is readable but does not follow a single predictable naming convention.

Tool Count5/5

Four tools is a well-scoped size for a focused web-extraction and data-request server. Each tool earns its place and none feel redundant or missing as a category.

Completeness4/5

The core web extract loop is covered with page_links for navigation and read_page for content, plus demand_report and request_data for the data marketplace side. Minor gaps exist such as no batch/pagination handling or JS rendering, but those are explicitly out of scope and workable.

Resources