Skip to main content
Glama
joinmassive

@joinmassive/mcp-server

Official
by joinmassive

Web fetch

web_fetch

Fetch any URL with JavaScript rendering, captcha solving, and geo-targeting. Returns Markdown for easy LLM consumption.

Instructions

Fetch any URL through Massive. Returns Markdown by default (best for LLM consumption); also supports rendered HTML and raw HTML. Handles JS rendering, captcha solving, and 195+ country geo-targeting.

Cost: 1 credit base. Multipliers stack:

  • difficulty=medium → 2×

  • difficulty=high → premium (higher multiplier; use only if low fails)

  • Geo-targeting (country/city) does not currently change cost.

Use expiration=0 for always-live data (prices, scores). Default expiration=1 (day) reuses cached results. Live pricing: https://joinmassive.com/pricing

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesURL to fetch (must be a valid http(s) URL)
formatNoOutput format. 'markdown' is best for LLM consumption.markdown
countryNoISO 3166-1 alpha-2 country code (e.g. 'US', 'DE')
cityNoCity name for geo-targeting
subdivisionNoISO 3166-2 subdivision code (e.g. 'TN' for Tennessee). Case-insensitive. Ignored if `city` is set.
deviceNoDevice emulation name (e.g. 'iphone-15')
expirationNoDays the cached result is reused (0 = always live; default 1).
difficultyNoAnti-bot evasion strength. Multipliers: low=1×, medium=2×, high=premium (further multiplier). Use higher only if low fails.low
Behavior5/5

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

With no annotations, the description fully discloses key behaviors: default output format, JS rendering, captcha solving, geo-targeting, cost structure (base 1 credit, multipliers for difficulty), caching via expiration, and a link to live pricing. No destructive behavior is indicated, which is consistent with a fetch tool.

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 compact yet comprehensive; it uses bullet-style formatting for cost multipliers to improve readability. Every sentence provides essential information without redundancy.

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?

Given the 8 parameters, 1 required, and no output schema, the description sufficiently covers what the tool returns (Markdown by default, with alternatives), how caching works, cost implications, and anti-bot handling. It is complete enough for an agent to invoke the tool correctly without additional information.

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

Parameters5/5

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

Schema description coverage is 100%, and the description adds significant value beyond the schema: it explains why Markdown is best for LLM, how difficulty multipliers work, that expiration=0 ensures live data, and that geo-targeting parameters (country/city) do not change cost. It also clarifies that subdivision is ignored when city is set.

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 uses specific verb+resource: 'Fetch any URL through Massive.' It clearly states the primary function and distinguishes from sibling tools like web_search, which searches the web rather than fetches specific URLs.

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 explicit guidance on format selection (Markdown best for LLM), difficulty escalation (start low, use higher if low fails), and expiration settings (0 for live data). It also explains cost multipliers. It could explicitly mention when not to use this tool (e.g., use web_search for general queries), but the context is sufficient for appropriate usage.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/joinmassive/mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server