publicmcp
Verified Safeby stringtheoryaccelerator
Overview
Automates checking fire danger levels and applying for burn permits in Maine using web scraping.
Installation
npx -y github:yourusername/publicmcpEnvironment Variables
- USE_HTTP
- PORT
Security Notes
The server uses Puppeteer, which is a powerful web automation tool. It explicitly uses `--no-sandbox` for Puppeteer, which can pose a security risk if the environment is not adequately isolated or if the server were to navigate to a malicious, unvetted URL. However, the tools are hardcoded to interact with specific Maine government websites, reducing the risk of arbitrary malicious navigation. Input validation with Zod is present, which helps mitigate certain classes of input-related vulnerabilities. No hardcoded secrets or 'eval' were identified.
Similar Servers
agentql-mcp
Integrates AgentQL's data extraction capabilities to extract structured data from web pages using natural language prompts.
scrapegraph-mcp
Provides AI-powered web scraping, structured data extraction, multi-page crawling, and agentic automation capabilities for language models.
scrapi-mcp
This MCP server enables AI agents to scrape web pages and retrieve their content as HTML or Markdown, with advanced browser interaction capabilities.
firecrawl-mcp-server
A Model Context Protocol (MCP) server that provides web scraping, crawling, search, and structured data extraction capabilities using the Firecrawl API.