MonteWalk
Verified Safeby N-lia
Overview
MonteWalk transforms AI assistants into institutional-grade quantitative trading terminals for real-time market analysis, risk management, and strategy backtesting using paper trading.
Installation
docker build -t montewalk . && docker run -p 7860:7860 -e ALPACA_API_KEY=<YOUR_ALPACA_API_KEY> -e ALPACA_SECRET_KEY=<YOUR_ALPACA_SECRET_KEY> -e NEWSAPI_KEY=<YOUR_NEWSAPI_KEY> -e MODAL_ENDPOINT_URL=<YOUR_MODAL_ENDPOINT_URL> montewalkEnvironment Variables
- ALPACA_API_KEY
- ALPACA_SECRET_KEY
- NEWSAPI_KEY
- MODAL_ENDPOINT_URL
Security Notes
The project emphasizes paper trading only, preventing real money risk. API keys are loaded from environment variables (.env file) and are not hardcoded. Pre-trade risk checks are implemented to prevent excessive portfolio concentration. No 'eval' or obvious obfuscation was found. Relies on external APIs (Alpaca, CoinGecko, NewsAPI, Modal) which introduce third-party dependency risks.
Similar Servers
maverick-mcp
Personal-use FastMCP server for professional-grade financial data analysis, technical indicators, and portfolio optimization tools integrated with Claude Desktop.
finance-trading-ai-agents-mcp
A specialized MCP server for financial analysis and quantitative trading, designed to deploy local financial MCP services with a departmental architecture for LLM integration and algorithmic trading.
Financial-Modeling-Prep-MCP-Server
Enables AI assistants to fetch and analyze comprehensive financial market data, company fundamentals, and economic indicators from Financial Modeling Prep.
alpha_vantage_mcp
Enables LLMs and agentic workflows to seamlessly interact with real-time and historical stock market data through the Model Context Protocol (MCP).