MCP Server LogoMCP Server
MCPsカテゴリディレクトリ投稿する
投稿する
MCPsカテゴリディレクトリ投稿する
投稿する

MCPサーバー

MCPサーバーのリスト、Awesome MCPサーバーとClaude MCP統合を含む。AIの能力を強化するためのMCPサーバーを検索して発見します。

お問い合わせ

[email protected]

MCPサーバーについて

プライバシーポリシー利用規約

リソース

モデルコンテキストプロトコルMCPスターターガイドClaude MCPサーバー

コミュニティ

GitHub

© 2025 mcpserver.cc © 2025 MCPサーバー. 全著作権所有.

プライバシーポリシー利用規約
  1. Home
  2. /Categories
  3. /Finance & E-commerce
  4. /Groww Mcp
Groww Mcp

Groww Mcp

作成者 venkatakaushikvemani•19 days ago
サイトを訪問する

Groww mcp server

Finance & E-commerce
Growwservertrading-api

Groww MCP Server

This project provides an MCP (Multi-Channel Platform) server for interacting with the Groww trading API. It allows you to fetch portfolio data, get live quotes, place/cancel/modify orders, and more, all via a unified API interface.

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

Available Tools

  • get-portfolio: Get the current portfolio of the user
  • get-live-quote: Get live quote data for a specific stock
  • get-last-traded-price: Get the last traded price for one or more stocks
  • get-ohlc: Get OHLC (Open, High, Low, Close) data for stocks
  • get-historical-candle: Fetch historical candle data (Open, High, Low, Close, Volume) for a stock for a given time range and interval
  • place-order: Place a new stock order (buy/sell)
  • modify-order: Modify an existing stock order
  • cancel-order: Cancel an existing stock order
  • get-order-status: Get the status of an order

Requirements

  • Node.js v18 or later
  • A valid Groww API key

Setup (Local)

  1. Clone the repository:
    git clone https://github.com/venkatakaushikvemani/groww-mcp
    cd groww-mcp
    
  2. Install dependencies:
    npm install
    # or
    pnpm install
    
  3. Set environment variables: Create a .env file in the root directory and add:
    GROWW_API_KEY=your_groww_api_key_here
    PORT=3000 # or your preferred port
    
  4. Start the server:
    npm start
    # or
    pnpm start
    

Use with Cursor / Claude / Windsurf

mcp.json

{
  "mcpServers": {
    "groww-mcp": {
      "command": "pnpm",
      "args": ["dlx", "groww-mcp"],
      "env": {
        "GROWW_API_KEY": "YOUR_GROWW_API_KEY"
      }
    }
  }
}

Usage

  • The server exposes endpoints/tools for portfolio, quotes, and order management.
  • See the code in src/groww/tools.ts for available tools and their parameters.

Sample Prompts

Here are some example prompts you can use to interact with the tools:

  • Get your portfolio:

    Fetch my portfolio

  • Get a live quote:

    Get the live quote for TATAMOTORS

  • Get last traded price:

    What is the last traded price of BPL and HFCL?

  • Get OHLC data:

    Show me the OHLC data for TATAMOTORS

  • Get historical candle data:

    Show me the historical candle data for TATAMOTORS for the last 1 day Fetch 5-minute historical candles for TATAMOTORS from 2024-06-01 09:15:00 to 2024-06-01 15:30:00

  • Place a buy order:

    Buy 10 shares of SADHNANIQ

  • Place a sell order:

    Sell 5 shares of TATAMOTORS

  • Modify an order:

    Modify my order for BPL to 20 shares

  • Cancel an order:

    Cancel my latest order for BPL

  • Get order status:

    What is the status of my last order?

Contributing

Pull requests and issues are welcome! Please open an issue to discuss your ideas or report bugs.

License

MIT

前提条件

  • •サーバーのドメインに精通している
  • •関連技術の基本的な理解
  • •Finance & E-commerceの知識

おすすめのサーバー

Terraform Mcp Server

Terraform Mcp Server

Terraform Registry MCP Server

Ragdocs

Ragdocs

MCP server for RAG-based document search and management

Mcp Server Ragdocs

Mcp Server Ragdocs

An MCP server that provides tools for retrieving and processing documentation through vector search, both locally or hosted. Enabling AI assistants to augment their responses with relevant documentation context.

もっと見る → →

詳細

作成日

June 12, 2025

最終更新日

June 12, 2025

カテゴリー

Finance & E-commerce

作成者

venkatakaushikvemani

シェアする

もっと見る

Mcp Taskwarrior

Mcp Taskwarrior

A simple MCP Server for Taskwarrior

Mcp Server Taskwarrior

Mcp Server Taskwarrior

MCP Server for TaskWarrior!

Systemprompt Mcp Interview

Systemprompt Mcp Interview

A specialized Model Context Protocol (MCP) server that enables AI-powered interview roleplay scenarios

Base Mcp

Base Mcp

A Model Context Protocol (MCP) server that provides onchain tools for LLMs, allowing them to interact with the Base network and Coinbase API.