com.pulsemcp

pulse-fetch

MCP server for fetching web resources with content extraction and anti-bot bypass.

stdioofficialservice

Package Details

Transportstdio
Runtimenpx

Runtime Arguments

Positional
Position 0
-y

Environment 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:cost

Optimization strategy for scraping: cost or speed.

MCP_RESOURCE_STORAGE
Default:memory

Storage backend for saved resources: memory or filesystem.

MCP_RESOURCE_FILESYSTEM_ROOT
Default:/tmp/pulse-fetch/resources

Directory for filesystem storage of resources.

SKIP_HEALTH_CHECKS
Default:false

Skip 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.