Skip to main content
Glama

适用于 Claude Desktop、Cursor、Windsurf 或任何兼容 MCP 的客户端。

为什么选择 Vybsly

其他搜索 API 只返回摘要。Vybsly 每个结果可返回 最多 30,000 个字符的纯净提取内容 — 即完整的页面,可直接用于 RAG 和智能体上下文。无需抓取,无需后续获取。

  • 2900 万以上网页索引,包含完整内容

  • 2500 万以上百科全书条目(通过 /knowledge 进行联合搜索)

  • 严格模式:通过允许列表强制执行研究/新闻/教育领域

  • 实时数据:股票、加密货币、天气、新闻、体育赔率、地图

  • 比 Tavily 便宜 8 倍每月 9 美元即可获得 10,000 次查询

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" → 使用 vybsly_search 并设置 research=true, strict=true

"What's Einstein's most famous equation?" → 使用 vybsly_knowledge — 获取百科全书 + 网页结果

"Extract the article at https://arxiv.org/abs/2501.00001" → 使用 vybsly_extract — 返回完整 Markdown

"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

免费与付费

  • 免费:每月 1,000 次查询,每天 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