MCP.so
登录

Wealthy MCP(Model Context Protocol) Server

@wealthy

关于 Wealthy MCP(Model Context Protocol) Server

Wealthy-MCP

基本信息

分类

其他

许可证

MIT

运行时

go

传输方式

stdio

发布者

wealthy

配置

暂无标准配置

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

代码仓库

工具

未检测到工具

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

概览

What is Wealthy MCP Server?

Wealthy MCP Server is an official MCP (Model Context Protocol) server that enables users to interact with Wealthy trading platform features through natural language in MCP‑compatible clients like Claude or Cursor. It allows querying account data, placing orders, and managing watchlists directly from the chat interface.

How to use Wealthy MCP Server?

Install the server via go install (requires Go 1.23+) or download a pre‑built binary from the releases page. Configure it in your MCP client’s configuration file (.cursor/mcp.json or claude_desktop_config.json) by setting the binary path. Optionally add an args array to use a custom port (e.g., "args": ["addr=localhost:8006"]). Restart the client, log into Wealthy through the automatically opened login page, and then start issuing natural‑language trading commands.

Key features of Wealthy MCP Server

  • Retrieve user margin, price, holdings, and positions
  • View order book and trade ideas
  • Place buy/sell orders with specified parameters
  • Create, get, and update watchlists
  • Search for security symbols and access research
  • Generate reports (holdings, positions, order book)

Use cases of Wealthy MCP Server

  • Ask “What is the price of RELIANCE?” to get a live market price
  • Say “Show me my current holdings” to review portfolio
  • Place an order: “Buy 100 shares of TATAMOTORS at market price”
  • Create a watchlist: “Create a watchlist for tech stocks”
  • Search and research: “Search for stocks related to renewable energy”

FAQ from Wealthy MCP Server

What do I need to use Wealthy MCP Server?

You need a Wealthy trading account (sign up at https://www.wealthy.in/broking) and an MCP client such as Claude Desktop or Cursor.

How do I configure the server for a custom port?

In your client’s MCP config, add an "args" array to the server entry, e.g., "args": ["addr=localhost:8006"]. If omitted, the server uses its default port.

Where does my data live?

All trading data (orders, holdings, positions) is stored on Wealthy’s platform. The server only acts as a bridge between your MCP client and Wealth

评论

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