MonteWalk
Verified Safeby N-lia
Overview
Provides institutional-grade quantitative trading tools and analytics for AI agents, enabling real-time market data access, risk management, and strategy backtesting through the Model Context Protocol (MCP).
Installation
docker run -p 7860:7860 -e ALPACA_API_KEY=your_key -e ALPACA_SECRET_KEY=your_secret -e NEWSAPI_KEY=your_key -e MODAL_ENDPOINT_URL=your_url montewalkEnvironment Variables
- ALPACA_API_KEY
- ALPACA_SECRET_KEY
- NEWSAPI_KEY
- MODAL_ENDPOINT_URL
Security Notes
The server uses environment variables for all sensitive API keys (Alpaca, NewsAPI, Modal), preventing hardcoded secrets. Alpaca integration is explicitly set to paper trading (`ALPACA_PAPER_TRADING = True`), significantly reducing real financial risk. The codebase is clear, well-structured, and does not exhibit `eval` or obfuscation. Pre-trade risk checks are implemented to prevent oversized positions. All external network calls are to reputable financial data providers and AI model endpoints. Reliance on external APIs carries inherent, standard network risks.
Similar Servers
Financial-Modeling-Prep-MCP-Server
Enables AI assistants to access and analyze comprehensive financial data, stock information, company fundamentals, and market insights from Financial Modeling Prep.
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.
stock-mcp
Provides AI Agents with professional-grade stock market analysis capabilities by bridging large language models with real-time financial data.
trade-it-mcp
Enables natural-language interaction with stock, crypto, and options brokerages for trading, portfolio queries, and market insights.