com.pulsemcp
pulse-fetch
MCP server for fetching web resources with content extraction and anti-bot bypass.
stdioofficialservice
Package Details
@pulsemcp/pulse-fetch
Transportstdio
Runtimenpx
Runtime Arguments
Positional
Position 0
-yEnvironment Variables
FIRECRAWL_API_KEY
Secret
API key for Firecrawl service to bypass anti-bot measures.
BRIGHTDATA_API_KEY
Secret
Bearer token for BrightData Web Unlocker service.
STRATEGY_CONFIG_PATH
Path to markdown file containing scraping strategy configuration.
OPTIMIZE_FOR
Default:
costOptimization strategy for scraping: cost or speed.
MCP_RESOURCE_STORAGE
Default:
memoryStorage backend for saved resources: memory or filesystem.
MCP_RESOURCE_FILESYSTEM_ROOT
Default:
/tmp/pulse-fetch/resourcesDirectory for filesystem storage of resources.
SKIP_HEALTH_CHECKS
Default:
falseSkip API authentication health checks at startup.
LLM_PROVIDER
LLM provider for extraction: anthropic, openai, or openai-compatible.
LLM_API_KEY
Secret
API key for the chosen LLM provider.
LLM_API_BASE_URL
Base URL for OpenAI-compatible LLM providers.
LLM_MODEL
Specific LLM model to use for extraction.