etbars/vibetrader-mcp
🔌 MCP Serveretbars
An MCP server enabling natural language automated trading strategies via the Alpaca brokerage platform.
Vibetrader-MCP acts as a specialized bridge between AI agents and the Alpaca trading ecosystem. Built on the Model Context Protocol, it exposes financial trading capabilities as tools that LLMs can invoke directly. This allows users to describe trading logic—such as 'buy 10 shares of AAPL if the RSI is below 30'—and have the AI translate that intent into executable API calls. The server handles authentication, market data fetching, and order execution, abstracting away the complexities of the Alpaca SDK. It is designed for modularity, enabling users to integrate sophisticated trading logic into their existing AI workflows without writing extensive boilerplate code. The project emphasizes ease of use, allowing traders to iterate on strategies rapidly through conversational interfaces.
💡Highlights
- ├─Alpaca brokerage API integration
- ├─Natural language strategy execution
- └─Standardized MCP protocol support
🎯For
- ├─Algorithmic Traders
- └─AI Developers