mcpbeat Sign in

Angel One MCP Server

by ameernoufil Your server? Claim it
local only

Angel One runs on your own machine — the client starts it, so there is no endpoint to ping. 45 installs a week from npm. Last commit 22 May 2026.

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

Installs per day peak 28 · avg 12 · -31% w/w
a month agotoday
45
Installs / week
npm · angel-one-mcp
0
Stars
0 open issues
22 May 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Angel One every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add angel-one -- npx -y angel-one-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "angel-one": {
      "args": [
        "-y",
        "angel-one-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.angel-one]
command = "npx"
args = ["-y", "angel-one-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "angel-one": {
      "args": [
        "-y",
        "angel-one-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "angel-one": {
      "args": [
        "-y",
        "angel-one-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ANGEL_API_KEY (Angel One SmartAPI app key), ANGEL_CLIENT_ID (Angel One client code), ANGEL_PASSWORD (Angel One password or MPIN), ANGEL_TOTP_SECRET (Base32 TOTP secret used to generate login OTPs), SOFT_MAX_ORDER_QTY (Soft max order quantity), HARD_MAX_ORDER_QTY (Hard max order quantity), SOFT_MAX_ORDER_VALUE (Soft max order value in INR), HARD_MAX_ORDER_VALUE (Hard max order value in INR). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Angel One

same job, measured the same way
Tradernet MCP
by verbart

MCP server for Tradernet/Freedom24 trading API — portfolio, orders, quotes, and more

34 installs/wk local only
Tradernet MCP Server
by verbart

MCP server for Tradernet/Freedom24 trading API — portfolio, orders, quotes, and more

23 installs/wk local only
Trading212 MCP Server
by kyurish

MCP server for Trading 212 API - portfolio, orders, pies, dividends, and analytics

214 installs/wk local only
MCP Pear
by marvelnwachukwu

MCP server for Pear Protocol: markets, positions, orders, portfolio, and gated trade execution.

48 installs/wk local only
Ghostfolio MCP
by mhajder

MCP server for Ghostfolio portfolio management and financial data access

645 installs/wk local only
Paradex Trading
by tradeparadex

MCP server for Paradex perp trading. Market data, accounts, orders, positions, and vaults.

170 installs/wk local only
MCP Server for Zerodha Kite Connect API
by sundeepg98

Open-source MCP server for Zerodha Kite Connect. Portfolio, market data, backtesting, alerts.

answering
Gate MCP
by gateio-dev

Public Gate market data MCP for spot, futures, margin, options, delivery, earn, and alpha.

63 tools answering

Angel One — questions

Answers built from our own checks of this server.

Why is there no uptime for Angel One?
Angel One runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package angel-one-mcp was installed 45 times last week.
How do I connect Angel One?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls angel-one-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Angel One?
The npm package angel-one-mcp was installed 45 times in the last week. Week over week that is -31%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Angel One open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.