flashalpha-options-analytics
mcpsmitheryReal-time options analytics MCP server. 23 tools covering gamma/delta/vanna/charm exposure (GEX/DEX/VEX/CHEX), dealer positioning, 0DTE analytics, volatility surfaces, SVI parametrization, arbitrage detection, variance swaps, VRP dashboard, Black-Scholes greeks, IV solver, Kelly criterion sizing, option quotes, historical tick data, and key options levels for US equities. Streamable HTTP transport, API key auth.
By Smithery | 80 findings | Scanned 5/28/2026 | tooltrust-scanner/v0.3.12
Risk Summary
Safe With Normal ControlsSecret Handling is the main signal, but overall risk remains within an acceptable range.
Potential impact: Sensitive credentials may be read, logged, or leaked to external systems.
Recommended action: No high-risk findings were detected in this scan, but you should still apply least-privilege defaults and rescan after changes.
Suggested policy: keep this tool behind manual approval, do not allow unattended runs, and re-scan after narrowing risky permissions.
Security Findings (80)
input parameter "apiKey" appears to accept a secret or credential
get_historical_max_painget_historical_volatilityget_historical_zero_dteget_historical_coverageget_narrativesolve_ivget_historical_narrativeget_tickersget_historical_vrpget_vrp_historyget_historical_dexget_historical_stock_summaryget_levelsget_option_chainget_historical_surfacecalculate_greeksget_advanced_volatilityget_accountget_option_quotecalculate_kellyget_historical_stock_quoteget_vrpget_historical_levelsget_historical_exposure_summaryget_historical_vexget_volatilityget_historical_gexget_zero_dteget_historical_advanced_volatilityget_historical_chexget_historical_option_quoteget_stock_summaryget_chexget_vexget_stock_quoteget_exposure_summaryget_gexget_dexFix: Avoid accepting raw credentials as input parameters. Use secret managers (e.g. 1Password CLI, AWS Secrets Manager) and ensure credentials are never logged or stored in agent traces.
tool declares db permission
get_historical_coverageget_historical_vrpFix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.
get_option_quote:tool declares http permission
Fix: Tool requests broad permissions (exec/fs/network). Validate input parameters using Enums where possible, and restrict file system operations to explicit allowed directories.
get_option_quote:tool performs network or execution operations but declares no rate-limit, timeout, or retry configuration
Fix: Declare explicit rate-limit, timeout, and retry configuration for all network and execution tools. Implement exponential back-off and surface resource state to the calling agent.
Tool did not expose metadata.dependencies or repo_url, so supply-chain coverage is limited.
get_historical_max_painget_historical_volatilityget_historical_zero_dteget_historical_coverageget_narrativesolve_ivget_historical_narrativeget_tickersget_historical_vrpget_vrp_historyget_historical_dexget_historical_stock_summaryget_levelsget_option_chainget_historical_surfacecalculate_greeksget_advanced_volatilityget_accountget_option_quotecalculate_kellyget_historical_stock_quoteget_vrpget_historical_levelsget_historical_exposure_summaryget_historical_vexget_volatilityget_historical_gexget_zero_dteget_historical_advanced_volatilityget_historical_chexget_historical_option_quoteget_stock_summaryget_chexget_vexget_stock_quoteget_exposure_summaryget_gexget_dexFix: Review and remediate the identified issue.
Scan this tool yourself
Reproduce this audit locally, integrate into CI, or let your agent audit its own tools.
Install once, then scan any MCP server:
$ curl -sfL https://raw.githubusercontent.com/AgentSafe-AI/tooltrust-scanner/main/install.sh | bash$ tooltrust-scanner scan --server "npx -y flashalpha-options-analytics"Adjust the package name if your npm registry name differs from the tool ID. View source
Add badge to your README
Copy this Markdown to show your ToolTrust grade on GitHub.
[](https://github.com/AgentSafe-AI/tooltrust-directory)