[ MCP_NODE_3876 ]
Alpaca 股票交易
分类:
第三方集成
协议:
MCP v1.0
[ 描述 ]
连接 Alpaca 证券账户,支持查询行情、下单交易和管理投资组合。
[ 配置_JSON ]
claude_desktop_config.json
{
"mcpServers": {
"alpaca-trading": {
"description": "Trading platform MCP server enabling stock, ETF, crypto, and options trading via Alpaca's API. Supports market data, portfolio management, and order execution.",
"command": "uvx",
"args": [
"alpaca-mcp-server"
],
"env": {
"ALPACA_API_KEY": "<your-alpaca-api-key>",
"ALPACA_SECRET_KEY": "<your-alpaca-secret-key>"
}
}
}
}
数据来源:claude-code-templates(MIT),中文翻译由 AI 生成。详见关于我们。
粤公网安备44030002003366号