Back to Home
pulsemcp icon

mcp-servers

Verified Safe

by pulsemcp

Overview

An MCP server for fetching, cleaning, and intelligently extracting content from web pages, designed for agent-building frameworks.

Installation

Run Command
npx -y @pulsemcp/pulse-fetch

Security Notes

The server's runtime environment primarily uses Node.js `fetch` for network operations and sandboxed file system operations (in the OS temp directory or user-defined path) for caching. Build and test scripts utilize `child_process` functions, but these are not exposed during server runtime. Input validation with Zod schemas is applied to tool arguments. Authentication health checks are implemented to verify external API keys at startup. The primary security consideration for a web scraping tool is the trustworthiness of the URLs it is directed to, which is a client-side responsibility.

Similar Servers

Stats

Interest Score48
Security Score9
Cost ClassMedium
Avg Tokens2000
Stars54
Forks5
Last Update2025-12-01

Tags

Web scrapingContent extractionAnti-botLLM integrationCachingMarkdown conversion