MCP.so
Sign In

Wealthy MCP(Model Context Protocol) Server

@wealthy

About Wealthy MCP(Model Context Protocol) Server

Wealthy-MCP

Basic information

Category

Other

License

MIT

Runtime

go

Transports

stdio

Publisher

wealthy

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

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

Comments

More Other MCP servers