1. Conduid
  2. Finance
  3. Groww MCP
MCP server · Finance

Groww MCP

🚀 The most complete MCP server for Groww — 25 tools, ⚡ automated TOTP auth, GTT/OCO smart orders, 📈 option chain with Greeks, backtesting. 🤖 Connect any AI assistant to your Groww trading account.

51Fair

Scored 6 hours ago · breakdown

About Groww MCP

Groww MCP is an MCP server published by karthik1729 in the Finance category: 🚀 The most complete MCP server for Groww — 25 tools, ⚡ automated TOTP auth, GTT/OCO smart orders, 📈 option chain with Greeks, backtesting. 🤖 Connect any AI assistant to your Groww trading account. It has been installed 0 times through Conduid.

The repository has 4 stars and 2 forks, with the last commit a year ago. Six months or more without a commit doesn't mean the server is broken, but check the open issues (0) before depending on it in production.

Install

Install
npx groww-mcp

This server has no ConduID identity, so agent calls to it are not receipted. Pin the version you install and review the source before granting it credentials.

Ask AI

Ask AI about Groww MCP

Powered by Claude · Grounded in docs

I know everything about Groww MCP. Ask me about installation, configuration, usage, or troubleshooting.

Security checks

  • ·README presentNot checked yet.
  • ·License declaredNot checked yet.
  • ·Tests presentNot checked yet.
  • ·Dependencies pinnedNot checked yet.
  • ·No dynamic code executionNot checked yet.
  • !Scoped permissionsDoesn't declare a permission scope. Assume it can do anything its process can.

Releases

v1.0.0groww-mcp v1.0.0 · 4 Sep 2025Changelog Changelog

README

Groww MCP Server

MCP server for Groww Trading API - Trade stocks, manage portfolios, and analyze markets through AI assistants.

Installation

Option 1: Install with Go

go install github.com/karthik1729/groww-mcp/cmd/server@latest

# Binary is installed as 'server', rename for clarity
mv $(go env GOPATH)/bin/server $(go env GOPATH)/bin/groww-mcp

Option 2: Download Binary

Download from GitHub Releases

Setup

1. Get Groww API Token

Generate your API access token: Groww API Documentation

Note: Token expires daily at 6:00 AM IST

2. Set Environment Variable

export GROWW_ACCESS_TOKEN="your_token_here"

3. Configure Claude Desktop

Add to ~/Library/Application Support/Claude/claude_desktop_config.json (macOS):

{
  "mcpServers": {
    "groww-mcp": {
      "command": "groww-mcp",
      "env": {
        "GROWW_ACCESS_TOKEN": "your_token_here"
      }
    }
  }
}

Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/Claude/claude_desktop_config.json

4. Restart Claude Desktop

Usage

Ask Claude to:

  • "Show my portfolio"
  • "Get price of RELIANCE"
  • "Place buy order for 10 shares of TCS"
  • "Show my available margin"

Available Tools

Category Tools
Orders place_order, modify_order, cancel_order, get_orders
Portfolio get_holdings, get_positions
Market Data get_quote, get_ltp, get_ohlc, get_historical_data
Account get_margins, calculate_margin

Support

GitHub Issues

License

MIT


Made with ❤️ by karthik1729

README mirrored from the source repository 6 hours ago. The original is authoritative.

Questions

About Groww MCP

How do I install Groww MCP?

Run npx groww-mcp, then add the server to your MCP client's configuration. Conduid has recorded 0 installs, so the command is known to work with current clients.

Is Groww MCP safe to use with an AI agent?

Its trust score is 51 out of 100 (fair). It passes 0 of 1 static security checks; the failures are listed above. It has no ConduID identity yet, so agent calls to it are not receipted.

Is Groww MCP still maintained?

The last commit was a year ago, with 0 open issues. That's long enough that you should check whether the maintainer is responding to issues before depending on it.