MCP Smart Searcher
MCP Smart Searcher
AIによる結果生成機能を備えたマルチエンジンWeb検索用スマートMCP(Model Context Protocol)サーバー。
機能
マルチエンジン検索 — 6つのエンジン(DuckDuckGo、Baidu、Juejin、GitHub、GitHub Code、Tavily)で同時に検索可能
Webコンテンツ抽出 — 公開URLからノイズを除去し、プロンプトに基づいたフィルタリングを行ってクリーンなテキストを抽出
レート制限 — セマフォによる組み込みの同時実行制御
プロキシサポート — エンジンごとのプロキシ設定
エンジン許可リスト — 使用可能なエンジンを制限可能
Related MCP server: evo-scry
インストール
pip install -e ".[dev]"使用方法
サーバーの実行
python -m mcp_smart_searcherMCPクライアントの設定
MCPクライアントの設定(例:Claude Desktop)に追加します:
{
"mcpServers": {
"smart-searcher": {
"command": "python",
"args": ["-m", "mcp_smart_searcher"]
}
}
}開発
# Run with MCP inspector
mcp dev src/mcp_smart_searcher/server.py
# Run tests
PYTHONPATH=src pytest
# Build
python -m build設定
環境変数 | 説明 | デフォルト |
| デフォルトの検索エンジン |
|
| カンマ区切りのエンジン許可リスト | (すべて許可) |
| Tavily AI Search APIキー | (なし) |
| GitHub APIトークン | (なし) |
| プロキシの有効化 |
|
| プロキシURL |
|
| プロキシを使用するエンジンのカンマ区切りリスト | (すべて) |
| 最大同時検索リクエスト数 |
|
| ログレベル |
|
ライセンス
Apache-2.0
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Tools
Related MCP Servers
- AlicenseAqualityAmaintenanceMCP server for web crawling, searching, and AI-powered content extraction, supporting single-page, batch, and full-site crawling along with text, news, image, book, and video search.81MIT
- Alicense-qualityDmaintenanceMCP server for internet search via direct Google and DuckDuckGo HTML scraping with AI-powered result normalization and optional summarization, requiring no API keys for search.MIT
- AlicenseAqualityBmaintenanceMCP server for web search with LLM-optimized results and anti-detection mechanisms.328MIT
- Alicense-qualityAmaintenanceMulti-engine aggregated search MCP server that combines results from 7 search engines with deduplication, relevance ranking, and web page content extraction.1MIT
Related MCP Connectors
MCP server for Google search results via SERP API
Fast, intelligent web search and web crawling. New mcp tool: Exa-code is a context tool for coding
One API key for 6 AI models. Pay-per-use. MCP protocol support with web search.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- 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/PXSR/mcp-smart-searcher'
If you have feedback or need assistance with the MCP directory API, please join our Discord server