Back to Home
adwonnacott icon

docs-scraper-mcp

Verified Safe

by adwonnacott

Overview

Scrapes documentation from websites using Firecrawl, stores it locally, backs it up to GitHub, and provides tools for retrieval, search, and management.

Installation

Run Command
node ~/docs-scraper-mcp/dist/index.js

Environment Variables

  • FIRECRAWL_API_KEY
  • GITHUB_TOKEN
  • GITHUB_REPO

Security Notes

The server correctly handles API keys and tokens via environment variables. File system operations are strictly confined to a dedicated 'scraped-docs' directory within the user's home. Input validation is performed using Zod schemas for tool arguments. There is no usage of 'eval' or apparent code obfuscation. Path construction for local files mitigates directory traversal risks. Interaction with external APIs (Firecrawl, GitHub) is well-structured with retry logic. The primary residual risk would be from the content scraped itself if it were crafted to exploit a downstream consumer, but this server does not introduce new vulnerabilities in that regard.

Similar Servers

Stats

Interest Score0
Security Score9
Cost ClassMedium
Avg Tokens1000
Stars0
Forks0
Last Update2025-11-27

Tags

documentationscrapingfirecrawlgithubsearch