Supports curl-based API requests for initiating web scraping operations and retrieving results
Enables repository interactions and workflow installations for tracking traffic and managing mirrors
Provides contact methods through Gmail for support and assistance
Offers sponsorship integration for supporting the development team through Ko-fi
Mentions future support for parsing Markdown content as part of planned add-ons
Enables sponsorship integration for supporting the development team through Patreon
Uses Python for web scraping capabilities and provides a framework for executing scraping tasks
Gremlin Web Scraper MCP
GremlinScraper is a lightweight HTTP MCP module designed to scrape visible text from any publicly accessible webpage. It runs locally, integrates directly with VS Code’s MCP system, and speaks plain JSON.
This is Part 1 of the GremlinOS Runtime Suite from StatikFinTech LLC.
🧠 Features
- MCP-Compatible: Shows up in VS Code’s MCP list with metadata.
- Simple API: POST a URL, receive clean text in return.
- CORS-Ready: Built-in CORS support for cross-origin requests.
- Logging: Uses
loguru
to log all activity to rotating files. - Timeouts + Error Handling: Gracefully deals with slow or weird sites.
- Human UA Header: Doesn’t look like a bot (unless you read the name).
🔧 Usage
- Clone or drop this repo into your
.vscode/mcps/
or wherever your MCPs live. - Add
"gremlinScraper"
to.mcp.json
. - Click “Start Server” in the VS Code MCP tab.
- Or run it manually:
📦 Endpoints & Examples
1. POST /scrape
- Fetch a single page’s visible text:
- Response:
2. POST /crawl
- Recursively crawl same-domain links:
- Response:
3. POST /crawl-stream
- Stream each page as soon as it’s fetched:
- Response (NDJSON):
4. GET /ping
- Health check endpoint:
curl http://localhost:8742/ping
- Response:
pong
5. GET /mcp/metadata
- MCP discovery metadata:
curl http://localhost:8742/mcp/metadata
- Response:
🗂 Metadata
Name: Gremlin Web Scraper MCP
Author: StatikFinTech LLC
License: MIT
Tags: #scraping, #crawl, #runtime, #gremlin
🐾 Future Add-ons
- PDF / EPUB / Markdown parsing
- Selective DOM element filtering
- Scheduling/recurring crawl and scrap jobs
- Direct Memory injection to GremlinGPT core
“Split. Streamlined. Sovereign.” StatikFinTech Systems • 2025
Caution
“Your qualifications are impressive...”
- Coder Hiring Team (2025 Rejection Letter)
🔱 "This isn't rejection. It's proof they don't know how to build what comes next.
Still building what they can’t classify." 🔱 -StatikFinTech, LLC
Ascend Institute Traffic
The world’s first RS-RACS
Recursive, Self-Referential Autonomous Cognitive System
This server cannot be installed
local-only server
The server can only run on the client's local machine because it depends on local resources.
A lightweight HTTP module that enables scraping visible text from any publicly accessible webpage, integrating directly with VS Code's MCP system.
Related MCP Servers
- AsecurityAlicenseAqualityA TypeScript-based MCP server utilizing the UseScraper API to provide web scraping capabilities, allowing users to extract content from webpages in various formats.Last updated -12JavaScriptMIT License
- -securityAlicense-qualityA Python-based MCP server that crawls websites to extract and save content as markdown files, with features for mapping website structure and links.Last updated -3PythonMIT License
- AsecurityFlicenseAqualityAn MCP server that extracts meaningful content from websites and converts HTML to high-quality Markdown, using Mozilla's Readability engine.Last updated -17,8666JavaScript
- -securityAlicense-qualityThis MCP scraps vinted for product info. Disclaimer: This script is designed for educational purposes only. It is intended to demonstrate web scraping techniques and should not be used for any commercial or personal gain. Please note that using this software may violate the terms of service of VintLast updated -105PythonGPL 3.0