← Back to Plugins
MCP Server MCP

io.oxylabs/oxylabs-mcp

github By github 👁 2 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

uvx oxylabs-mcp

Configuration Example

{
  "remotes": [
    {
      "type": "streamable-http",
      "url": "https://mcp.oxylabs.io/mcp",
      "headers": [
        {
          "description": "HTTP Basic auth with your Oxylabs Web Scraper API username and password: 'Basic <base64(username:password)>'",
          "isSecret": true,
          "name": "Authorization"
        },
        {
          "description": "Your Oxylabs AI Studio API key",
          "isSecret": true,
          "name": "X-Oxylabs-AI-Studio-Api-Key"
        }
      ]
    }
  ],
  "packages": [
    {
      "registryType": "pypi",
      "identifier": "oxylabs-mcp",
      "version": "0.9.1",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Your Oxylabs username",
          "format": "string",
          "isSecret": true,
          "name": "OXYLABS_USERNAME"
        },
        {
          "description": "Your Oxylabs password",
          "format": "string",
          "isSecret": true,
          "name": "OXYLABS_PASSWORD"
        },
        {
          "description": "Your Oxylabs AI Studio api key",
          "format": "string",
          "isSecret": true,
          "name": "OXYLABS_AI_STUDIO_API_KEY"
        }
      ]
    }
  ]
}
mcp model-context-protocol streamable-http pypi

Comments

Sign in to leave a comment

Loading comments...