← Back to Plugins
MCP Server MCP

Angel One

github By github 👁 1 views ▲ 0 votes

Angel One SmartAPI MCP for orders, portfolio, market data, GTT rules, charges, and margin.

Homepage Verified source GitHub

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

Comments

Sign in to leave a comment

Loading comments...