hood-normie

Permutation-Limited/hood-normie
★ 0 stars Python Code/Dev Tools Updated 2d ago
Automate simple asset allocation target investing using Robinhood MCP server
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hood-normie": {
      "command": "uvx",
      "args": [
        "hood-normie"
      ]
    }
  }
}

Or install with pip: pip install hood-normie

README Excerpt

A Python library that turns Robinhood's official Trading MCP server into an ordinary API, plus three examples built on it: an asset-allocation rebalancer, a local web app, and a handful of command-line tools. The library speaks MCP at the transport layer, but `RobinhoodClient` exposes read-only portfolio methods and **nothing here places a trade**.