# mcp MCP server

Cloud-based web access with real browsers and JS rendering by ScrapingAnt

## Links
- Registry page: https://www.getdrio.com/mcp/com-scrapingant-mcp

## Install
- Endpoint: https://api.scrapingant.com/mcp/
- Auth: Not captured

## Setup notes
- Remote header: x-api-key
- Remote endpoint: https://api.scrapingant.com/mcp/
- Header: x-api-key

## Tools
- get_web_page_html - Fetch (scrape) a URL using ScrapingAnt and return the web page content as HTML.

Args:
    url: The URL of the page to extract (scrape).
    browser: Whether to use browser rendering. Default: True.
    proxy_type: Type of proxy to use. Default: 'datacenter'.
        Use 'residential' if you encounter anti-bot detection, which improves anti-bot avoidance.
    proxy_country: Optional ISO-3166 country code. Default: random worldwide proxy.
        Use when facing geo-restrictions. Available country codes: ae, au, br, ca, cn, cz, de, es, fr, gb, hk, id, il, in, it, jp, kr, my, nl, ph, pl, ru, sa, sg, th, us, vn. Endpoint: https://api.scrapingant.com/mcp/
- get_web_page_markdown - Fetch (scrape) a URL using ScrapingAnt and return the web page content as Markdown.

Args:
    url: The URL of the page to extract (scrape).
    browser: Whether to use browser rendering. Default: True.
    proxy_type: Type of proxy to use. Default: 'datacenter'.
        Use 'residential' if you encounter anti-bot detection, which improves anti-bot avoidance.
    proxy_country: Optional ISO-3166 country code. Default: random worldwide proxy.
        Use when facing geo-restrictions. Available country codes: ae, au, br, ca, cn, cz, de, es, fr, gb, hk, id, il, in, it, jp, kr, my, nl, ph, pl, ru, sa, sg, th, us, vn. Endpoint: https://api.scrapingant.com/mcp/
- get_web_page_text - Fetch (scrape) a URL using ScrapingAnt and return the web page content as plain text.

Args:
    url: The URL of the page to extract (scrape).
    browser: Whether to use browser rendering. Default: True.
    proxy_type: Type of proxy to use. Default: 'datacenter'.
        Use 'residential' if you encounter anti-bot detection, which improves anti-bot avoidance.
    proxy_country: Optional ISO-3166 country code. Default: random worldwide proxy.
        Use when facing geo-restrictions. Available country codes: ae, au, br, ca, cn, cz, de, es, fr, gb, hk, id, il, in, it, jp, kr, my, nl, ph, pl, ru, sa, sg, th, us, vn. Endpoint: https://api.scrapingant.com/mcp/

## Resources
- scrapingant://options - Official guide for solving scraping errors and configuring proxy parameters. MIME type: text/markdown

## Prompts
Not captured

## Metadata
- Owner: com.scrapingant
- Version: 1.0.0
- Runtime: Streamable Http
- Transports: HTTP
- License: Not captured
- Language: Not captured
- Stars: Not captured
- Updated: Feb 1, 2026
- Source: https://registry.modelcontextprotocol.io
