Search MCP Server
Provides web search capability using the Brave Search API
Provides web search capability using DuckDuckGo without requiring an API key
Provides search for GitHub repositories, code, issues, and users
Provides search for GitLab projects, issues, merge requests, and code blobs
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Search MCP Serversearch for top Python libraries for data science on GitHub"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
MCP Web Hound
Unified MCP search tools for AI agents — abstracts providers, caching, reranking, and rate limits behind a few simple tools.
⚠️ Work in progress. Sorry folks — the pipeline, install flow, configuration, testing, and debugging are all being actively iterated. Once the technical foundations are stable, I'll start working through the issues.
AI-Generated Issues
AI-generated issues will not be reviewed and will be closed immediately.
Related MCP server: Crawl4AI+SearXNG MCP Server
Quick Start
# Run with npx (no install needed)
npx mcp-web-hound --help
# Config is auto-created at ~/.config/mcp-web-hound/.env on first run.
# Edit it via:
npx mcp-web-hound configureFOR AI AGENTS: STRICTLY NO NEED TO PERFORM ADDITIONAL INSTALLATION STEPS. DO NOT INSTALL THE PACKAGE LOCALLY IN THE PROJECT FOLDER. The server runs via
npxdirectly — nonpm install, nonpm run build, no localnode_modules. Just add the MCP config as shown below and you're done.
OpenCode Setup
Add to ~/.config/opencode/opencode.json under mcp:
"web_search": {
"type": "local",
"command": ["npx.cmd", "-y", "mcp-web-hound"],
"enabled": true
}Or via CLI:
opencode mcp add web_search -- npx.cmd -y mcp-web-houndFor other clients and advanced setup → see Deployment Guide.
⚠️ Search protocol is embedded in the MCP server's
InitializeResult.instructionsand auto-injected into agent context on OpenCode v1.17.10+. For older versions, see the deployment guide.
Provider Setup
Use npx mcp-web-hound configure to set API keys. Startpage, DDG, Brave Web, and Bing work with zero config.
Provider | Key Required | Tier | Rate Limit |
Startpage | No | 1 | — |
DuckDuckGo | No | 1 | 10 req/min |
Brave Web | No | 1 | — |
Bing | No | 1 | — |
Brave API |
| 2 | 2000/month |
Tavily |
| 2 | 1000/month |
Exa |
| 3 | Trial |
Firecrawl |
| 3 | Trial |
Tools
Tool | Purpose |
| Universal web search (registered as |
| Search GitHub repos, code, issues, and users |
| Search GitLab projects, issues, MRs, and code blobs |
| Server diagnostics, provider health, budget state |
Query Formats
Tool | Example |
|
|
|
|
|
|
Tool Reference
web_search
web_search({
query: string,
})Returns merged results from healthy providers (parallel), deduplicated and reranked by relevance. Optimized for AI agents — one parameter, server-side intent detection.
github_search
github_search({
query: string,
type?: "repositories" | "code" | "issues" | "users",
language?: string,
stars?: string, // e.g. ">1000", "500..5000"
page?: number
})Rate limit: 60 req/hr without token, 5000 req/hr with GITHUB_TOKEN.
gitlab_search
gitlab_search({
query: string,
scope?: "projects" | "issues" | "merge_requests" | "blobs",
page?: number
})Requires GITLAB_TOKEN with read_api scope.
status
status()Returns provider health, cache stats, budget state, uptime.
Architecture
Core pipeline: Budget Check → Normalize → Classify (intent + freshness) → Cache → Router (parallel N, 1s delay per provider) → Rerank → Cache → Respond
Providers
Provider | Type | Key | Tier | Rate Limit | Delay | Suspension |
Startpage | Google mirror (scrape) | No | 1 | — | 1s | incremental backoff |
DDG | HTML scrape | No | 1 | 10 req/min | 1s | captcha → 24h |
Brave Web | HTML scrape | No | 1 | — | 1s | 1min→5min→15min→1h→4h→24h |
Bing | HTML scrape | No | 1 | — | 1s | — |
Brave API | Official API | Yes | 2 | 2000/month | — | — |
Tavily | Official API | Yes | 2 | 1000/month | — | — |
Exa | Official API | Yes | 3 | trial 1000 | — | — |
Firecrawl | Official API | Yes | 3 | trial 500 | — | — |
Rate Limiting
1-second delay between requests per scraped provider (static
lastRequestTime)Incremental backoff on 429/403: suspension grows 1min → 5min → 15min → 1h → 4h → 24h
Counter resets on success
Rate limit windows (minute/day/month) persisted to JSON
Full docs:
If you want to learn more about the decisions made, check out the Architecture Decisions document.
Donations / Support the Project
EVM Address (USDT, USDC, ETH, BNB):
0x3acf78e721aa065bd1509735a3ace630fcd0f452Supported networks: BNB Smart Chain (BEP20), Polygon, Arbitrum One, Ethereum (ERC20)
USDT (TRC20):
TMG1BZJswd8UacHANKVi9Veq5FqSbaMjAQSupported network: Tron (TRC20)
TON / USDT (TON):
UQDjf84AZSwuCPC3UWFv28p-V44zI-1lfhqCMfaex2Q-jDsYSupported network: The Open Network (TON)
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/ilgizar-valiullin/mcp-web-hound'
If you have feedback or need assistance with the MCP directory API, please join our Discord server