Skip to main content
Glama
huntbuilds

MCP Financial Tools

by huntbuilds
README.md
# 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

A4.1/5.0

Scored across 6 tools

Disambiguation5/5

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.

Naming Consistency5/5

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.

Tool Count5/5

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.

Completeness4/5

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.

Maintenance

ActivityInactive
ResponsivenessSyncing