MCP Financial Tools
# MCP Financial Tools
Actionable financial intelligence for AI agents via the [Model Context Protocol](https://modelcontextprotocol.io/).
## Tools
| Tool | Description |
|------|-------------|
| `get_insider_buys` | Scored insider buying signals from SEC Form 4 filings |
| `get_earnings_iv_plays` | High-IV earnings plays for volatility crush strategies |
| `analyze_stock` | Comprehensive stock analysis with technicals + options |
| `get_market_pulse` | Market overview with indices, VIX, sector performance |
| `screen_options_wheel` | Best cash-secured put candidates for wheel strategy |
| `get_congressional_trades` | Congressional stock trade signals from House disclosures |
All data from free public sources (SEC EDGAR, Yahoo Finance). No API keys required.
## Install
```bash
pip install mcp-financial-tools
```
## Usage with Claude Desktop
Add to your Claude Desktop config (`~/Library/Application Support/Claude/claude_desktop_config.json`):
```json
{
"mcpServers": {
"financial-tools": {
"command": "mcp-financial-tools"
}
}
}
```
Then ask Claude things like:
- "What insider buying signals are there this week?"
- "Analyze NVDA for me"
- "What's the market pulse right now?"
- "Find earnings IV crush plays for next week"
- "Screen for wheel strategy candidates under $200"
## License
MIT
TDQS
Scored across 6 tools
Each tool targets a distinct financial domain: stock analysis, congressional trades, earnings IV plays, insider buys, market overview, and option screening. No overlap in purpose or output.
All tools follow a consistent verb_noun pattern in snake_case (e.g., analyze_stock, get_market_pulse). The verbs are clear and the nouns precisely describe the resource.
6 tools cover a broad yet focused set of financial analysis and trading signals. The count is well-scoped—neither too few to be useful nor too many to be overwhelming.
The tool set covers major areas: stock analysis, market pulse, insider trading, earnings plays, and a specific options strategy. Missing are detailed option chains or historical data, but core workflows are solid.