Equity Intel Mcp
@cstamigo-droid
关于 Equity Intel Mcp
Stock intelligence for any LLM: SEC insider trades, superinvestor holdings (Dataroma), analyst consensus, valuation, options, and a composite ticker analysis. Runs on free/public data with graceful no-data handling (never fabricates a number).
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"equity-intel": {
"command": "python",
"args": [
"-m",
"equity_intel_mcp"
],
"cwd": "C:/path/to/equity-intel-mcp",
"env": {
"EDGAR_IDENTITY": "Your Name [email protected]"
}
}
}
}工具
7**Hero tool.** Runs every source in parallel and returns one scored verdict (BUY → AVOID) with a per-source breakdown.
Net insider buying vs. selling from SEC **Form 4** filings (180-day window), weighted by USD value.
Which of ~80 tracked value investors hold the stock, plus recent net buying/selling.
Live price snapshot + position in the 52-week range.
Wall Street buy/hold/sell consensus — scored from distribution of strong-buy to strong-sell ratings.
1-month implied move (straddle/spot) + put/call OI skew. Primary use: risk-sizing.
Fair-value estimate (forward EPS × sector P/E) + financial-health score (debt, liquidity, margins).
概览
What is Equity Intel MCP?
Equity Intel MCP is an institutional-grade equity analysis server for LLMs over the Model Context Protocol. It pulls insider buying, superinvestor holdings, analyst consensus, options-implied moves, and valuation from free/public data (SEC EDGAR, Yahoo Finance, Dataroma, Finnhub), then blends them into a single confidence-weighted verdict with a per-source breakdown.
How to use Equity Intel MCP?
Clone the repo, create a Python venv, install dependencies, set EDGAR_IDENTITY (and optionally FINNHUB_API_KEY) in .env, then run python -m equity_intel_mcp. For Claude Desktop, add the server configuration to claude_desktop_config.json. After setup, ask Claude questions like “Give me a full read on NVDA” or “Are insiders buying PLTR?”.
Key features of Equity Intel MCP?
- Institutional‑grade equity analysis for any LLM
- Blends multiple signals into a confidence‑weighted verdict
- Uses free public data (SEC EDGAR, Yahoo Finance, Dataroma)
- Graceful degradation: never fabricates a signal it lacks
- Uniform signal contract across all sources
- Resilient with per‑source TTL caching
Use cases of Equity Intel MCP?
- Get a holistic, scored stock analysis from a single MCP tool call
- Monitor insider buying/selling activity via SEC Form 4 filings
- Check which renowned value investors hold a stock and their recent trades
- Evaluate options‑implied moves for risk‑sizing a position
- Assess fair‑value estimate and financial health before a trade
FAQ from Equity Intel MCP
What data sources does Equity Intel MCP use?
SEC EDGAR (insider activity), Dataroma (superinvestor holdings), Yahoo Finance (quote, options, valuation), and Finnhub (analyst consensus). All are free/public, though Finnhub requires a free API key.
How does the server handle missing data?
If a source has no data, it returns “no signal” instead of a fake score. Missing data lowers the overall confidence but never invents a signal.
Is Equity Intel MCP investment advice?
No. It is for research and educational use only. Data comes from third‑party public sources and may be delayed or incomplete. Do your own due diligence.
What output formats are supported?
Every tool returns Markdown by default, or JSON when response_format="json" is specified for programmatic use.
How does the composite verdict work?
Each source produces a score (-100 to +100) and confidence (0–1). The composite weights each source by its importance multiplied by its own confidence, so thin signals don’t outvote strong ones.
其他 分类下的更多 MCP 服务器
Awesome Mlops
visengerA curated list of references for MLOps

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
评论