MonteWalk
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NEWSAPI_KEY | No | Your NewsAPI key for news aggregation (optional) | |
| ALPACA_API_KEY | Yes | Your Alpaca API key for paper trading | |
| ALPACA_SECRET_KEY | Yes | Your Alpaca secret key for paper trading |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| health_checkB | Returns the health status of the MonteWalk server. |
| get_account_infoB | Get detailed Alpaca account information including equity, buying power, and day trade status. |
| get_priceA | |
| get_fundamentalsC | |
| get_orderbookB | |
| place_orderA | |
| cancel_orderB | |
| get_positionsA | |
| flattenA | |
| get_order_historyC | |
| portfolio_riskB | Returns annualized volatility of the portfolio. |
| varD | Calculates Value at Risk (VaR). |
| max_drawdownB | Calculates Maximum Drawdown. |
| monte_carlo_simulationB | |
| run_backtestA | |
| walk_forward_analysisC | Performs Walk Forward Analysis on MA Crossover. Optimizes (Fast, Slow) on Train, tests on Test. |
| compute_indicatorsC | |
| rolling_statsB | Computes rolling mean and volatility. |
| get_technical_summaryC | Performs a technical analysis summary (RSI, MACD, Moving Averages). Returns a 'Buy', 'Sell', or 'Neutral' signal based on aggregated indicators. |
| mean_variance_optimizeC | Calculates optimal portfolio weights using Mean-Variance Optimization (Max Sharpe). |
| risk_parityC | Calculates weights based on Inverse Volatility (Naive Risk Parity). |
| log_actionA | |
| get_newsB | |
| analyze_sentimentB | |
| get_symbol_sentimentC | |
| add_to_watchlistC | Adds a symbol to the monitoring watchlist. |
| remove_from_watchlistC | Removes a symbol from the watchlist. |
| get_crypto_priceB | |
| get_crypto_market_dataB | |
| get_trending_cryptoB | |
| search_cryptoC | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| morning_briefing | Generates a morning briefing prompt with Portfolio and Watchlist context. |
| analyze_ticker | Deep dive analysis prompt for a specific ticker. |
| risk_analysis | Comprehensive risk analysis prompt for the current portfolio. |
| backtest_strategy | Backtesting workflow prompt. |
| crypto_market_update | Cryptocurrency market analysis prompt. |
| portfolio_rebalance | Portfolio rebalancing workflow prompt. |
| sync_watchlist | Intelligent watchlist synchronization with portfolio holdings. Agent automatically adds owned symbols and optionally removes sold symbols. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
| get_portfolio_summary | Returns a live summary of the portfolio from Alpaca (Cash, Positions, Equity). |
| get_watchlist_resource | Returns a live view of the watchlist with current prices. |
| get_news_resource | Returns the latest news headlines for the watchlist. |
| get_crypto_resource | Returns the top trending cryptocurrencies. |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/N-lia/MonteWalk'
If you have feedback or need assistance with the MCP directory API, please join our Discord server