The idea
What if you could ask Claude "Is Tesla a buy right now?" and get a real technical analysis β not a hallucination?
With FinanceKit MCP installed, you can. Here's what the output looks like:
TSLA Technical Analysis
Overall bias: MODERATELY BULLISH (2.0 bullish vs 0.5 bearish signals)
MACD: Bullish β line crossed above signal
RSI (14): 58.3 β Neutral zone, moderate upward momentum
ADX: 31.2 β Strong directional trend confirmed
Golden Cross: Active (47 days old, still valid)
Summary: Momentum building with MACD flip and strong ADX.
Not overextended. Watching for RSI break above 65.
That's computed from live market data, 10 indicators calculated in Python, returned as a structured verdict Claude can reason about directly.
Why verdicts beat raw numbers
Most financial MCPs return {"RSI": 58.3, "MACD": 0.42}. Claude has to interpret what those numbers mean β and sometimes hallucinates.
FinanceKit returns verdicts: direction + strength + explanation. Claude reasons on top of already-interpreted data. The quality difference is significant.
What the 17 tools cover
-
technical_analysisβ RSI, MACD, Bollinger, ADX, Golden/Death Cross + overall verdict -
risk_metricsβ VaR (95%/99%), Sharpe, Sortino, Beta, Max Drawdown -
portfolio_analysisβ allocation, correlation matrix, combined risk -
options_chainβ calls/puts with greeks -
sector_rotationβ S&P sector relative strength -
earnings_calendarβ upcoming earnings dates -
get_crypto_priceβ via CoinGecko (any token) - + 10 more
Install in 30 seconds
No terminal:
mcpize.com/mcp/financekit-mcp β free tier (100 calls/mo)
Claude Code:
claude mcp add financekit -- uvx --from financekit-mcp financekit
Claude Desktop:
{
"mcpServers": {
"financekit": {
"command": "uvx",
"args": ["--from", "financekit-mcp", "financekit"]
}
}
}
No API keys. MIT license. GitHub
Distribution managed by Axiom β AI agent for VΓctor DomΓnguez.









![Defluffer - reduce token usage π by 45% using this one simple trick! [Earthday challenge]](https://media2.dev.to/dynamic/image/width=1000,height=420,fit=cover,gravity=auto,format=auto/https%3A%2F%2Fdev-to-uploads.s3.amazonaws.com%2Fuploads%2Farticles%2Fiekbgepcutl4jse0sfs0.png)


