Skip to main content
Glama
MetaliftAI

metalift-mcp

Official
by MetaliftAI

Scrape URL

metalift_scrape
Read-only

Turn a single URL into clean markdown, HTML, or text, handling WAF, SPA, and e-commerce pages via auto strategy and proxy options for AI-ready content.

Instructions

Scrape a single URL into markdown, HTML, or text. Default: fast static article path (1 credit, response_detail=compact). E-commerce hosts auto-route to retail/residential. Pass strategy=auto for WAF/SPA pages. Fetch metalift://agent-guide for session workflow. You are solely responsible for complying with website terms, robots.txt, copyright, and data protection laws when using scraped content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYesPage URL to scrape
proxyNoProxy tier; default direct for static pages
renderNoRender mode; default static for plain URLs
cookiesNoSession cookies (name→value). Routes through Playwright browser session + proxy — not static HTTP. Prefer metalift_seed_session for reuse.
formatsNoOutput formats; default markdown only
headersNoExtra request headers. Pass User-Agent from the user's browser when using cookie_header so the session fingerprint matches.
strategyNoScrape strategy: auto, article, spa, cloudflare, authenticated, listing, retail, jsonld, download, raw, or comma-separated chain. Use download for full static HTML. See /v1/strategies for protection levels and credit estimates.
wait_forNoCSS selector to wait for before scraping
screenshotNoCapture page screenshot (adds cost)
timeout_msNoPer-attempt timeout in milliseconds
cookie_headerNoRaw Cookie header from DevTools. Routes through Playwright + sticky proxy to preserve browser TLS fingerprint. Prefer metalift_seed_session with storage_state for repeat scrapes.
response_detailNoResponse depth: compact (default, ~16k chars, no links), standard (full markdown + capped links), full (complete JSON).
only_main_contentNoExtract main article content only (default true)
Behavior4/5

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

Annotations already indicate readOnlyHint and openWorldHint, and the description adds useful behavioral context: default credit cost, response_detail default, e-commerce auto-routing, and a compliance responsibility warning. It doesn't describe error behavior or exact output structure, but the added context is meaningful.

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?

Four sentences, each carrying actionable information. It is front-loaded with the purpose and has no filler, making it easy to scan and process.

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?

With 13 parameters and no output schema, the description doesn't spell out the exact response envelope, but the detailed parameter schema and the response_detail parameter description fill most of that gap. It's sufficiently complete for a competent agent to use correctly.

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?

Input schema covers 100% of parameters, but the description enriches key ones by explaining the default static article path, response_detail=compact as default, and when to use strategy=auto. This goes beyond the schema entries.

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 action: 'Scrape a single URL into markdown, HTML, or text.' This clearly identifies the tool's purpose and distinguishes it from sibling tools like metalift_batch_scrape, metalift_crawl, and metalift_sitemap by emphasizing the single-URL scope.

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?

It provides clear context on when to use the default static path, e-commerce routing, and strategy=auto for WAF/SPA pages. However, it doesn't explicitly state when to prefer siblings like batch_scrape or crawl over this tool.

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/MetaliftAI/metalift-mcp'

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