groww-mcp

venkatakaushikvemani/groww-mcp

3.4

If you are the rightful owner of groww-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

This project provides an MCP server for interacting with the Groww trading API, enabling portfolio management, live quotes, and order handling.

The Groww MCP Server is a robust Multi-Channel Platform server designed to facilitate seamless interaction with the Groww trading API. It offers a unified API interface that allows users to manage their trading activities efficiently. With this server, users can fetch their current portfolio, obtain live stock quotes, and manage stock orders, including placing, modifying, and canceling them. The server is fully typed and validated using Zod schemas, ensuring data integrity and reliability. It is built to cater to the needs of traders who require real-time data and efficient order management capabilities. The server is easy to set up locally, requiring Node.js v18 or later and a valid Groww API key. Once set up, it provides a range of tools for portfolio management, live quotes, and order handling, making it a valuable asset for traders looking to streamline their trading operations.

Features

  • Fetch your current portfolio
  • Get live stock quotes and OHLC data
  • Place, modify, and cancel stock orders
  • Fully typed and validated with Zod schemas

Tools

  1. get-portfolio

    Get the current portfolio of the user

  2. get-live-quote

    Get live quote data for a specific stock

  3. get-last-traded-price

    Get the last traded price for one or more stocks

  4. get-ohlc

    Get OHLC (Open, High, Low, Close) data for stocks

  5. get-historical-candle

    Fetch historical candle data for a stock for a given time range and interval

  6. place-order

    Place a new stock order (buy/sell)

  7. modify-order

    Modify an existing stock order

  8. cancel-order

    Cancel an existing stock order

  9. get-order-status

    Get the status of an order