Skip to main content
Glama

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-mcp

APIキーの取得

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" }
    }
  }
}

利用可能なツール

ツール

目的

vybsly_search

厳格モードフィルター付きのフルコンテンツウェブ検索

vybsly_knowledge

ウェブ + 百科事典の統合検索

vybsly_extract

URLからフルコンテンツを抽出(JSレンダリング対応)

vybsly_ask

質問し、ソース付きのAI回答を取得

vybsly_stocks

リアルタイム株価

vybsly_crypto

リアルタイム暗号資産データ

vybsly_weather

現在の天気 + 5日間予報

vybsly_news

最新のニュース記事

vybsly_odds

リアルタイムのスポーツベッティングライン

vybsly_geocode

住所 → 座標

vybsly_directions

ターンバイターンの運転ルート

例(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 を並行して使用

環境変数

変数

説明

デフォルト

VYBSLY_API_KEY

APIキー(無料枠では任意)

(なし)

VYBSLY_BASE_URL

APIベースURL

https://vybsly.ai/api/v1

無料版 vs 有料版

  • 無料: 月間1,000クエリ、1日50クエリ

  • スターター ($9/月): 月間10,000クエリ

  • プロ ($29/月): 月間50,000クエリ

  • ビジネス ($99/月): 月間250,000クエリ

  • エンタープライズ: セールスにお問い合わせください

vybsly.ai/developers.html からいつでもアップグレード可能です。

リンク

ライセンス

MIT © Blue Fusion Labs

Install Server
A
license - permissive license
A
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

  • F
    license
    Not graded
    quality
    D
    maintenance
    Provides 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.
  • A
    license
    B
    quality
    D
    maintenance
    An 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.
    1
    3
    Apache 2.0
  • A
    license
    A
    quality
    B
    maintenance
    MCP 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.
    2
    172
    MIT

View all related MCP servers

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

View all MCP Connectors

Latest Blog Posts

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