Skip to main content
Glama

Oxylabs MCP Server

Official
by oxylabs
src_dir := src/ test_dir := tests/ current_dir = $(shell pwd) python ?= python3 virtualenv_dir ?= .venv .PHONY: install_deps install_deps: $(virtualenv_dir) uv sync --group dev .PHONY: lint lint: install_deps uv run black --check . uv run mypy $(src_dir) uv run ruff check .PHONY: format format: $(virtualenv_dir) uv run black . uv run ruff check --fix . .PHONY: test test: install_deps uv run pytest --cov=src --cov-report xml --cov-report term --cov-fail-under=90 tests/unit tests/integration .PHONY: test-e2e test-e2e: uv sync --group dev --group e2e-tests uv run pytest --cov=src --cov-report xml --cov-report term tests/e2e .PHONY: run run: install_deps npx @modelcontextprotocol/inspector \ uv \ --directory $(current_dir) \ run \ oxylabs-mcp $(virtualenv_dir): $(python) -m venv $@ --symlinks

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/oxylabs/oxylabs-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server