MCP Catalogs
Home

RivalSearchMCP vs akshare-one-mcp

Side-by-side comparison to help you pick between these two MCP servers.

RivalSearchMCP
by damionrashford
akshare-one-mcp
by zwldarren
Stars★ 89★ 172
30d uses13,664
Score4975
Official
Categories
SearchWeb ScrapingKnowledge Graph
FinanceDeveloper ToolsWeb Scraping
LanguagePythonPython
Last committhis month2 mo ago

RivalSearchMCP · Summary

RivalSearchMCP is a comprehensive research MCP server offering deterministic search across 5 web engines, 9 social platforms, academic databases, news sources, and document analysis.

akshare-one-mcp · Summary

MCP server providing comprehensive Chinese stock market data through akshare-one API.

RivalSearchMCP · Use cases

  • Competitor research by gathering information from multiple sources simultaneously
  • Academic literature review with automatic conflict detection and source scoring
  • Market analysis by collecting news, social discussions, and GitHub activity
  • Document analysis and content extraction from various file types

akshare-one-mcp · Use cases

  • Financial analysts retrieving Chinese stock data for research
  • Algorithmic trading systems accessing real-time market information
  • Investment applications providing market data to users

RivalSearchMCP · Install

Installation Options

Connect to Live Server

**For Claude Desktop:**

{
  "mcpServers": {
    "RivalSearchMCP": {
      "url": "https://RivalSearchMCP.fastmcp.app/mcp"
    }
  }
}

**For Cursor:** Add the same JSON configuration to your MCP settings.

**For VS Code:** Add the JSON to .vscode/mcp.json

**For Claude Code:**

claude mcp add RivalSearchMCP --url https://RivalSearchMCP.fastmcp.app/mcp

Local Installation with FastMCP CLI

# Clone repository
git clone https://github.com/damionrashford/RivalSearchMCP.git
cd RivalSearchMCP

# Install to your MCP client:
fastmcp install claude-desktop server.py   # For Claude Desktop
fastmcp install cursor server.py           # For Cursor
fastmcp install claude-code server.py      # For Claude Code

akshare-one-mcp · Install

Installation

Via Smithery (Recommended)

npx -y @smithery/cli install @zwldarren/akshare-one-mcp --client claude

Via uv

  1. Install uv if you haven't already
  2. Add this to your Claude Desktop config:
{
  "mcpServers": {
    "akshare-one-mcp": {
      "command": "uvx",
      "args": ["akshare-one-mcp"]
    }
  }
}

Local Development

  1. Clone: git clone https://github.com/zwldarren/akshare-one-mcp.git
  2. Install deps: uv sync
  3. Add to Claude config with uv run akshare-one-mcp in the command
Comparison generated from public README + GitHub signals. Last updated automatically.