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 🙏

© 2026 – Pkg Stats / Ryan Hefner

@searchhive/mcp-server

v1.0.0

Published

Model Context Protocol server for SearchHive APIs - connect any AI agent to powerful web search and scraping capabilities

Readme

SearchHive MCP Server

A Model Context Protocol (MCP) server that exposes SearchHive's powerful web search and scraping APIs to AI agents.

Features

  • SwiftSearch: Real-time web search with automatic content extraction
  • ScrapeForge: Enterprise web scraping with browser rendering
  • DeepDive: AI-powered research across multiple sources
  • Contact Extraction: Extract emails and phone numbers from scraped content
  • Social Discovery: Find social media profiles and mentions

Installation

npm install -g @searchhive/mcp-server

Configuration

  1. Get your API key from SearchHive Dashboard
  2. Set your environment variables:
export SEARCHHIVE_API_KEY=sk_live_your_key_here
export SEARCHHIVE_BASE_URL=https://www.searchhive.dev/api

Usage with Claude Desktop

Add to your Claude Desktop MCP configuration:

{
  "mcpServers": {
    "searchhive": {
      "command": "searchhive-mcp",
      "env": {
        "SEARCHHIVE_API_KEY": "sk_live_your_key_here"
      }
    }
  }
}

Available Tools

swift_search

Real-time web search with optional auto-scraping of top results.

scrape_forge

Scrape individual URLs with advanced browser rendering.

deep_dive

Comprehensive research across multiple sources with AI summarization.

extract_contacts

Extract contact information from text content.

batch_scrape

Scrape multiple URLs efficiently in batch.

Development

# Clone and setup
git clone <repo>
cd mcp-server
npm install

# Build and run
npm run build
npm start

# Debug with MCP Inspector
npm run inspect

License

MIT