OX

Oxylabs

Created 6 months ago

The missing link between AI models and the real‑world web: one API that delivers clean, structured data from any site.

development location documentation public web scraping AI

What is Oxylabs?

Scrape websites with Oxylabs Web API, supporting dynamic rendering and parsing for structured data extraction.

Documentation

Overview

The Oxylabs MCP server provides a bridge between AI models and the web. It enables them to scrape any URL, render JavaScript-heavy pages, extract and format content for AI use, bypass anti-scraping measures, and access geo-restricted web data from 195+ countries. This implementation leverages the Model Context Protocol (MCP) to create a secure, standardized way for AI assistants to interact with web content.

Key Features

  • Scrape content from any site
  • Automatically get AI-ready data
  • Bypass blocks & geo-restrictions
  • Flexible setup & cross-platform support
  • Built-in error handling and request management

API Parameters

  • url: The URL to scrape
  • render: Use headless browser rendering
  • geo_location: Sets the proxy's geo location to retrieve data.
  • user_agent_type: Device type and browser
  • output_format: The format of the output

Environment variables

  • OXYLABS_USERNAME: Your Oxylabs Web Scraper API username
  • OXYLABS_PASSWORD: Your Oxylabs Web Scraper API password
  • OXYLABS_AI_STUDIO_API_KEY: Your Oxylabs AI Studio API key
  • LOG_LEVEL: Log level for the logs returned to the client

License

Distributed under the MIT License.

Server Config

{
  "mcpServers": {
    "oxylabs-server": {
      "command": "npx",
      "args": [
        "oxylabs"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: Yes
Global: Yes
Official: Yes

Project Info

Hosted Featured
Created At: May 23, 2025
Updated At: Aug 07, 2025
Author: Oxylabs
Category: official
License: MIT License
Tags:
development location documentation