Scraper Maintenance MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Scraper Maintenance MCPInspect the 'Add to Cart' button on example.com"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Scraper Maintenance MCP
A comprehensive Model Context Protocol (MCP) server for automating web scraper maintenance through intelligent browser inspection, selector generation, and code updates.
š Project Structure
mcp/
āāā src/ # TypeScript source files
ā āāā server.ts # Main MCP server implementation
ā āāā browser-manager.ts # Browser automation and management
ā āāā selector-generator.ts # Selector generation and scoring
ā āāā types.ts # Type definitions
āāā dist/ # Compiled JavaScript files
ā āāā server.js # Main MCP server (executable)
ā āāā browser-manager.js # Browser automation
ā āāā selector-generator.js # Selector intelligence
ā āāā types.js # Type definitions
āāā config/ # Configuration files
ā āāā test-config.json # Test configuration
ā āāā claude-desktop-config.json # Claude Desktop setup
ā āāā *.json # Various scraper configurations
āāā examples/ # Usage examples and documentation
āāā docs/ # Documentation files
āāā scripts/ # Build and utility scripts
āāā package.json # Project configuration
āāā tsconfig.json # TypeScript configurationRelated MCP server: Selenium MCP Server
š Quick Start
1. Install Dependencies
cd mcp
npm install2. Build the Project
npm run build3. Run the Server
npm startš ļø Available MCP Tools
Configuration Management
load_scraper_config- Load scraper configuration filesupdate_config- Update configurations with new selector mappings
Browser Operations
initialize_browser- Launch browser (headless/visible mode)navigate_to_page- Navigate to target URLstake_screenshot- Capture debugging screenshotsclose_browser- Cleanup browser resources
Element Inspection
inspect_field_manually- Interactive visual element selectionauto_detect_field- AI-powered automatic element detectionvalidate_selectors- Test selector reliability and performancegenerate_selectors- Create multiple selector variations with scoringtest_extraction- Test data extraction using current selectors
Maintenance & Code Generation
run_maintenance_check- Comprehensive scraper health analysisgenerate_extractor_code- Multi-language code generation
š Usage
For Claude Desktop
Add to your Claude Desktop configuration:
{
"mcpServers": {
"scraper-maintenance": {
"command": "node",
"args": ["/path/to/mcp/dist/server.js"],
"env": {
"NODE_ENV": "production"
}
}
}
}For Cursor
Add to your Cursor MCP configuration:
{
"mcpServers": {
"scraper-maintenance": {
"command": "node",
"args": ["/path/to/mcp/dist/server.js"],
"env": {
"NODE_ENV": "production"
}
}
}
}š§ Development
Build
npm run buildDevelopment Mode
npm run devTest
npm testš Documentation
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceMCP server for AI browser automation with tools for navigation, actions, data extraction, and scripting, supporting local and cloud execution.14752Apache 2.0
- Flicense-qualityDmaintenanceMCP server for crawling and extracting data from web pages using Selenium with CSS/XPath selectors. Supports 17 tools including smart extraction, pagination, infinite scroll, and screenshots.3
- Alicense-qualityDmaintenanceMCP server for web scraping and browser automation, enabling AI agents to extract clean, token-efficient content from web pages.1MIT
- AlicenseCqualityAmaintenanceMCP server for browser automation that drives Chrome via an extension, preserving login state and offering 45 tools for navigation, interaction, scraping, and screenshots.531MIT
Related MCP Connectors
Zenrows MCP server ā Fetch, Extract, Batch, and Browser Sessions for AI coding assistants
Official Octoparse MCP server for template discovery, cloud tasks, and structured data export.
SEO MCP server: crawl your site, find AI-visibility gaps, and ship the fix from your coding agent.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/fuahyo/mcp-scraper-inspect'
If you have feedback or need assistance with the MCP directory API, please join our Discord server