Alpaca MCP Server
@idsts2670
关于 Alpaca MCP Server
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-server-alpaca-trading-api": {
"command": "python",
"args": [
"alpaca_mcp_server.py"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Alpaca MCP Server?
An MCP server implementation for Alpaca's Trading API that enables LLMs (like Claude Desktop, Cursor, or VS Code) to interact with Alpaca's trading infrastructure using natural language. It supports stock and options trading, portfolio management, watchlists, and real-time market data.
How to use Alpaca MCP Server?
Install Python 3.10+, clone the repo, and install dependencies (mcp, alpaca-py, python-dotenv). Configure Alpaca API keys in a .env file or Claude Desktop config, then run python alpaca_mcp_server.py. Configure compatible MCP clients such as Claude Desktop via claude_desktop_config.json.
Key features of Alpaca MCP Server
- Real-time and historical stock market data
- Account balances, positions, and portfolio overview
- Place and cancel stock and option orders (market, limit, stop, trailing)
- Options trading with multi-leg strategies and Greeks
- Watchlist creation, update, and retrieval
- Market status, calendar, and corporate announcements
Use cases of Alpaca MCP Server
- Natural language stock trading and portfolio management
- Options strategy execution and Greeks analysis
- Real-time market data queries and historical price lookups
- Watchlist and asset research for investment tracking
- Combined multi-step workflows (e.g., check market clock then place order)
FAQ from Alpaca MCP Server
What dependencies are required to run the server?
Python 3.10+ and the packages mcp, alpaca-py, and python-dotenv.
How do I switch from paper trading to live trading?
Update both your claude_desktop_config.json environment variables and your .env file with live Alpaca API keys, and set PAPER = False in the .env file.
Can I place complex options trades?
Yes, the server supports multi-leg option orders (e.g., bull call spreads) via place_option_market_order and provides Greeks and snapshots.
Where are my API keys stored?
API keys are configured locally in a .env file or in the MCP client configuration JSON file. They are never sent to external services.
What transport or authentication does the server use?
The server uses the Model Context Protocol stdio transport and authenticates to Alpaca's REST API using standard API key/secret key pairs.
开发工具 分类下的更多 MCP 服务器
Stakpak Agent CLI
stakpakShip your code, on autopilot. An open source agent that lives on your machines 24/7 and keeps your apps running. 🦀
DevDocs by CyberAGI 🚀
cyberagiincCompletely free, private, UI based Tech Documentation MCP server. Designed for coders and software developers in mind. Easily integrate into Cursor, Windsurf, Cline, Roo Code, Claude Desktop App
MCP Unity Editor (Game Engine)
CoderGamesterModel Context Protocol (MCP) plugin to connect with Unity Editor — designed for Cursor, Claude Code, Codex, Windsurf and other IDEs
Hello World MCP Server (Reference Extension)
anthropicsDesktop Extensions: One-click local MCP server installation in desktop apps
MCP-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
评论