io.oxylabs/oxylabs-mcp
io.oxylabs/oxylabs-mcpFetch and process content from specified URLs & sources using the Oxylabs Web Scraper API.
Tools · 10
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…
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…
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,…
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 a json schema in openapi format.
Tool useful for mapping website's URLs.
Get a content of any webpage. Supports browser rendering, parsing of certain webpages and different output formats.
Scrape Google Search results. Supports content parsing, different user agent types, pagination, domain, geolocation, locale parameters and different output formats.
Scrape Amazon search results. Supports content parsing, different user agent types, pagination, domain, geolocation, locale parameters and different output formats. Supports Amazon specific parameter…
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…
Similar MCP servers embedding-nearest
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"
}
}
}