Back to Home
N-lia icon

MonteWalk

Verified Safe

by 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

Run Command
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 montewalk

Environment 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

Stats

Interest Score35
Security Score9
Cost ClassMedium
Avg Tokens5000
Stars4
Forks1
Last Update2026-01-18

Tags

Financial TradingAI AgentsQuantitative FinanceMCP ServerGradio