MCP server that extracts clean, structured content from web pages with anti-bot bypass capabilities.
What it says
The record the registry holds
The registry marks this record deprecated. That is its author's own word about their own server, carried here as they filed it.
How you get it
There is no address to call. This one is a package you install and run yourself, wherever your assistant runs.
@pulsemcp/pulse-fetch · npm · 0.2.14
the recordCopied from the official MCP registry, exactly as it holds it.
{
"server": {
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "com.pulsemcp.servers/pulse-fetch",
"description": "MCP server that extracts clean, structured content from web pages with anti-bot bypass capabilities.",
"repository": {
"url": "https://github.com/pulsemcp/mcp-servers",
"source": "github",
"subfolder": "productionized/pulse-fetch"
},
"version": "0.2.14",
"packages": [
{
"registryType": "npm",
"registryBaseUrl": "https://registry.npmjs.org",
"identifier": "@pulsemcp/pulse-fetch",
"version": "0.2.14",
"runtimeHint": "npx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "API key for Firecrawl service to bypass anti-bot measures",
"isSecret": true,
"name": "FIRECRAWL_API_KEY"
},
{
"description": "Bearer token for BrightData Web Unlocker service",
"isSecret": true,
"name": "BRIGHTDATA_API_KEY"
},
{
"description": "Path to markdown file containing scraping strategy configuration",
"default": "/tmp/pulse-fetch/strategy.md",
"name": "STRATEGY_CONFIG_PATH"
},
{
"description": "Optimization strategy for scraping: cost or speed",
"default": "cost",
"choices": [
"cost",
"speed"
],
"name": "OPTIMIZE_FOR"
},
{
"description": "Storage backend for saved resources: memory or filesystem",
"default": "memory",
"choices": [
"memory",
"filesystem"
],
"name": "MCP_RESOURCE_STORAGE"
},
{
"description": "Directory for filesystem storage (only used with filesystem type)",
"default": "/tmp/pulse-fetch/resources",
"name": "MCP_RESOURCE_FILESYSTEM_ROOT"
},
{
"description": "Skip API authentication health checks at startup",
"format": "boolean",
"default": "false",
"name": "SKIP_HEALTH_CHECKS"
},
{
"description": "LLM provider for extract feature: anthropic, openai, openai-compatible",
"choices": [
"anthropic",
"openai",
"openai-compatible"
],
"name": "LLM_PROVIDER"
},
{
"description": "API key for the chosen LLM provider",
"isSecret": true,
"name": "LLM_API_KEY"
},
{
"description": "Base URL for OpenAI-compatible providers",
"name": "LLM_API_BASE_URL"
},
{
"description": "Specific model to use for extraction",
"name": "LLM_MODEL"
}
]
}
]
},
"_meta": {
"io.modelcontextprotocol.registry/official": {
"status": "deprecated",
"statusChangedAt": "2026-05-17T23:31:23.602911Z",
"statusMessage": "Moved to com.pulsemcp/pulse-fetch under the new com.pulsemcp/* namespace. Latest version and all future releases will be published there. Update your MCP client config to reference com.pulsemcp/pulse-fetch instead.",
"publishedAt": "2025-09-09T00:19:19.119118Z",
"updatedAt": "2026-05-17T23:31:23.602911Z",
"isLatest": true
}
}
}
Make it installable
Draft an Agent Plugin from this
An MCP server is raw capability: some tools, wired to something. An Agent Plugin is the packaging that says what job it does, what it leaves behind and where it stops. The prompt below carries this record and asks for the packaging; your own assistant writes it, and nothing here is sent anywhere.
What this is
MCP server
application/mcp-server-record+jsonlocal · you run it yourselfversion 0.2.14last seen 2026-08-23
These are the publisher's own words, filed by them with the official MCP registry and mirrored here. This catalog did not read them from the publisher and has not run, called or installed anything.