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
runtime: "container"
build:
dockerfile: "Dockerfile"
dockerBuildPath: "."
startCommand:
type: "http"
configSchema:
type: "object"
properties:
oxylabsUsername:
type: "string"
description: "Oxylabs username"
oxylabsPassword:
type: "string"
description: "Oxylabs password"
oxylabsAiStudioApiKey:
type: "string"
description: "Oxylabs AI Studio api key"
required: []
exampleConfig:
oxylabsUsername: "Your Oxylabs username"
oxylabsPassword: "Your Oxylabs password"
oxylabsAiStudioApiKey: "Your Oxylabs AI Studio api key"