Use SearchHive as an MCP server for standardized tool access across AI models and IDEs.
// searchhive-mcp server
{
"mcpServers": {
"searchhive": {
"command": "npx",
"args": ["-y", "@searchhive/mcp-server"],
"env": {
"SEARCHHIVE_API_KEY": "your-api-key"
}
}
}
}
// Available tools:
// - web_search: Search the web
// - scrape_page: Extract data from URL
// - batch_scrape: Scrape multiple URLs
// - deep_research: Multi-step research