RivalSearchMCP
Advanced MCP server for web research, content discovery, and trends analysis.
🆓 100% Free & Open Source — No API keys, no subscriptions, no rate limits. Just add one URL and go.
What It Does
RivalSearchMCP provides comprehensive tools for accessing web content, performing multi-engine searches, analyzing websites, conducting research workflows, and analyzing trends data. It includes 6 core tool categories for comprehensive web research capabilities.
✅ Why It's Useful
- Access web content and perform searches with anti-detection measures
- Analyze website content and structure with intelligent crawling
- Conduct end-to-end research workflows with progress tracking
- Analyze trends data with comprehensive export options
- Generate LLMs.txt documentation files for websites
- Integrate with AI assistants for enhanced web research
💡 Example Query
Once connected, try asking your AI assistant:
"Use rival-search-mcp to research trends for AI agents and automation workflows in 2026. Search for the latest developments, analyze how interest has changed over time, compare regional adoption, find related emerging topics, and export the findings to a report."
📦 How to Get Started
RivalSearchMCP runs as a remote MCP server hosted on FastMCP. Just follow the steps below to install, and go.
Connect to Live Server
Or add this configuration manually:
For Cursor:
{
"mcpServers": {
"RivalSearchMCP": {
"url": "https://RivalSearchMCP.fastmcp.app/mcp"
}
}
}
For Claude Desktop:
- Go to Settings → Add Remote Server
- Enter URL:
https://RivalSearchMCP.fastmcp.app/mcp
For VS Code:
- Add the above JSON to your
.vscode/mcp.jsonfile
For Claude Code:
- Use the built-in MCP management:
claude mcp add RivalSearchMCP --url https://RivalSearchMCP.fastmcp.app/mcp
Local Development
If you want to run the server locally or contribute:
-
Clone the repository:
git clone https://github.com/damionrashford/RivalSearchMCP.git cd RivalSearchMCP -
Install dependencies:
pip install -r requirements.txt -
Run the server:
# Runs in stdio mode by default (compatible with Claude/IDE MCP clients) python server.pyTo connect your local instance to Claude Desktop, add this to your
claude_desktop_config.json:"RivalSearchMCP-local": { "command": "python", "args": ["/absolute/path/to/RivalSearchMCP/server.py"] }
🛠 Available Tools
Search & Discovery (1 tool)
web_search— Advanced web search with Cloudflare bypass, rich snippets detection, and multi-engine fallback
Content Retrieval (2 tools)
retrieve_content— Enhanced content retrieval from URLs with multiple extraction methodsstream_content— Real-time streaming content processing from WebSocket URLs
Website Analysis (1 tool)
traverse_website— Intelligent website exploration with different modes (research, docs, map)
Content Analysis (2 tools)
analyze_content— AI-powered content analysis and insights extractionextract_links— Link extraction and analysis from web pages
Trends Analysis (10 tools)
search_trends— Search for trends data for given keywordsget_related_queries— Get related queries for a keyword with interest valuesget_interest_by_region— Get interest by geographic region for a keywordget_trending_searches— Get trending searches for a locationexport_trends_to_csv— Export trends data to CSV fileexport_trends_to_json— Export trends data to JSON filecreate_sql_table— Create SQLite table with trends datacompare_keywords_comprehensive— Comprehensive comparison of multiple keywordsget_interest_over_time— Get interest over time for keywordsget_related_topics— Get related topics for a keyword
Research Workflows (1 tool)
research_topic— End-to-end research workflow for comprehensive topic analysis
Documentation Generation (1 tool)
generate_llms_txt— Generate LLMs.txt files for websites following the llmstxt.org specification
⚡ Key Features
- Anti-Detection: Cloudflare bypass and rate limiting for reliable scraping
- Rich Snippets: Advanced detection of featured snippets and rich results
- Multi-Engine Fallback: Automatic fallback to alternative search engines
- Progress Tracking: Real-time progress reporting for long-running operations
- Data Export: Multiple format support (CSV, JSON, SQL) for trends data
- Intelligent Crawling: Smart website traversal with configurable depth and modes
💬 FAQ
Is RivalSearchMCP really free?
Yes! RivalSearchMCP is 100% free and open source under the MIT License. There are no API costs, no subscriptions, and no rate limits. You can use the hosted server or run it locally.
Do I need API keys?
No. RivalSearchMCP works out of the box without any API keys. Just add the server URL to your MCP client and you're ready to go.
What MCP clients are supported?
RivalSearchMCP works with any MCP-compatible client including Claude Desktop, Cursor, VS Code, and Claude Code.
Can I self-host this?
Absolutely! Clone the repo, install dependencies, and run python server.py. Full instructions are in the Getting Started section above.
📚 Documentation
For detailed guides and examples, visit the Full Documentation.
🤝 Contributing
Contributions are welcome! Whether it's fixing bugs, adding new research tools, or improving documentation, your help is appreciated.
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature) - Commit your Changes (
git commit -m 'Add some AmazingFeature') - Push to the Branch (
git push origin feature/AmazingFeature) - Open a Pull Request
💡 Issues, Feedback & Support
Found a bug, have a feature request, or want to share how you're using RivalSearchMCP? We'd love to hear from you!
- Report a bug — Help us improve by reporting issues
- Request a feature — Suggest new capabilities you'd find useful
- Share your use case — Tell us how you're using RivalSearchMCP
Attribution & License
This is an open source project under the MIT License. If you use RivalSearchMCP, please credit it by linking back to RivalSearchMCP. See LICENSE file for details.
⭐ Like this project? Give it a star!
If you find RivalSearchMCP useful, please consider giving it a star. It helps others discover the project and motivates continued development!