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-Bridge
SecretiveShellA middleware to provide an openAI compatible endpoint that can call MCP tools
Burp Suite MCP Server Extension
PortSwiggerMCP Server for Burp
JetBrains MCP Proxy Server
JetBrainsA model context protocol server to work with JetBrains IDEs: IntelliJ, PyCharm, WebStorm, etc. Also, works with Android Studio
MCP Inspector
modelcontextprotocolVisual testing tool for MCP servers
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
コメント