Back to MCP Servers
Trayd
Trade Robinhood through natural language. Portfolio analysis, real-time quotes, and order execution via Claude Code.
finance-fintech
By trayders
Installation
npx -y trayd-mcpConfiguration
{
"mcpServers": {
"trayd-mcp": {
"command": "npx",
"args": ["-y", "trayd-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes