Server data from the Official MCP Registry
MCP server that extracts clean, structured content from web pages with anti-bot bypass capabilities.
MCP server that extracts clean, structured content from web pages with anti-bot bypass capabilities.
Set these up before or after installing:
Environment variable: FIRECRAWL_API_KEY
Environment variable: BRIGHTDATA_API_KEY
Environment variable: STRATEGY_CONFIG_PATH
Environment variable: OPTIMIZE_FOR
Environment variable: MCP_RESOURCE_STORAGE
Environment variable: MCP_RESOURCE_FILESYSTEM_ROOT
Environment variable: SKIP_HEALTH_CHECKS
Environment variable: LLM_PROVIDER
Environment variable: LLM_API_KEY
Environment variable: LLM_API_BASE_URL
Environment variable: LLM_MODEL
Unverified package source
We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.
Add this to your MCP configuration file:
{
"mcpServers": {
"com-pulsemcp-servers-pulse-fetch": {
"env": {
"LLM_MODEL": "your-llm-model-here",
"LLM_API_KEY": "your-llm-api-key-here",
"LLM_PROVIDER": "your-llm-provider-here",
"OPTIMIZE_FOR": "your-optimize-for-here",
"LLM_API_BASE_URL": "your-llm-api-base-url-here",
"FIRECRAWL_API_KEY": "your-firecrawl-api-key-here",
"BRIGHTDATA_API_KEY": "your-brightdata-api-key-here",
"SKIP_HEALTH_CHECKS": "your-skip-health-checks-here",
"MCP_RESOURCE_STORAGE": "your-mcp-resource-storage-here",
"STRATEGY_CONFIG_PATH": "your-strategy-config-path-here",
"MCP_RESOURCE_FILESYSTEM_ROOT": "your-mcp-resource-filesystem-root-here"
},
"args": [
"-y",
"agent-orchestrator-mcp-server"
],
"command": "npx"
}
}
}This is a comprehensive MCP server collection from PulseMCP with good organizational structure and proper authentication requirements. The servers appropriately require API keys for third-party integrations and include many legitimate developer tools with permissions matching their stated purposes. Supply chain analysis found 3 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue (1 critical, 0 high severity).
Scanned 4 files · 8 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!