Skip to main content
Glama

Oxylabs MCP Server

Official
by oxylabs
from mcp.server.fastmcp import Context class MCPServerError(Exception): """Generic MCP server exception.""" async def process(self, ctx: Context) -> str: # type: ignore[type-arg] """Process exception.""" err = str(self) await ctx.error(err) return err

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