Broker-Inbox
0
BrokerInbox is a model context protocol server that enables integration of AI agents with services such as Gmail and Zerodha. It allows users to manage emails and trade operations using natural language prompts, supporting complex workflow automation.
BrokerInbox MCP Server
BrokerInbox is a multi-agent collaboration protocol (MCP) server that integrates AI agents with services such as Gmail and Zerodha's Kite Connect API. Users can leverage natural language prompts to manage tasks including:
- Reading, sending, and deleting Gmail messages
- Placing trades and querying market data on Zerodha
- Chaining complex workflows with optional LangChain/OpenAI Functions
Core Features
- Gmail Integration: Supports OAuth2 authentication, searching, reading, sending, deleting emails, and analyzing email content.
- Zerodha Trading: Enables market/limit orders, access to holdings and market data via REST API client.
- LLM Orchestration: Integrates Gmail & Zerodha with callable HTTP endpoints, supports natural language routing, and LangChain integration.
- Session & Persistence: OAuth tokens, trade logs, and email history storage.