Back to Home
salesforcebob icon

sf-doc-scraper

Verified Safe

by salesforcebob

Overview

Scrapes Salesforce developer documentation and converts it to Markdown for consumption by MCP-compatible AI assistants.

Installation

Run Command
npx @salesforcebob/sf-docs-mcp-server

Environment Variables

  • PUPPETEER_EXECUTABLE_PATH
  • PUPPETEER_SKIP_CHROMIUM_DOWNLOAD
  • NODE_ENV
  • PORT

Security Notes

The server uses Puppeteer to scrape web pages. It includes `--no-sandbox` and `--disable-setuid-sandbox` arguments for Puppeteer to run in resource-constrained environments like Heroku, which is a common practice but slightly reduces isolation compared to a full sandbox. Input URLs are validated to ensure they belong to Salesforce documentation domains, preventing arbitrary URL scraping. No obvious hardcoded secrets are present; environment variables are used for configuration. The disclaimer correctly advises hardening for production deployment, including authentication/authorization and rate limiting for HTTP endpoints.

Similar Servers

Stats

Interest Score0
Security Score8
Cost ClassHigh
Avg Tokens3000
Stars0
Forks0
Last Update2025-12-12

Tags

salesforcedocumentationscrapermarkdownAI tools