Vybsly MCP
Claude Desktop, Cursor, Windsurf 또는 모든 MCP 호환 클라이언트와 함께 작동합니다.
Vybsly를 선택해야 하는 이유
다른 검색 API는 스니펫만 반환합니다. Vybsly는 결과당 최대 30,000자의 깔끔하게 추출된 콘텐츠를 반환합니다. 이는 RAG 및 에이전트 컨텍스트에 바로 사용할 수 있는 전체 페이지입니다. 스크래핑이나 추가적인 데이터 가져오기가 필요 없습니다.
2,900만 개 이상의 웹 페이지 전체 콘텐츠 인덱싱
2,500만 개 이상의 백과사전 문서 (
/knowledge를 통한 연합 검색)엄격 모드(Strict mode): 허용 목록을 통해 연구/뉴스/교육 도메인 강제 적용
실시간 데이터: 주식, 암호화폐, 날씨, 뉴스, 스포츠 배당률, 지도
Tavily 대비 8배 저렴, 10,000회 쿼리당 월 $9
Related MCP server: Gemini Google Web Search MCP
설치
npm install -g vybsly-mcp또는 npx를 직접 사용하세요:
npx vybsly-mcpAPI 키 받기
vybsly.ai/developers.html에서 무료로 가입하세요. 신용카드 없이 매월 1,000회의 무료 쿼리가 제공됩니다.
Claude Desktop 설정
~/Library/Application Support/Claude/claude_desktop_config.json(macOS) 또는 %APPDATA%\Claude\claude_desktop_config.json(Windows)을 편집하세요:
{
"mcpServers": {
"vybsly": {
"command": "npx",
"args": ["-y", "vybsly-mcp"],
"env": {
"VYBSLY_API_KEY": "your_api_key_here"
}
}
}
}Claude Desktop을 재시작하세요. 도구 선택기에 Vybsly 도구가 나타납니다.
Cursor / Windsurf 설정
.cursor/mcp.json 또는 이에 상응하는 파일에 추가하세요:
{
"mcpServers": {
"vybsly": {
"command": "npx",
"args": ["-y", "vybsly-mcp"],
"env": { "VYBSLY_API_KEY": "your_api_key_here" }
}
}
}사용 가능한 도구
도구 | 목적 |
| 엄격 모드 필터가 포함된 전체 콘텐츠 웹 검색 |
| 웹 + 백과사전 연합 검색 |
| 모든 URL에서 전체 콘텐츠 추출 (JS 렌더링) |
| 질문하고 출처가 포함된 AI 답변 받기 |
| 실시간 주가 |
| 실시간 암호화폐 데이터 |
| 현재 날씨 + 5일 예보 |
| 최근 뉴스 기사 |
| 실시간 스포츠 베팅 라인 |
| 주소 → 좌표 변환 |
| 턴바이턴 운전 경로 |
예시 (Claude에서의 자연어 사용)
"최근 CRISPR 연구 논문만 검색해줘" →
research=true, strict=true와 함께vybsly_search사용
"아인슈타인의 가장 유명한 방정식은 무엇인가요?" →
vybsly_knowledge사용 — 백과사전 + 웹 결과 가져오기
"https://arxiv.org/abs/2501.00001의 기사를 추출해줘" →
vybsly_extract사용 — 전체 마크다운 반환
"AAPL 주가는 얼마이고 뉴욕 날씨는 어때?" →
vybsly_stocks+vybsly_weather를 병렬로 사용
환경 변수
변수 | 설명 | 기본값 |
| API 키 (무료 티어는 선택 사항) | (없음) |
| API 기본 URL |
|
무료 vs 유료
무료: 월 1,000회 쿼리, 일일 50회
스타터 (월 $9): 월 10,000회
프로 (월 $29): 월 50,000회
비즈니스 (월 $99): 월 250,000회
엔터프라이즈: 영업팀에 문의
vybsly.ai/developers.html에서 언제든지 업그레이드하세요.
링크
웹사이트: vybsly.ai
API 문서: vybsly.ai/docs.html
개발자 포털: vybsly.ai/developers.html
라이선스
MIT © Blue Fusion Labs
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- FlicenseNot gradedqualityDmaintenanceProvides comprehensive search capabilities including web search, content extraction, news search, academic search, and AI-powered multi-source research. Enables natural language access to web content and research through a production-ready MCP server.
- AlicenseBqualityDmaintenanceAn MCP server that enables AI models to perform Google Web searches using the Gemini API, complete with citations and grounding metadata for accurate information retrieval. It is compatible with Claude Desktop and other MCP clients for real-time web access.13Apache 2.0
- AlicenseBqualityDmaintenanceMCP server providing search, extract, map, and crawl tools powered by Tavily for real-time web data access.414MIT
- AlicenseAqualityBmaintenanceMCP server for web search powered by Google AI Mode (Gemini). Enables any AI agent to search the web in real-time for free and without rate limits.2172MIT
Related MCP Connectors
Serper MCP — wraps the Serper Google Search API (serper.dev)
Fast, intelligent web search and web crawling. New mcp tool: Exa-code is a context tool for coding
Search your AI chat history (ChatGPT, Claude, Codex) from any MCP client. Remote, private, read-only
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/BlueFusionLab/vybsly-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server