Integration
🔌

MCP (Model Context Protocol)

Use SearchHive as an MCP server for standardized tool access across AI models and IDEs.

Features

✓ MCP server implementation
✓ Stdio and SSE transport
✓ Tool discovery protocol
✓ IDE integration (Cursor, Windsurf)
✓ Multi-model compatibility

Quick Start

// 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

Benefits

→Universal AI model support
→IDE-native integration
→Standardized protocol
→Zero-config setup
→Cross-platform compatible

Start integrating today

Free tier includes 1,000 API calls/month.