npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2025 – Pkg Stats / Ryan Hefner

crawlforge-mcp-server

v3.0.3

Published

CrawlForge MCP Server - Professional Model Context Protocol server with 19 comprehensive web scraping, crawling, and content processing tools.

Readme

CrawlForge MCP Server

Professional web scraping and content extraction server implementing the Model Context Protocol (MCP). Get started with 1,000 free credits - no credit card required!

License: MIT Node.js Version MCP Protocol npm version

🎯 Features

  • 19 Professional Tools: Web scraping, deep research, stealth browsing, content analysis
  • Free Tier: 1,000 credits to get started instantly
  • MCP Compatible: Works with Claude, Cursor, and other MCP-enabled AI tools
  • Enterprise Ready: Scale up with paid plans for production use
  • Credit-Based: Pay only for what you use

🚀 Quick Start (2 Minutes)

1. Install from NPM

npm install -g crawlforge-mcp-server

2. Setup Your API Key

npx crawlforge-setup

This will:

  • Guide you through getting your free API key
  • Configure your credentials securely
  • Verify your setup is working

Don't have an API key? Get one free at https://www.crawlforge.dev/signup

3. Configure Your IDE

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "crawlforge": {
      "command": "npx",
      "args": ["crawlforge-mcp-server"]
    }
  }
}

Location:

  • macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Windows: %APPDATA%/Claude/claude_desktop_config.json
  • Linux: ~/.config/Claude/claude_desktop_config.json

Restart Claude Desktop to activate.

Add to .cursorrules in your project:

mcp_servers:
  crawlforge:
    command: npx
    args: ["crawlforge-mcp-server"]

Or use the MCP plugin in Cursor settings.

📊 Available Tools

Basic Tools (1 credit each)

  • fetch_url - Fetch content from any URL
  • extract_text - Extract clean text from web pages
  • extract_links - Get all links from a page
  • extract_metadata - Extract page metadata

Advanced Tools (2-3 credits)

  • scrape_structured - Extract structured data with CSS selectors
  • search_web - Search the web with Google/DuckDuckGo
  • summarize_content - Generate intelligent summaries
  • analyze_content - Comprehensive content analysis

Premium Tools (5-10 credits)

  • crawl_deep - Deep crawl entire websites
  • map_site - Discover and map website structure
  • batch_scrape - Process multiple URLs simultaneously
  • deep_research - Multi-stage research with source verification
  • stealth_mode - Anti-detection browser management

Heavy Processing (3-10 credits)

  • process_document - Multi-format document processing
  • extract_content - Enhanced content extraction
  • scrape_with_actions - Browser automation chains
  • generate_llms_txt - Generate AI interaction guidelines
  • localization - Multi-language and geo-location management

💳 Pricing

| Plan | Credits/Month | Best For | |------|---------------|----------| | Free | 1,000 | Testing & personal projects | | Starter | 5,000 | Small projects & development | | Professional | 50,000 | Professional use & production | | Enterprise | 250,000 | Large scale operations |

All plans include:

  • Access to all 19 tools
  • Credits never expire and roll over month-to-month
  • API access and webhook notifications

View full pricing

🔧 Advanced Configuration

Environment Variables

# Optional: Set API key via environment
export CRAWLFORGE_API_KEY="sk_live_your_api_key_here"

# Optional: Custom API endpoint (for enterprise)
export CRAWLFORGE_API_URL="https://api.crawlforge.dev"

Manual Configuration

Your configuration is stored at ~/.crawlforge/config.json:

{
  "apiKey": "sk_live_...",
  "userId": "user_...",
  "email": "[email protected]"
}

📖 Usage Examples

Once configured, use these tools in your AI assistant:

"Search for the latest AI news"
"Extract all links from example.com"
"Crawl the documentation site and summarize it"
"Monitor this page for changes"
"Extract product prices from this e-commerce site"

🔒 Security & Privacy

  • API keys are stored locally and encrypted
  • All connections use HTTPS
  • No data is stored on our servers beyond usage logs
  • Compliant with robots.txt and rate limits
  • GDPR compliant

🆘 Support

📄 License

MIT License - see LICENSE file for details.

🤝 Contributing

Contributions are welcome! Please read our Contributing Guide first.


Built with ❤️ by the CrawlForge team

Website | Documentation | API Reference