Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.oxylabs/oxylabs-mcp

io.oxylabs/oxylabs-mcp

Fetch and process content from specified URLs & sources using the Oxylabs Web Scraper API.

Uptime
100.0%
1 direct probes · 30d
Response
528ms
last probe
Tools
10
callable
Resources
0
readable
Prompts
0
available

Tools · 10

ai_crawler

Tool useful for crawling a website from starting url and returning data in a specified format. Schema is required only if output_format is json, csv or toon. 'render_javascript' is used to render jav…

ai_scraper

Scrape the contents of the web page and return the data in the specified format. Schema is required only if output_format is json or csv. 'render_javascript' is used to render javascript heavy websit…

ai_browser_agent

Run the browser agent and return the data in the specified format. This tool is useful if you need navigate around the website and do some actions. It allows navigating to any url, clicking on links,…

ai_search

Search the web based on a provided query. 'return_content' is used to return markdown content for each search result. If 'return_content' is set to True, you don't need to use ai_scraper to get t…

generate_schema

Generate a json schema in openapi format.

ai_map

Tool useful for mapping website's URLs.

universal_scraper

Get a content of any webpage. Supports browser rendering, parsing of certain webpages and different output formats.

google_search_scraper

Scrape Google Search results. Supports content parsing, different user agent types, pagination, domain, geolocation, locale parameters and different output formats.

amazon_search_scraper

Scrape Amazon search results. Supports content parsing, different user agent types, pagination, domain, geolocation, locale parameters and different output formats. Supports Amazon specific parameter…

amazon_product_scraper

Scrape Amazon products. Supports content parsing, different user agent types, domain, geolocation, locale parameters and different output formats. Supports Amazon specific parameters such as currency…

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.oxylabs/oxylabs-mcp": {
      "url": "https://mcp.oxylabs.io/mcp",
      "transport": "streamable-http"
    }
  }
}