loading…
Search for a command to run...
loading…
MCP server for Vybsly AI-first search API, providing full-content web search with 24M+ pages, encyclopedia federation, strict-mode filters, and real-time data t
MCP server for Vybsly AI-first search API, providing full-content web search with 24M+ pages, encyclopedia federation, strict-mode filters, and real-time data tools. Enables natural language search, content extraction, and access to live data like stocks, weather, and news through Claude Desktop, Cursor, or other MCP clients.
MCP (Model Context Protocol) server for Vybsly — the AI-first search API with 29M+ full-content pages, encyclopedia federation, strict-mode filters, and real-time data tools.
Works with Claude Desktop, Cursor, Windsurf, or any MCP-compatible client.
Other search APIs return snippets. Vybsly returns up to 30,000 characters of clean, extracted content per result — the full page, ready for RAG and agent context. No scraping, no follow-up fetches.
/knowledge)npm install -g vybsly-mcp
Or use directly with npx:
npx vybsly-mcp
Sign up free at vybsly.ai/developers.html — 1,000 free queries/month, no credit card required.
Edit ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows):
{
"mcpServers": {
"vybsly": {
"command": "npx",
"args": ["-y", "vybsly-mcp"],
"env": {
"VYBSLY_API_KEY": "your_api_key_here"
}
}
}
}
Restart Claude Desktop. Vybsly tools will appear in the tool picker.
Add to your .cursor/mcp.json or equivalent:
{
"mcpServers": {
"vybsly": {
"command": "npx",
"args": ["-y", "vybsly-mcp"],
"env": { "VYBSLY_API_KEY": "your_api_key_here" }
}
}
}
| Tool | Purpose |
|---|---|
vybsly_search |
Full-content web search with strict-mode filters |
vybsly_knowledge |
Federated web + encyclopedia search |
vybsly_extract |
Extract full content from any URL (JS-rendered) |
vybsly_ask |
Ask a question, get a sourced AI answer |
vybsly_stocks |
Live stock prices |
vybsly_crypto |
Live cryptocurrency data |
vybsly_weather |
Current weather + 5-day forecast |
vybsly_news |
Recent news articles |
vybsly_odds |
Live sports betting lines |
vybsly_geocode |
Address → coordinates |
vybsly_directions |
Turn-by-turn driving directions |
"Search for recent CRISPR research papers only" → uses
vybsly_searchwithresearch=true, strict=true
"What's Einstein's most famous equation?" → uses
vybsly_knowledge— gets encyclopedia + web results
"Extract the article at https://arxiv.org/abs/2501.00001" → uses
vybsly_extract— returns full markdown
"What's AAPL trading at and how's the weather in NYC?" → uses
vybsly_stocks+vybsly_weatherin parallel
| Variable | Description | Default |
|---|---|---|
VYBSLY_API_KEY |
Your API key (optional for free tier) | (none) |
VYBSLY_BASE_URL |
API base URL | https://vybsly.ai/api/v1 |
Upgrade anytime at vybsly.ai/developers.html.
MIT © Blue Fusion Labs
Добавь это в claude_desktop_config.json и перезапусти Claude Desktop.
{
"mcpServers": {
"vybsly-mcp": {
"command": "npx",
"args": []
}
}
}Web content fetching and conversion for efficient LLM usage.
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also