groww-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| NODE_ENV | No | Runtime environment | development |
| MOCK_MODE | No | Set to true for demo data, no real API calls | false |
| GROWW_BASE_URL | No | Base URL for the Groww API | https://api.groww.in/v1 |
| GROWW_API_TOKEN | No | Groww API token for authentication. Required unless MOCK_MODE is set to true. |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_holdingsB | Fetch all current equity holdings with avg buy price, current value, P&L % |
| get_portfolio_summaryC | Total invested, current value, total P&L, day's P&L |
| get_positionsB | Intraday open positions with unrealized P&L |
| get_order_historyB | Past orders with status, optionally filter by date range |
| get_quoteC | LTP, bid/ask, open, high, low, volume for a symbol (NSE/BSE) |
| search_stocksC | Fuzzy search stocks and MFs by name or ticker |
| get_ohlc_dataC | OHLC candles for a symbol — supports 1d/1w/1m/1y intervals |
| get_top_moversB | Top 5 gainers and losers for the day |
| get_market_statusA | Check if NSE/BSE is currently open for trading |
| place_orderB | Place BUY/SELL order — supports MARKET/LIMIT, CNC/MIS/NRML product types |
| cancel_orderC | Cancel a pending order by order ID |
| modify_orderC | Modify price/quantity of a pending limit order |
| get_order_statusC | Real-time status of a specific order |
| get_watchlistB | List all watchlist symbols with LTP and day change |
| add_to_watchlistC | Add a stock symbol to your watchlist |
| remove_from_watchlistC | Remove a stock symbol from your watchlist |
| list_sipsB | All active SIPs with fund name, amount, next date |
| create_sipC | Create a new SIP with fund ISIN, amount, frequency, and start date |
| pause_sipC | Pause an active SIP temporarily |
| cancel_sipC | Cancel a SIP permanently |
| search_fundsC | Search mutual funds by name, category, or AMC |
| get_fund_detailsA | NAV, AUM, expense ratio, returns (1y/3y/5y), risk grade for a mutual fund |
| invest_in_fundC | One-time lumpsum investment in a mutual fund |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/darved2305/groww-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server