maverick-mcp
Verified Safeby wshobson
Overview
Personal-use FastMCP server for professional-grade financial data analysis, technical indicators, and portfolio optimization tools integrated with Claude Desktop.
Installation
make devEnvironment Variables
- TIINGO_API_KEY
Security Notes
The server follows good security practices for its intended personal, local-first use. It externalizes API keys via environment variables, uses SQLAlchemy for SQL injection prevention, implements input validation, basic rate limiting, and secure HTTP headers. While `eval` is present in test files, it's not exposed in production-facing code. Development scripts use `subprocess.run`, which is common for developer tools but should be used with caution in other contexts. Overall, a robust security model for its defined scope.
Similar Servers
alpaca-mcp-server
A comprehensive Model Context Protocol (MCP) server for Alpaca's Trading API, enabling natural language trading operations through AI assistants for stocks, options, crypto, portfolio management, and real-time market data.
tradingview-mcp
Provides real-time cryptocurrency and stock market analysis for traders, analysts, and AI assistants via the Model Context Protocol (MCP).
mcp-aktools
This MCP server provides real-time and historical financial data for stocks and cryptocurrencies, offering search, detailed information retrieval, market overviews, news, and analysis capabilities.
crypto-indicators-mcp
Provides an MCP server with over 50 cryptocurrency technical analysis indicators and strategies to empower AI trading agents in analyzing market trends and developing quantitative strategies.