Vybsly MCP
适用于 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" }
}
}
}可用工具
工具 | 用途 |
| 带有严格模式过滤器的全内容网页搜索 |
| 联合网页 + 百科全书搜索 |
| 从任何 URL 提取完整内容(JS 渲染) |
| 提出问题,获取带有来源的 AI 回答 |
| 实时股票价格 |
| 实时加密货币数据 |
| 当前天气 + 5 天预报 |
| 最新新闻文章 |
| 实时体育博彩赔率 |
| 地址 → 坐标 |
| 逐向导航路线 |
示例(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
环境变量
变量 | 描述 | 默认值 |
| 你的 API 密钥(免费层级可选) | (无) |
| API 基础 URL |
|
免费与付费
免费:每月 1,000 次查询,每天 50 次
入门版(每月 9 美元):每月 10,000 次
专业版(每月 29 美元):每月 50,000 次
商业版(每月 99 美元):每月 250,000 次
企业版:联系销售
随时在 vybsly.ai/developers.html 升级。
链接
网站:vybsly.ai
API 文档:vybsly.ai/docs.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