@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
Maintainers
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-serverConfiguration
- Get your API key from SearchHive Dashboard
- Set your environment variables:
export SEARCHHIVE_API_KEY=sk_live_your_key_here
export SEARCHHIVE_BASE_URL=https://www.searchhive.dev/apiUsage 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 inspectLicense
MIT
