All servers

oxylabs-mcp

Python

oxylabs

Official Oxylabs MCP integration

101Pushed 6/8/2026View on GitHub
74

Score Breakdown

Authentication35/35
Static Analysis25/30
Dependencies4/25
Maintenance10/10

Authentication

Tier A — OAuth 2.0 / OIDC

Full OAuth 2.0 with authorization code flow, PKCE, or OIDC. Best-in-class authentication.

Last scanned 6/18/2026

Security Findings(37)

LOW

Possible hardcoded password: 'oxylabs_password'

./tests/conftest.py:37

LOW

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

./tests/e2e/test_call_tools.py:42

LOW

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

./tests/e2e/test_llm_agent.py:157

LOW

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

./tests/e2e/test_llm_agent.py:159

LOW

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

./tests/e2e/test_llm_agent.py:160

LOW

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

./tests/e2e/test_llm_agent.py:162

LOW

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

./tests/e2e/test_llm_agent.py:178

LOW

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

./tests/e2e/test_llm_agent.py:181

LOW

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

./tests/e2e/test_llm_agent.py:182

LOW

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

./tests/e2e/test_llm_agent.py:186

LOW

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

./tests/e2e/test_llm_agent.py:187

LOW

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

./tests/integration/test_ai_studio_tools.py:45

LOW

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

./tests/integration/test_ai_studio_tools.py:91

LOW

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

./tests/integration/test_ai_studio_tools.py:136

LOW

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

./tests/integration/test_ai_studio_tools.py:187

LOW

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

./tests/integration/test_ai_studio_tools.py:232

LOW

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

./tests/integration/test_ai_studio_tools.py:266

LOW

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

./tests/integration/test_scraper_tools.py:44

LOW

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

./tests/integration/test_scraper_tools.py:47

LOW

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

./tests/integration/test_scraper_tools.py:83

LOW

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

./tests/integration/test_scraper_tools.py:90

LOW

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

./tests/integration/test_scraper_tools.py:113

LOW

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

./tests/integration/test_scraper_tools.py:114

LOW

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

./tests/integration/test_scraper_tools.py:153

LOW

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

./tests/integration/test_scraper_tools.py:160

LOW

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

./tests/integration/test_scraper_tools.py:195

LOW

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

./tests/integration/test_scraper_tools.py:202

LOW

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

./tests/integration/test_server.py:58

LOW

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

./tests/integration/test_server.py:64

LOW

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

./tests/integration/test_server.py:131

LOW

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

./tests/integration/test_server.py:138

LOW

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

./tests/unit/test_utils.py:34

LOW

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

./tests/unit/test_utils.py:35

LOW

Possible hardcoded password: 'test_pass'

./tests/unit/test_utils.py:16

LOW

Possible hardcoded password: 'test_pass'

./tests/unit/test_utils.py:20

LOW

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

./tests/unit/test_utils.py:51

LOW

Use of assert detected. The enclosed code will be removed when compiling to optimised byte code.

./tests/unit/test_utils.py:70

Claude Desktop Config

Add this to your claude_desktop_config.json:

{
  "mcpServers": {
    "oxylabs-mcp": {
      "command": "python",
      "args": [
        "-m",
        "oxylabs-mcp"
      ]
    }
  }
}

Refer to the repo README for exact installation instructions.