MCP Server
MCP
io.github.evidai/alpaca-guard
Alpaca trading API with hard daily USD cap guard. Paper trading default; live opt-in.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "alpaca-guard-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Alpaca API key. Leave unset for paper trading mode.",
"format": "string",
"isSecret": true,
"name": "ALPACA_API_KEY"
},
{
"description": "Alpaca secret key.",
"format": "string",
"isSecret": true,
"name": "ALPACA_SECRET_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment