Wealthy Trading Platform
STDIOOfficial MCP server providing trading platform features for Wealthy users.
Official MCP server providing trading platform features for Wealthy users.
This repository contains official Wealthy mcp server to help users with trading platform features
You can either install from source or download pre-built artifacts:
go install github.com/wealthy/wealthy-mcp/cmd/wealthy-mcp@latest
chmod +x wealthy-mcp-macos-arm64-<version> xattr -d com.apple.quarantine wealthy-mcp-macos-arm64-<version>
To configure MCP (Multi-Cursor Protocol) servers, create/update the appropriate configuration file based on your client:
Create/update .cursor/mcp.json
in your home directory:
{ "mcpServers": { "wealthy-mcp": { "command": "<path to downloaded/installed binary>" } } }
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"] } } }
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:
Real-time Market Data Integration
Price Alerts System
Advanced Features
Platform Enhancements
This project is licensed under the MIT License - see the LICENSE file for details.
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.
By using this software, you acknowledge that:
For support, please open an issue in the GitHub repository, contact the maintainers, or email Parth at [email protected].