Skip to main content
Finance & FintechPython

trayders/trayd-mcp

Trade Robinhood through natural language. Portfolio analysis, real-time quotes, and order execution via Claude Code.

finance-fintechcloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/trayders/trayd-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "trayd-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "trayders/trayd-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Finance & Fintech
Language
Python
Author
trayders