MCP Smart Searcher
MCP 스마트 검색기
AI 기반 결과와 다중 엔진 웹 검색을 위한 스마트 MCP(Model Context Protocol) 서버입니다.
기능
다중 엔진 검색 — 6개의 엔진(DuckDuckGo, Baidu, Juejin, GitHub, GitHub Code, Tavily)에서 동시에 검색
웹 콘텐츠 추출 — 공개 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 검색 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