Used by 1 plugin
Add to your .mcp.json:
{
"mcpServers": {
"alpaca": {
"command": "uvx",
"args": [
"alpaca-mcp-server"
],
"env": {
"ALPACA_API_KEY": "${ALPACA_API_KEY}",
"ALPACA_API_SECRET": "${ALPACA_API_SECRET}"
}
}
}
}Replace placeholder values for: ALPACA_API_KEY, ALPACA_API_SECRET
This MCP server needs API keys or credentials. Configure them in your environment before use.
uvxALPACA_API_KEY=${ALPACA_API_KEY}ALPACA_API_SECRET=${ALPACA_API_SECRET}