Skip to main content
Glama

Gremlin Web Scraper MCP

package.json1.59 kB
{ "name": "@statikfintech/gremlin-scraper", "version": "0.0.1", "description": "Scrapes and crawls text from URLs using Flask, BeautifulSoup, and an async crawler. Lightweight HTTP-based MCP.", "main": "index.js", "type": "commonjs", "scripts": { "start": "node index.js" }, "bin": { "gremlin-scraper": "./index.js" }, "keywords": [ "mcp", "scraper", "crawler", "flask", "beautifulsoup", "httpx", "gremlin", "ai", "agent", "web", "runtime" ], "author": "StatikFinTech, LLC", "license": "MIT", "mcp": { "id": "gremlinScraper", "name": "Gremlin Web Scraper MCP", "description": "Scrapes and crawls text from URLs via HTTP endpoints. Supports single-page scrape, multi-page crawl, and streaming crawl.", "type": "http", "entry": "index.js", "url": "http://localhost:8742", "port": 8742, "gallery": true, "endpoints": [ { "path": "/scrape", "method": "POST", "description": "Single-page text scrape" }, { "path": "/crawl", "method": "POST", "description": "Multi-page crawl up to max_pages/depth" }, { "path": "/crawl-stream", "method": "POST", "description": "Streaming multi-page crawl" }, { "path": "/ping", "method": "GET", "description": "Health check" }, { "path": "/mcp/metadata", "method": "GET", "description": "Service metadata" } ] }, "dependencies": { "chalk": "^5.3.0" } }

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/statikfintechllc/Gremlin-MCP-Scrap'

If you have feedback or need assistance with the MCP directory API, please join our Discord server