Heventure Search MCP
The Heventure Search MCP server provides web search and webpage content extraction for AI tools like Claude Desktop and Cursor.
Web search using the
web_searchtool with multiple engines: DuckDuckGo, Bing, Google, SerpAPI, or Tavily. Usebothto query multiple engines simultaneously.Control results: specify
max_results(1–20, default 10) and choose a specificsearch_engine.Extract webpage content via the
get_webpage_contenttool — provide any URL to retrieve its readable text.No API keys required for free engines (DuckDuckGo, Bing, Google); optionally configure SerpAPI or Tavily keys for enhanced quality.
Caching with LRU cache (300s TTL, 100 entries) for performance.
Provides web search capabilities using DuckDuckGo's search engine, supporting both API and HTML parsing methods to retrieve search results without requiring an API key.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Heventure Search MCPfind recent developments in quantum computing"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
中文 | English
🔍 MCP Web Search Server
Free forever. No API key required. A web search MCP server that works out of the box with Claude Desktop, Cursor, and any MCP-compatible AI tool.
pip install heventure-search-mcp✨ Why?
Most MCP search servers require you to sign up for API keys (Bing, Google, SerpAPI...). This one works immediately — zero configuration, zero cost, zero sign-ups.
Feature | This Server | Others |
No API key needed | ✅ | ❌ |
DuckDuckGo (free) | ✅ | varies |
Bing (free) | ✅ | ❌ |
Google (free) | ✅ | ❌ |
Optional SerpAPI/Tavily | ✅ | ✅ |
Async + caching | ✅ | varies |
Install in 10 seconds | ✅ | varies |
Related MCP server: Web Search MCP Server
🚀 Quick Start
Option 1: Claude Desktop / Cursor
Add to your MCP config:
{
"mcpServers": {
"web-search": {
"command": "uvx",
"args": ["heventure-search-mcp"]
}
}
}Option 2: Command Line
pip install heventure-search-mcp
heventure-search-mcpOption 3: Docker
docker run -p 8080:8080 heventure-search-mcp🔧 Available Tools
web_search
Search the web with multiple engines simultaneously.
Parameter | Type | Default | Description |
| string | required | Search query |
| int | 10 | Number of results (1-20) |
| string |
|
|
get_page_content
Extract readable text from any webpage.
Parameter | Type | Default | Description |
| string | required | Page URL to fetch |
🔑 Optional: Enhanced Search
The free engines work great for most use cases. For higher quality results, you can optionally add paid API keys:
# SerpAPI — 100 free searches/month
export SERPAPI_KEY="your_key"
# Tavily — 1,000 free searches/month
export TAVILY_API_KEY="your_key"🏗️ Architecture
Engines: DuckDuckGo, Bing, Google, SerpAPI, Tavily
Caching: LRU cache with 300s TTL (100 entries max)
Protocol: MCP (Model Context Protocol)
Runtime: Python 3.10+ with asyncio
🤝 Contributing
Issues and Pull Requests are welcome! See CONTRIBUTING.md for guidelines.
📄 License
MIT License — use it however you want.
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
- AlicenseAqualityDmaintenanceEnables browser automation using Puppeteer through the MCP interface. Allows launching browsers, creating pages, and executing arbitrary JavaScript for web scraping, testing, and debugging tasks.Last updated52502MIT
- Flicense-qualityBmaintenanceEnables web search across multiple search engines (DuckDuckGo, Bing, Startpage) with parallel execution and result deduplication. Also provides web page content extraction capabilities.Last updated2
- AlicenseBqualityAmaintenanceEnables privacy-focused web searches using DuckDuckGo and extraction of clean, readable content from web pages with support for parallel processing of multiple URLs.Last updated263131Apache 2.0
- Alicense-qualityCmaintenanceEnables web searching through Google, DuckDuckGo, and Bing using a headless Chrome browser, returning structured results with titles, URLs, and snippets. Also supports fetching and extracting text content from any webpage.Last updated11MIT
Related MCP Connectors
LLM-ready web search + instant answers + URL-to-clean-text fetch for agents and RAG.
Web search for AI agents — one tool across 6 engines, routed to the cheapest + cached.
The best web search for your AI Agent
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/HughesCuit/heventure-search-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server