mcp/oxylabs

Verified Publisher

By mcp

Updated 10 months ago

A Model Context Protocol (MCP) server that enables AI assistants like Claude to seamlessly access...

Image
Machine learning & AI
3

10K+

mcp/oxylabs repository overview

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?

MCP Info

AttributeDetails
Docker Imagemcp/oxylabs
Authoroxylabs
Repositoryhttps://github.com/oxylabs/oxylabs-mcp

Image Building Info

AttributeDetails
Dockerfilehttps://github.com/oxylabs/oxylabs-mcp/blob/0e738c89335e8e521a5b1b925f048ea075c8235b/Dockerfile
Commit0e738c89335e8e521a5b1b925f048ea075c8235b
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_variantboolean optionalTo get accurate pricing/buybox data, set this parameter to true.
currencystring optionalCurrency that will be used to display the prices.
domainstring optional
    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|string optional| 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|string optional| 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|string optional| 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|boolean optional|Should result be parsed. If the result is not parsed, the output_format parameter is applied. render|string optional| 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|string optional|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_idstring optionalSearch for items in a particular browse node (product category).
currencystring optionalCurrency that will be used to display the prices.
domainstring optional
    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|string optional| 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|string optional| 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|string optional|Search for items sold by a particular seller. output_format|string optional| 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|integer optional|Number of pages to retrieve. parse|boolean optional|Should result be parsed. If the result is not parsed, the output_format parameter is applied. render|string optional| Whether a headless browser should be used to render the page. For example: - 'html' when browser is required to render the page.

start_page|integer optional|Starting page number. user_agent_type|string optional|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_modeboolean optionalIf true will use the Google Ads source optimized for the paid ads.
domainstring optional
    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|string optional| 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|integer optional|Number of results to retrieve in each page. locale|string optional| 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|string optional| 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|integer optional|Number of pages to retrieve. parse|boolean optional|Should result be parsed. If the result is not parsed, the output_format parameter is applied. render|string optional| Whether a headless browser should be used to render the page. For example: - 'html' when browser is required to render the page.

start_page|integer optional|Starting page number. user_agent_type|string optional|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_locationstring optional
    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|string optional| 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|string optional| 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|string optional|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?

Install from MCP:Hub

Tag summary

Content type

Image

Digest

sha256:67085d076

Size

153.8 MB

Last updated

10 months ago

docker pull mcp/oxylabs

This week's pulls

Pulls:

931

Jul 6 to Jul 12