Skip to main content
Glama

Oxylabs MCP Server

Official
by oxylabs
name: Publish Python 🐍 distributions 📦 to PyPI on: push: tags: - 'v[0-9]+.[0-9]+.[0-9]+' jobs: build-n-publish: name: Build and publish Python distribution to PyPI runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Set up Python uses: actions/setup-python@v2 with: python-version: 3.12 - name: Install uv run: | pip install uv - name: Install dependencies run: | uv sync --no-dev - name: Build a dist package run: uv build - name: Publish distribution to PyPI uses: pypa/gh-action-pypi-publish@release/v1 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}

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