← Index

com.pulsemcp/pulse-fetch

com.pulsemcp/pulse-fetch·v0.3.2·Other
Quality Score
80
/100

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

§00  Trust verdict · v1 advisory ·  method
UNVERIFIEDno verdict on file

Verdict not yet evaluated for this tool. The hybrid eval runs adversarial cases first; coverage rolls out as the corpus expands. Until a verdict is recorded, an agent should treat this tool as not-yet-cleared and fall back to its own checks. Method: hybrid eval, four-state verdict, honest limits.

§01  Install
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "pulse-fetch": {
      "command": "npx",
      "args": [
        "-y",
        "@pulsemcp/pulse-fetch"
      ],
      "env": {
        "FIRECRAWL_API_KEY": "<your-firecrawl_api_key>",
        "BRIGHTDATA_API_KEY": "<your-brightdata_api_key>",
        "STRATEGY_CONFIG_PATH": "<strategy_config_path>",
        "OPTIMIZE_FOR": "cost",
        "MCP_RESOURCE_STORAGE": "memory",
        "MCP_RESOURCE_FILESYSTEM_ROOT": "/tmp/pulse-fetch/resources",
        "SKIP_HEALTH_CHECKS": "false",
        "LLM_PROVIDER": "<llm_provider>",
        "LLM_API_KEY": "<your-llm_api_key>",
        "LLM_API_BASE_URL": "<llm_api_base_url>",
        "LLM_MODEL": "<llm_model>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "pulse-fetch": {
      "command": "npx",
      "args": [
        "-y",
        "@pulsemcp/pulse-fetch"
      ],
      "env": {
        "FIRECRAWL_API_KEY": "<your-firecrawl_api_key>",
        "BRIGHTDATA_API_KEY": "<your-brightdata_api_key>",
        "STRATEGY_CONFIG_PATH": "<strategy_config_path>",
        "OPTIMIZE_FOR": "cost",
        "MCP_RESOURCE_STORAGE": "memory",
        "MCP_RESOURCE_FILESYSTEM_ROOT": "/tmp/pulse-fetch/resources",
        "SKIP_HEALTH_CHECKS": "false",
        "LLM_PROVIDER": "<llm_provider>",
        "LLM_API_KEY": "<your-llm_api_key>",
        "LLM_API_BASE_URL": "<llm_api_base_url>",
        "LLM_MODEL": "<llm_model>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @pulsemcp/pulse-fetch
§02  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

Optimization strategy for scraping: cost or speed.

MCP_RESOURCE_STORAGE

Storage backend for saved resources: memory or filesystem.

MCP_RESOURCE_FILESYSTEM_ROOT

Directory for filesystem storage of resources.

SKIP_HEALTH_CHECKS

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.

§03  MCP Quality Score  ·  methodology
freshness
25
completeness
10
installability
25
documentation
15
stability
5
§04  Alternatives in Other