Angel One SmartAPI MCP for orders, portfolio, market data, GTT rules, charges, and margin.
Use this profile to copy client config, check auth requirements, review tools and resources, and compare related MCP servers before adding it to an AI client.
npx -y angel-one-mcp{
"ANGEL_API_KEY": "YOUR_SECRET_VALUE",
"ANGEL_CLIENT_ID": "YOUR_SECRET_VALUE",
"ANGEL_PASSWORD": "YOUR_SECRET_VALUE",
"ANGEL_TOTP_SECRET": "YOUR_SECRET_VALUE",
"SOFT_MAX_ORDER_QTY": "25",
"HARD_MAX_ORDER_QTY": "100",
"SOFT_MAX_ORDER_VALUE": "10000",
"HARD_MAX_ORDER_VALUE": "100000"
}Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.
{
"mcpServers": {
"io-github-ameernoufil-angel-one": {
"command": "npx",
"args": [
"-y",
"angel-one-mcp"
],
"env": {
"ANGEL_API_KEY": "YOUR_SECRET_VALUE",
"ANGEL_CLIENT_ID": "YOUR_SECRET_VALUE",
"ANGEL_PASSWORD": "YOUR_SECRET_VALUE",
"ANGEL_TOTP_SECRET": "YOUR_SECRET_VALUE",
"SOFT_MAX_ORDER_QTY": "25",
"HARD_MAX_ORDER_QTY": "100",
"SOFT_MAX_ORDER_VALUE": "10000",
"HARD_MAX_ORDER_VALUE": "100000"
}
}
}
}~/Library/Application Support/Claude/claude_desktop_config.json%APPDATA%\Claude\claude_desktop_config.jsonNo remote HTTP endpoint is advertised. Use the package or stdio setup shown in Install.
Angel One is an MCP server for Angel One SmartAPI MCP for orders, portfolio, market data, GTT rules, charges, and margin.. It supports STDIO transport.
Use the generated config in Install. This server runs with npx -y angel-one-mcp; add any required environment variables before starting your client.
Choose the Claude Desktop tab in Install and copy the config for npx -y angel-one-mcp. Add required environment variables before starting Claude Desktop.
Choose the Claude Code tab in Install and copy the config for npx -y angel-one-mcp. Add required environment variables before starting Claude Code.
Choose the Codex tab in Install and copy the config for npx -y angel-one-mcp. Add required environment variables before starting Codex.
Choose the Cursor or VS Code tab in Install and copy the config for npx -y angel-one-mcp. Add required environment variables before starting Cursor or VS Code.
Angel One uses STDIO transport. Use the package or command config in Install.
Angel One inventory is listed when the MCP endpoint exposes tools, resources, or prompts. Some servers require auth first.
Angel One is marked with Auth required by registry metadata auth. You may need provider login, an API key, a bearer token, or a session header.
| Package | Registry | Version | Inputs |
|---|---|---|---|
angel-one-mcpstdio | npm | 1.0.9 | Env: ANGEL_API_KEY required secret Env: ANGEL_CLIENT_ID required secret Env: ANGEL_PASSWORD required secret Env: ANGEL_TOTP_SECRET required secret Env: SOFT_MAX_ORDER_QTY Env: HARD_MAX_ORDER_QTY Env: SOFT_MAX_ORDER_VALUE Env: HARD_MAX_ORDER_VALUE |