Vybsly MCP
Claude Desktop、Cursor、Windsurf、またはMCP互換クライアントで動作します。
Vybslyを選ぶ理由
他の検索APIはスニペットを返しますが、Vybslyは結果ごとに最大30,000文字のクリーンで抽出されたコンテンツを返します。これはRAGやエージェントのコンテキストとしてすぐに使用できるフルページです。スクレイピングや追加のフェッチは不要です。
2,900万以上のウェブページをフルコンテンツでインデックス化
2,500万以上の百科事典記事(
/knowledge経由の統合検索)厳格モード: 許可リストを使用して研究/ニュース/教育ドメインを強制
リアルタイムデータ: 株価、暗号資産、天気、ニュース、スポーツオッズ、地図
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での自然言語)
"Search for recent CRISPR research papers only" →
research=true, strict=trueを指定してvybsly_searchを使用
"What's Einstein's most famous equation?" →
vybsly_knowledgeを使用 — 百科事典 + ウェブ結果を取得
"Extract the article at https://arxiv.org/abs/2501.00001" →
vybsly_extractを使用 — 完全なマークダウンを返します
"What's AAPL trading at and how's the weather in NYC?" →
vybsly_stocks+vybsly_weatherを並行して使用
環境変数
変数 | 説明 | デフォルト |
| APIキー(無料枠では任意) | (なし) |
| APIベースURL |
|
無料版 vs 有料版
無料: 月間1,000クエリ、1日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