MCP.so
登录

BrokerInbox MCP Server

@DISHANK-PATEL

关于 BrokerInbox MCP Server

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.

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

DISHANK-PATEL

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is BrokerInbox MCP Server?

BrokerInbox MCP Server 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. It allows users to read, send, delete, and analyze Gmail messages, as well as place trades, fetch positions, and query market data on Zerodha—all through natural language prompts.

How to use BrokerInbox MCP Server?

Clone the repository, install dependencies with npm install, start the server with bun index.ts, then configure your API key, API secret, and access token. Enable the Gmail API and set up OAuth2 authentication. Connect a compatible AI client (e.g., Claude or Cursor) to the running MCP server to send natural language commands.

Key features of BrokerInbox MCP Server

  • Gmail OAuth2 authentication for secure email access
  • Send, read, delete, and search Gmail messages
  • Analyze email content (sentiment, keywords, summarization)
  • Place market and limit orders via Zerodha Kite Connect
  • Fetch holdings, positions, order history, and live market data
  • Expose actions as callable HTTP endpoints for LLM orchestration

Use cases of BrokerInbox MCP Server

  • Let an AI agent manage your inbox and respond to emails
  • Automate trade execution based on email signals or market conditions
  • Build multi-step workflows combining email analysis with trading actions
  • Query portfolio positions or market data using natural language
  • Create a personal assistant that handles both correspondence and investments

FAQ from BrokerInbox MCP Server

What email services does BrokerInbox MCP Server support?

Gmail only, via OAuth2 authentication using the Google API client.

Does BrokerInbox MCP Server support live trading?

Yes, through Zerodha's Kite Connect REST API; market and limit orders are supported.

What AI agents can connect to BrokerInbox MCP Server?

Claude, Cursor, and any MCP-compatible client can connect and use the exposed tools.

How is session persistence handled?

OAuth tokens, trade logs, and email history are stored locally by the server.

Is LangChain integration included?

Yes, the server can integrate with LangChain for complex, chained workflows.

评论

其他 分类下的更多 MCP 服务器