Wealthy MCP(Model Context Protocol) Server
This repository contains official Wealthy mcp server to help users with trading platform features
Prerequisites
Getting Started
You can either install from source or download pre-built artifacts:
Option 1: Install from Source
Option 2: Download Pre-built Artifacts
- Visit our releases page to download the latest pre-built binary for your platform
- Extract the downloaded archive and place the executable in a directory that's in your system PATH
- Run below commands to give permissions on mac:
chmod +x wealthy-mcp-macos-arm64-<version>
xattr -d com.apple.quarantine wealthy-mcp-macos-arm64-<version>
MCP Configuration
To configure MCP (Multi-Cursor Protocol) servers, create/update the appropriate configuration file based on your client:
For Cursor
Create/update .cursor/mcp.json in your home directory:
{
"mcpServers": {
"wealthy-mcp": {
"command": "<path to downloaded/installed binary>"
}
}
}
For Claude
Create/update claude_desktop_config.json:
{
"mcpServers": {
"wealthy-mcp": {
"command": "<path to downloaded/installed binary>"
}
}
}
To use a custom port, add the args parameter:
{
"mcpServers": {
"wealthy-mcp": {
"command": "<path to downloaded/installed binary>",
"args": ["addr=localhost:8006"]
}
}
}
- Restart your MCP client (Claude/Cursor)
- Wealthy login page will open - enter your credentials
- After successful login, return to your MCP client
- You're now ready to start smart trading! 🎉
Usage
Here are the available query types and their purposes:
| Query Type |
Purpose |
get_price |
Retrieves the current market price for a specified trading symbol |
get_holdings |
Shows your current portfolio holdings and their details |
get_positions |
Displays your open trading positions |
get_order_book |
Lists all your orders (open, executed, and cancelled) |
get_trade_ideas |
Provides trading suggestions and market insights |
get_security_info |
Fetches detailed information about a specific security/stock |
place_order |
Places a new buy/sell order with specified parameters |
You can interact with these queries through natural language in Claude/Cursor. For example:
- "What is the price of RELIANCE?"
- "Show me my current holdings"
- "I want to buy 100 shares of TATAMOTORS at market price"
Roadmap
License
This project is licensed under the MIT License - see the LICENSE file for details.
Trading Disclaimer
The software is provided for informational purposes only and should not be construed as investment advice. Trading in financial instruments involves high risks including the risk of losing some, or all, of your investment amount. Before trading, you should carefully consider your investment objectives, level of experience, and risk appetite.
Legal Notice
By using this software, you acknowledge that:
- You understand the risks associated with trading
- You will seek professional financial advice when needed
- The authors and contributors are not liable for any trading losses
- You will comply with all applicable financial regulations
Support
For support, please open an issue in the GitHub repository, contact the maintainers, or email Parth at parath.singh@wealthy.in.