trackmcp
Back to directory
DISHANK-PATEL

broker-inbox

View on GitHub

BROKER Inbox is an MCP server integrated with Claude that allows users to buy and sell stocks on the Zerodha exchange using natural language prompts. It can also fetch and analyze emails from Gmail for insightful automation and assistance.

0 stars TypeScriptAI & Machine Learning Updated Apr 29, 2025

Documentation

BrokerInbox MCP Server

BrokerInbox is a multi-agent collaboration protocol (MCP) server that integrates AI agents (e.g., Claude or Cursor) with Gmail and Zerodha's Kite Connect API. Using natural language prompts, users can:

  • Read, send, delete, and analyze Gmail messages
  • Place trades, fetch positions, and query market data on Zerodha
  • Chain complex workflows with optional LangChain/OpenAI Functions

Core Features

1. Gmail Integration

    2. Zerodha Trading

      3. LLM Orchestration

        4. Session & Persistence


          Flowchart:

          image

          Sequene Diagram:

          image

          Use Case Diagram:

          image
          image

          Quick Start

          1. Clone & install

          bash
          git clone https://github.com/DISHANK-PATEL/Broker-Inbox.git
             cd project
             npm install
             bun index.ts
             Get the apiKey,apiSecret,access_token
             Enable Gmail API
             Configure OAuth Consent Screen

          Frequently asked questions

          What is broker-inbox?

          broker-inbox is BROKER Inbox is an MCP server integrated with Claude that allows users to buy and sell stocks on the Zerodha exchange using natural language prompts. It can also fetch and analyze emails from Gmail for insightful automation and assistance.

          How do I install broker-inbox?

          Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

          Is broker-inbox open source?

          Yes — it is hosted on GitHub at https://github.com/DISHANK-PATEL/Broker-Inbox.

          Related MCP tools

          Run your own MCP server? See who uses it and what to fix.

          Measure it with TrackMCP