loaditout.ai
SkillsPacksTrendingLeaderboardAPI DocsBlogSubmitRequestsCompareAgentsXPrivacyDisclaimer
{}loaditout.ai
Skills & MCPPacksBlog

fintools-mcp

MCP Tool

slimbiggins007/fintools-mcp

Financial analysis tools for AI assistants via MCP — technical indicators, options analysis, position sizing, and trade statistics

Install

$ npx loaditout add slimbiggins007/fintools-mcp

Platform-specific configuration:

.claude/settings.json
{
  "mcpServers": {
    "fintools-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "fintools-mcp"
      ]
    }
  }
}

Add the config above to .claude/settings.json under the mcpServers key.

About

fintools-mcp

Financial analysis tools for AI assistants via MCP (Model Context Protocol).

Give Claude, ChatGPT, Cursor, or any MCP-compatible AI access to real financial analysis — not just stock prices, but the analytical toolkit a trader actually uses.

Tools

| Tool | What it does | |------|-------------| | get_technical_indicators | RSI, MACD, ATR, EMAs (9/21/50/200), Fibonacci levels, trend assessment | | get_stock_quote | Current price, volume, 52-week range, market cap | | analyze_options_chain | Options chain with IV analysis, liquidity filtering, put/call ratios | | calculate_position_size | Risk-based position sizing with stop loss and profit target | | calculate_atr_position | ATR-based position sizing — auto-calculates stop and target from volatility | | analyze_trades | Win rate, profit factor, Sharpe ratio, drawdown, streaks from trade P&Ls | | compare_tickers | Side-by-side technical comparison across multiple symbols |

Quick Start
Install
pip install fintools-mcp

Or with uv:

uv pip install fintools-mcp
Add to Claude Desktop

Edit ~/Library/Application Support/Claude/claude_desktop_config.json:

{
  "mcpServers": {
    "fintools": {
      "command": "uv",
      "args": ["run", "--from", "fintools-mcp", "fintools-mcp"]
    }
  }
}

Or if installed via pip:

{
  "mcpServers": {
    "fintools": {
      "command": "fintools-mcp"
    }
  }
}
Add to Claude Code
claude mcp add fintools -- uv run --from fintools-mcp fintools-mcp
Examples

Once configured, you can ask your AI assistant things like:

  • "What's the technical setup on AAPL right now?"
  • "Analyze the SPY options chain for next Friday"
  • "If I want to go long NVDA with a $100k account risking 1.5%, how many shares and where's my stop?"
  • "Compare AAPL, GOOGL, MSFT, and AMZN — which has the strongest trend?"
  • "Here are my last

Tags

ai-toolsclaudefinancefintechmcpmodel-context-protocoloptionsposition-sizingpythonstockstechnical-analysistrading

Reviews

Loading reviews...

Quality Signals

1
Stars
0
Installs
Last updated17 days ago
Security: AREADME

Safety

Risk Levelmedium
Data Access
read
Network Accessnone

Details

Sourcegithub-crawl
Last commit3/30/2026
View on GitHub→

Embed Badge

[![Loaditout](https://loaditout.ai/api/badge/slimbiggins007/fintools-mcp)](https://loaditout.ai/skills/slimbiggins007/fintools-mcp)