MCP Server
MCP
Angel One
Angel One SmartAPI MCP for orders, portfolio, market data, GTT rules, charges, and margin.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "angel-one-mcp",
"version": "1.0.10",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Angel One SmartAPI app key",
"isRequired": true,
"isSecret": true,
"name": "ANGEL_API_KEY"
},
{
"description": "Angel One client code",
"isRequired": true,
"isSecret": true,
"name": "ANGEL_CLIENT_ID"
},
{
"description": "Angel One password or MPIN",
"isRequired": true,
"isSecret": true,
"name": "ANGEL_PASSWORD"
},
{
"description": "Base32 TOTP secret used to generate login OTPs",
"isRequired": true,
"isSecret": true,
"name": "ANGEL_TOTP_SECRET"
},
{
"description": "Soft max order quantity",
"default": "25",
"name": "SOFT_MAX_ORDER_QTY"
},
{
"description": "Hard max order quantity",
"default": "100",
"name": "HARD_MAX_ORDER_QTY"
},
{
"description": "Soft max order value in INR",
"default": "10000",
"name": "SOFT_MAX_ORDER_VALUE"
},
{
"description": "Hard max order value in INR",
"default": "100000",
"name": "HARD_MAX_ORDER_VALUE"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment