Aggregate Serper, Tavily, Exa and AnySearch behind one MCP-ready API with key rotation and quotas.
claude mcp add searchhub -- npx -y searchhub
claude_desktop_config.json
{
"mcpServers": {
"searchhub": {
"command": "npx",
"args": [
"-y",
"searchhub"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"searchhub": {
"command": "npx",
"args": [
"-y",
"searchhub"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"searchhub": {
"command": "npx",
"args": [
"-y",
"searchhub"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"searchhub": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"searchhub"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"searchhub": {
"command": "npx",
"args": [
"-y",
"searchhub"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.woodcoal--searchhub/reviews or the review_server meta-tool.
POST /mcp