14 lines
431 B
JSON
14 lines
431 B
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>"
|
|
}
|
|
}
|
|
}
|
|
}
|