ozon-mcp-server
Verified Safeby eduard256
Overview
Provides an MCP-compliant server for AI assistants to programmatically interact with Ozon.ru, enabling product search, detail retrieval, and delivery information.
Installation
npm startEnvironment Variables
- PORT
Security Notes
The server uses Playwright to automate a headless browser, which is a controlled environment. No 'eval' or malicious patterns were found. CORS is set to '*' to facilitate local client integration, which means it will accept requests from any origin; this is standard for local tools but should be noted if deployed publicly. Each request (search, details, etc.) launches a new browser instance, which is inefficient but a design choice to bypass Ozon's antibot measures. There are no hardcoded secrets or obvious vulnerabilities within the provided code.
Similar Servers
playwright-mcp
Provides a Model Context Protocol (MCP) server for LLMs to automate browser interactions using Playwright's accessibility tree, avoiding pixel-based vision models.
crawl-mcp
A comprehensive Model Context Protocol (MCP) server that wraps the crawl4ai library for advanced web crawling, content extraction, and AI-powered summarization from various sources including web pages, PDFs, Office documents, and YouTube videos.
fetcher-mcp
Fetching and processing web page content (HTML to Markdown) using a headless browser for AI-driven applications.
playwright-mcp-server
Provides a robust, token-aware Playwright browser automation server for Large Language Models (LLMs) and coding agents to interact with web content, supporting advanced features like anti-detection and multi-page management.