everything vs cc-equity-research
Side-by-side comparison to help you pick between these two MCP servers.
everything by modelcontextprotocol | cc-equity-research by prof-little-bear | |
|---|---|---|
| Stars | ★ 85,748 | ★ 39 |
| 30d uses | — | — |
| Score | 77 | 45 |
| Official | ✓ | — |
| Categories | Developer ToolsAI / LLM ToolsOther | FinanceAI / LLM ToolsProductivity |
| Language | TypeScript | — |
| Last commit | this month | this month |
everything · Summary
Official MCP test server exercising all protocol features for client builders.
cc-equity-research · Summary
Turns Claude Code into an equity-research agent with 24 analysis skills and a unified data MCP.
everything · Use cases
- Testing MCP client implementations against all protocol features
- Learning MCP protocol capabilities through a reference server
- Validating client compatibility with different transport methods
cc-equity-research · Use cases
- Perform comprehensive company analysis with financial forensics and earnings scorecards
- Discover investment opportunities through systematic screening and sector analysis
- Monitor portfolio positions with thesis tracking and catalyst calendars
everything · Install
NPX (recommended)
{
"mcpServers": {
"everything": {
"command": "npx",
"args": ["-y", "@modelcontextprotocol/server-everything"]
}
}
}On Windows, use cmd /c:
{
"mcpServers": {
"everything": {
"command": "cmd",
"args": ["/c", "npx", "-y", "@modelcontextprotocol/server-everything"]
}
}
}Docker
{
"mcpServers": {
"everything": {
"command": "docker",
"args": ["run", "-i", "--rm", "mcp/everything"]
}
}
}Global install
npm install -g @modelcontextprotocol/server-everything@latest
npx @modelcontextprotocol/server-everythingcc-equity-research · Install
git clone https://github.com/prof-little-bear/cc-equity-research.git
cd cc-equity-research
claudeInside Claude Code, run /mcp to check the drillr connection and authenticate if prompted.