drio
  • App Tracker
  • Contact
Sign inStart Free
drio© 2026 drio All rights reserved.

Get the Builder Brief

Weekly notes from Yash on MCP, ChatGPT apps, and getting business workflows into production.

Product
HomeTemplatesHow it worksPricing
Solutions
Use casesOperations teamsEcommerce teamsFinance teamsRecruiting teamsReal estate teams
Resources
DocsMCP RegistryGlossaryBlogChangelog
Company
Contact usWhy driodrio agency↗Privacy PolicyTerms of Service
All systems normal
Follow us on:
MCP Registry/pulse-fetch
P

pulse-fetch

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

Use with clientMarkdown

Install and compare this MCP server

Use this profile to copy client config, check auth requirements, review tools and resources, and compare related MCP servers before adding it to an AI client.

Install
npx -y @pulsemcp/pulse-fetch
Clients
Claude, Cursor, VS Code, Codex
Transport
STDIO
Auth
Not captured
Capabilities
0 tools, 0 resources, 0 prompts
Related
monarch-money, good-eggs, remote-filesystem

Want MCP integration examples?

Get practical integration notes and launch examples for MCP servers like pulse-fetch.

InstallAuthTools & ResourcesOverview

Install

Connection

Transport
STDIO
Command
npx -y @pulsemcp/pulse-fetch
Environment
{ "FIRECRAWL_API_KEY": "YOUR_SECRET_VALUE", "BRIGHTDATA_API_KEY": "YOUR_SECRET_VALUE", "STRATEGY_CONFIG_PATH": "YOUR_VALUE_HERE", "OPTIMIZE_FOR": "cost", "MCP_RESOURCE_STORAGE": "memory", "MCP_RESOURCE_FILESYSTEM_ROOT": "/tmp/pulse-fetch/resources", "SKIP_HEALTH_CHECKS": "false", "LLM_PROVIDER": "YOUR_VALUE_HERE", "LLM_API_KEY": "YOUR_SECRET_VALUE", "LLM_API_BASE_URL": "YOUR_VALUE_HERE", "LLM_MODEL": "YOUR_VALUE_HERE" }

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

{
  "mcpServers": {
    "com-pulsemcp-pulse-fetch": {
      "command": "npx",
      "args": [
        "-y",
        "@pulsemcp/pulse-fetch"
      ],
      "env": {
        "FIRECRAWL_API_KEY": "YOUR_SECRET_VALUE",
        "BRIGHTDATA_API_KEY": "YOUR_SECRET_VALUE",
        "STRATEGY_CONFIG_PATH": "YOUR_VALUE_HERE",
        "OPTIMIZE_FOR": "cost",
        "MCP_RESOURCE_STORAGE": "memory",
        "MCP_RESOURCE_FILESYSTEM_ROOT": "/tmp/pulse-fetch/resources",
        "SKIP_HEALTH_CHECKS": "false",
        "LLM_PROVIDER": "YOUR_VALUE_HERE",
        "LLM_API_KEY": "YOUR_SECRET_VALUE",
        "LLM_API_BASE_URL": "YOUR_VALUE_HERE",
        "LLM_MODEL": "YOUR_VALUE_HERE"
      }
    }
  }
}

Config location

macOS
~/Library/Application Support/Claude/claude_desktop_config.json
Windows
%APPDATA%\Claude\claude_desktop_config.json

Auth

Package transport

No remote HTTP endpoint is advertised. Use the package or stdio setup shown in Install.

Tools & Resources

Tools
0
Resources
0
Prompts
0
No public tools, resources, or prompts captured yet. Use Auth when this server requires credentials.

Tools

No tools captured yet.

Resources

No resources captured yet.

Prompts

No prompts captured yet.

Questions

What is pulse-fetch?+

pulse-fetch is an MCP server for MCP server for fetching web resources with content extraction and anti-bot bypass.. It supports STDIO transport.

How do I install pulse-fetch?+

Use the generated config in Install. This server runs with npx -y @pulsemcp/pulse-fetch; add any required environment variables before starting your client.

How do I add pulse-fetch to Claude Desktop?+

Choose the Claude Desktop tab in Install and copy the config for npx -y @pulsemcp/pulse-fetch. Add required environment variables before starting Claude Desktop.

How do I add pulse-fetch to Claude Code?+

Choose the Claude Code tab in Install and copy the config for npx -y @pulsemcp/pulse-fetch. Add required environment variables before starting Claude Code.

How do I use pulse-fetch with Codex?+

Choose the Codex tab in Install and copy the config for npx -y @pulsemcp/pulse-fetch. Add required environment variables before starting Codex.

How do I add pulse-fetch to Cursor or VS Code?+

Choose the Cursor or VS Code tab in Install and copy the config for npx -y @pulsemcp/pulse-fetch. Add required environment variables before starting Cursor or VS Code.

What endpoint and transport does pulse-fetch use?+

pulse-fetch uses STDIO transport. Use the package or command config in Install.

What tools and resources does pulse-fetch expose?+

pulse-fetch inventory is listed when the MCP endpoint exposes tools, resources, or prompts. Some servers require auth first.

Does pulse-fetch require authentication?+

pulse-fetch does not advertise a verified auth requirement. If discovery fails, it may still need provider login, an API key, a bearer token, or a session header.

Related MCPs

monarch-moneyMCP server for Monarch Money — account, transaction, and budget management.good-eggsMCP server for Good Eggs grocery shopping automation using Playwright.remote-filesystemMCP server for remote filesystem operations on cloud storage (Google Cloud Storage).google-flightsMCP server for searching Google Flights — flight search, date grid pricing, and airport lookup.svg-tracerMCP server for converting bitmap images to SVG vector graphics using potrace tracing.pulse-subregistryMCP server providing access to the PulseMCP Sub-Registry for browsing and discovering MCP servers.

Profile notes

  • Package: Npm @pulsemcp/pulse-fetch v0.3.3
  • Environment variable: FIRECRAWL_API_KEY (secret)
  • Environment variable: BRIGHTDATA_API_KEY (secret)
  • Environment variable: STRATEGY_CONFIG_PATH
  • Environment variable: OPTIMIZE_FOR (default cost)
  • Environment variable: MCP_RESOURCE_STORAGE (default memory)
  • Environment variable: MCP_RESOURCE_FILESYSTEM_ROOT (default /tmp/pulse-fetch/resources)
  • Environment variable: SKIP_HEALTH_CHECKS (default false)
  • Environment variable: LLM_PROVIDER
  • Environment variable: LLM_API_KEY (secret)
  • Environment variable: LLM_API_BASE_URL
  • Environment variable: LLM_MODEL

Packages

PackageRegistryVersionInputs
@pulsemcp/pulse-fetch

stdio

npm0.3.3

Env: FIRECRAWL_API_KEY secret

Env: BRIGHTDATA_API_KEY secret

Env: STRATEGY_CONFIG_PATH

Env: OPTIMIZE_FOR

Env: MCP_RESOURCE_STORAGE

Env: MCP_RESOURCE_FILESYSTEM_ROOT

Env: SKIP_HEALTH_CHECKS

Env: LLM_PROVIDER

Env: LLM_API_KEY secret

Env: LLM_API_BASE_URL

Env: LLM_MODEL

Details

Version
0.3.3
Repository
https://github.com/pulsemcp/mcp-servers
Updated
Jun 17, 2026