MCP server giving any LLM institutional-grade equity analysis: insider trades (SEC), superinvestor holdings, analyst consensus, valuation & options — on free data.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"equity-intel-mcp": {
"command": "uvx",
"args": [
"equity-intel-mcp"
]
}
}
}
Run in terminal:
claude mcp add equity-intel-mcp uvx equity-intel-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"equity-intel-mcp": {
"command": "uvx",
"args": [
"equity-intel-mcp"
]
}
}
}
Or install with pip: pip install equity-intel-mcp