Oxylabs

Oxylabs

A Model Context Protocol (MCP) server that enables AI assistants like Claude to seamlessly access web data through Oxylabs' powerful web scraping technology.

2.7K

4 Tools

Packaged by
Requires Configuration
Requires Secrets
Add to Docker Desktop

Version 4.43 or later needs to be installed to add the server automatically

About

Oxylabs MCP Server

A Model Context Protocol (MCP) server that enables AI assistants like Claude to seamlessly access web data through Oxylabs' powerful web scraping technology.

What is an MCP Server?

Characteristics

AttributeDetails
Docker Imagemcp/oxylabs
Authoroxylabs
Repositoryhttps://github.com/oxylabs/oxylabs-mcp
Dockerfilehttps://github.com/oxylabs/oxylabs-mcp/blob/main/Dockerfile
Docker Image built byDocker Inc.
Docker Scout Health ScoreDocker Scout Health Score
Verify SignatureCOSIGN_REPOSITORY=mcp/signatures cosign verify mcp/oxylabs --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub
LicenceMIT License

Available Tools (4)

Tools provided by this ServerShort Description
amazon_product_scraperScrape Amazon products.
amazon_search_scraperScrape Amazon search results.
google_search_scraperScrape Google Search results.
universal_scraperGet a content of any webpage.

Tools Details

Tool: 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 and getting more accurate pricing data with auto select variant.

ParametersTypeDescription
querystringKeyword to search for.
autoselect_variantbooleanoptionalTo get accurate pricing/buybox data, set this parameter to true.
currencystringoptionalCurrency that will be used to display the prices.
domainstringoptional
    Domain localization for Google.
    Use country top level domains.
    For example:
        - 'co.uk' for United Kingdom
        - 'us' for United States
        - 'fr' for France
    

geo_location|stringoptional| The geographical location that the result should be adapted for. Use ISO-3166 country codes. Examples: - 'California, United States' - 'Mexico' - 'US' for United States - 'DE' for Germany - 'FR' for France

locale|stringoptional| Set 'Accept-Language' header value which changes your Google search page web interface language. Examples: - 'en-US' for English, United States - 'de-AT' for German, Austria - 'fr-FR' for French, France

output_format|stringoptional| The format of the output. Works only when parse parameter is false. - links - Most efficient when the goal is navigation or finding specific URLs. Use this first when you need to locate a specific page within a website. - md - Best for extracting and reading visible content once you've found the right page. Use this to get structured content that's easy to read and process. - html - Should be used sparingly only when you need the raw HTML structure, JavaScript code, or styling information.

parse|booleanoptional|Should result be parsed. If the result is not parsed, the output_format parameter is applied. render|stringoptional| Whether a headless browser should be used to render the page. For example: - 'html' when browser is required to render the page.

user_agent_type|stringoptional|Device type and browser that will be used to determine User-Agent header value.

This tool is read-only. It does not modify its environment.


Tool: 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 parameters such as category id, merchant id, currency.

ParametersTypeDescription
querystringKeyword to search for.
category_idstringoptionalSearch for items in a particular browse node (product category).
currencystringoptionalCurrency that will be used to display the prices.
domainstringoptional
    Domain localization for Google.
    Use country top level domains.
    For example:
        - 'co.uk' for United Kingdom
        - 'us' for United States
        - 'fr' for France
    

geo_location|stringoptional| The geographical location that the result should be adapted for. Use ISO-3166 country codes. Examples: - 'California, United States' - 'Mexico' - 'US' for United States - 'DE' for Germany - 'FR' for France

locale|stringoptional| Set 'Accept-Language' header value which changes your Google search page web interface language. Examples: - 'en-US' for English, United States - 'de-AT' for German, Austria - 'fr-FR' for French, France

merchant_id|stringoptional|Search for items sold by a particular seller. output_format|stringoptional| The format of the output. Works only when parse parameter is false. - links - Most efficient when the goal is navigation or finding specific URLs. Use this first when you need to locate a specific page within a website. - md - Best for extracting and reading visible content once you've found the right page. Use this to get structured content that's easy to read and process. - html - Should be used sparingly only when you need the raw HTML structure, JavaScript code, or styling information.

pages|integeroptional|Number of pages to retrieve. parse|booleanoptional|Should result be parsed. If the result is not parsed, the output_format parameter is applied. render|stringoptional| Whether a headless browser should be used to render the page. For example: - 'html' when browser is required to render the page.

start_page|integeroptional|Starting page number. user_agent_type|stringoptional|Device type and browser that will be used to determine User-Agent header value.

This tool is read-only. It does not modify its environment.


Tool: google_search_scraper

Scrape Google Search results.

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

ParametersTypeDescription
querystringURL-encoded keyword to search for.
ad_modebooleanoptionalIf true will use the Google Ads source optimized for the paid ads.
domainstringoptional
    Domain localization for Google.
    Use country top level domains.
    For example:
        - 'co.uk' for United Kingdom
        - 'us' for United States
        - 'fr' for France
    

geo_location|stringoptional| The geographical location that the result should be adapted for. Use ISO-3166 country codes. Examples: - 'California, United States' - 'Mexico' - 'US' for United States - 'DE' for Germany - 'FR' for France

limit|integeroptional|Number of results to retrieve in each page. locale|stringoptional| Set 'Accept-Language' header value which changes your Google search page web interface language. Examples: - 'en-US' for English, United States - 'de-AT' for German, Austria - 'fr-FR' for French, France

output_format|stringoptional| The format of the output. Works only when parse parameter is false. - links - Most efficient when the goal is navigation or finding specific URLs. Use this first when you need to locate a specific page within a website. - md - Best for extracting and reading visible content once you've found the right page. Use this to get structured content that's easy to read and process. - html - Should be used sparingly only when you need the raw HTML structure, JavaScript code, or styling information.

pages|integeroptional|Number of pages to retrieve. parse|booleanoptional|Should result be parsed. If the result is not parsed, the output_format parameter is applied. render|stringoptional| Whether a headless browser should be used to render the page. For example: - 'html' when browser is required to render the page.

start_page|integeroptional|Starting page number. user_agent_type|stringoptional|Device type and browser that will be used to determine User-Agent header value.

This tool is read-only. It does not modify its environment.


Tool: universal_scraper

Get a content of any webpage.

Supports browser rendering, parsing of certain webpages and different output formats.

ParametersTypeDescription
urlstringWebsite url to scrape.
geo_locationstringoptional
    The geographical location that the result should be adapted for.
    Use ISO-3166 country codes.
    Examples:
        - 'California, United States'
        - 'Mexico'
        - 'US' for United States
        - 'DE' for Germany
        - 'FR' for France
    

output_format|stringoptional| The format of the output. Works only when parse parameter is false. - links - Most efficient when the goal is navigation or finding specific URLs. Use this first when you need to locate a specific page within a website. - md - Best for extracting and reading visible content once you've found the right page. Use this to get structured content that's easy to read and process. - html - Should be used sparingly only when you need the raw HTML structure, JavaScript code, or styling information.

render|stringoptional| Whether a headless browser should be used to render the page. For example: - 'html' when browser is required to render the page.

user_agent_type|stringoptional|Device type and browser that will be used to determine User-Agent header value.

This tool is read-only. It does not modify its environment.


Use this MCP Server

{
  "mcpServers": {
    "oxylabs": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "OXYLABS_USERNAME",
        "-e",
        "OXYLABS_PASSWORD",
        "mcp/oxylabs"
      ],
      "env": {
        "OXYLABS_USERNAME": "YOUR_USERNAME_HERE",
        "OXYLABS_PASSWORD": "YOUR_PASSWORD_HERE"
      }
    }
  }
}

Why is it safer to run MCP Servers with Docker?

Manual installation

You can install the MCP server using:

Installation for

Related servers