MCP Hub
Back to servers

RivalSearchMCP

A comprehensive MCP server for web research and trend analysis featuring advanced search capabilities, website crawling, and trend data extraction without requiring API keys.

Stars
24
Forks
10
Tools
18
Updated
Jan 11, 2026

RivalSearchMCP

License: MIT MCP Server Python FastMCP LinkedIn

GitHub Stars GitHub Forks GitHub Issues Last Commit Visitor Count

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

Install MCP 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.json file

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:

  1. Clone the repository:

    git clone https://github.com/damionrashford/RivalSearchMCP.git
    cd RivalSearchMCP
    
  2. Install dependencies:

    pip install -r requirements.txt
    
  3. Run the server:

    # Runs in stdio mode by default (compatible with Claude/IDE MCP clients)
    python server.py
    

    To 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 methods
  • stream_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 extraction
  • extract_links — Link extraction and analysis from web pages

Trends Analysis (10 tools)

  • search_trends — Search for trends data for given keywords
  • get_related_queries — Get related queries for a keyword with interest values
  • get_interest_by_region — Get interest by geographic region for a keyword
  • get_trending_searches — Get trending searches for a location
  • export_trends_to_csv — Export trends data to CSV file
  • export_trends_to_json — Export trends data to JSON file
  • create_sql_table — Create SQLite table with trends data
  • compare_keywords_comprehensive — Comprehensive comparison of multiple keywords
  • get_interest_over_time — Get interest over time for keywords
  • get_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.

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. 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

👉 Open an Issue

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!

Star this repo

Reviews

No reviews yet

Sign in to write a review