Skip to main content
Glama

Oxylabs MCP Server

Official
by oxylabs
exceptions.py279 B
from fastmcp.server.dependencies import get_context class MCPServerError(Exception): """Generic MCP server exception.""" async def process(self) -> str: """Process exception.""" err = str(self) await get_context().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