oncrawl-mcp-server
Verified Safeby Amaculus
Overview
Enables Claude to perform deep technical SEO analysis by querying crawl data, Google Search Console (GSC) metrics, and Google Analytics 4 (GA4) data from OnCrawl, facilitating crawl-over-crawl comparisons and identification of common SEO issues.
Installation
oncrawl-mcp-serverEnvironment Variables
- ONCRAWL_API_TOKEN
- ONCRAWL_WORKSPACE_ID
Security Notes
The server securely handles API authentication via environment variables, avoiding hardcoded secrets. It utilizes `httpx` for reliable API communication and constructs OnCrawl Query Language (OQL) arguments as structured objects, minimizing the risk of injection vulnerabilities. There is no usage of `eval` or direct shell command execution with user-controlled input. Data parsing and manipulation are handled safely with Python's built-in `json` module. The server makes requests to a known external API (OnCrawl) and sets timeouts for requests.
Similar Servers
pagespeed-insights-mcp
This server integrates Google PageSpeed Insights API with Claude Desktop to provide web page performance analysis, recommendations, and detailed audits.
crawl4ai-mcp-server
A lightweight server providing web scraping and crawling tools, designed for integration with AI frameworks like OpenAI Agents SDK, Cursor, and Claude Code.
claude-explorer
Facilitate searching, analyzing, and exporting user's Claude.ai conversation history with an AI assistant via CLI and a web interface.
mcp-browser
Provides browser control (navigation, DOM interaction) and console log capture for AI coding assistants via a local MCP server, with a browser extension and macOS AppleScript as primary control mechanisms.