MCP Catalogs
Home

WEBGhosting-MCP

by yranjan06·29·Score 44

Intelligent stealth browser MCP server with anti-fingerprinting for AI agents to browse the web undetected.

browser-automationweb-scrapingai-llm
6
Forks
1
Open issues
1 mo ago
Last commit
2d ago
Indexed

Overview

WEBGhosting is a Go-based MCP server that provides AI agents with stealth browsing capabilities. It wraps Playwright with 22 anti-fingerprinting scripts to bypass bot detection while maintaining a human-like browsing experience. The server exposes 34 tools for navigation, interaction, data extraction, vision capabilities, memory management, and more, making it a comprehensive solution for web-based AI tasks.

Try asking AI

After installing, here are 6 things you can ask your AI assistant:

you:Web scraping while avoiding detection
you:Voice-controlled AI browsing
you:Data extraction from dynamic websites
you:Automated web testing and interaction
you:What AI models are supported?
you:How does it avoid detection?

When to choose this

Choose WEBGhosting when you need AI agents to browse the web stealthily with human-like behavior and bypass anti-bot measures.

When NOT to choose this

Avoid this if you need headless browser automation without the stealth features, or if you prefer Python-based MCP servers.

Tools this server exposes

12 tools extracted from the README
  • browse

    Navigate to a URL

  • click

    Click on an element on the page

  • type

    Type text into an element

  • extract

    Extract data from the current page

  • screenshot

    Take a screenshot of the current page

  • scroll

    Scroll the page up or down

  • open_tab

    Open a new browser tab

  • switch_tab

    Switch to a specific tab

  • close_tab

    Close the current tab

  • run_task

    Execute a predefined task

  • get_page_context

    Get the current page context and structure

  • wait_for_selector

    Wait for an element to appear

Comparable tools

playwright-mcpbrowserless-mcppuppeteer-mcp

Installation

  1. Download the binary for your platform from the releases page
  2. Configure your MCP client:
{
  "servers": {
    "webghosting": {
      "type": "stdio",
      "command": "/path/to/webmcp",
      "env": {
        "AI_API_KEY": "your-api-key",
        "AI_BASE_URL": "https://api.openai.com/v1",
        "AI_MODEL": "gpt-4o"
      }
    }
  }
}
  1. Start the MCP server in your compatible IDE or agent (Cursor, Claude Code, etc.)

FAQ

What AI models are supported?
WEBGhosting works with any OpenAI-compatible provider including Groq, Ollama, NVIDIA NIM, Together, and LM Studio.
How does it avoid detection?
The server includes 22 anti-fingerprinting scripts that modify browser characteristics to appear more human-like and bypass common bot detection mechanisms.

Compare WEBGhosting-MCP with

GitHub →

Last updated · Auto-generated from public README + GitHub signals.