fintools-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| about_fintoolsA | Explain the public connector and the paid Fintools MCP package. Use this when a user asks what Fintools can do, what package is installed, how to upgrade, or why a market-analysis workflow is unavailable here. |
| check_connectionA | Confirm that the public Fintools connector is connected and responding. |
| get_stock_quoteB | Get a basic stock quote in the public Fintools connector. Args: ticker: Stock symbol, such as AAPL, SPY, or TSLA. |
| get_data_source_statsA | Show public connector cache status and provider request counters. |
| get_trend_scoreC | Paid Fintools MCP required: graduated trend score with component breakdowns. |
| get_technical_indicatorsC | Paid Fintools MCP required: RSI, MACD, ATR, EMAs, Fibonacci, and chart context. |
| get_support_resistanceC | Paid Fintools MCP required: support/resistance levels and structure. |
| screen_stocksC | Paid Fintools MCP required: custom screens by trend, RSI, EMAs, and volume. |
| find_breakoutsD | Paid Fintools MCP required: breakout discovery and candidate surfacing. |
| compare_tickersC | Paid Fintools MCP required: side-by-side technical comparison. |
| analyze_options_chainD | Paid Fintools MCP required: options-chain context and liquidity filters. |
| get_option_quoteC | Paid Fintools MCP required: option quote, spread, IV, and entry P&L context. |
| calculate_position_sizeC | Paid Fintools MCP required: risk-based position sizing. |
| calculate_atr_positionC | Paid Fintools MCP required: ATR-based position sizing. |
| analyze_tradesC | Paid Fintools MCP required: trade-stat calculations and review context. |
| get_market_snapshotD | Paid Fintools MCP required: day-context gates, flags, and fresh_add_status. |
| winner_similarity_scanC | Paid Fintools MCP required: winner-similarity candidate ranking and triage. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 17 tools
Each tool has a distinct purpose: quotes, technical analysis, options, position sizing, screening, meta functions. No two tools appear to do the same thing, and descriptions clearly differentiate them.
Most tools follow a verb_noun pattern with snake_case (e.g., get_stock_quote, calculate_position_size). Minor inconsistency: 'about_fintools' and 'winner_similarity_scan' break the pattern slightly, but overall the naming is predictable and clear.
With 17 tools, the server covers a broad financial toolkit without being overwhelming. Each tool appears necessary for the domain of financial analysis and trading, and the count feels well-scoped.
The tool set covers core financial workflows: quotes, technical indicators, options, trades, scanning, and position sizing. Minor gaps exist (e.g., no historical price data, no news), but the provided tools form a coherent and functional surface for the stated purpose.