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 uses | — | 13,664 |
| Score | 49 | 75 |
| Official | — | — |
| Categories | SearchWeb ScrapingKnowledge Graph | FinanceDeveloper ToolsWeb Scraping |
| Language | Python | Python |
| Last commit | this month | 2 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/mcpLocal 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 Codeakshare-one-mcp · Install
Installation
Via Smithery (Recommended)
npx -y @smithery/cli install @zwldarren/akshare-one-mcp --client claudeVia uv
- Install uv if you haven't already
- Add this to your Claude Desktop config:
{
"mcpServers": {
"akshare-one-mcp": {
"command": "uvx",
"args": ["akshare-one-mcp"]
}
}
}Local Development
- Clone:
git clone https://github.com/zwldarren/akshare-one-mcp.git - Install deps:
uv sync - Add to Claude config with
uv run akshare-one-mcpin the command