robinhood

Expose read-only Robinhood portfolio data to MCP-enabled agents.

35|8|Updated Apr 25, 2026
One-click install
npx skills add https://github.com/uzairansaruzi/robinhood-agent-skill --skill robinhood
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: robinhood
Source: https://github.com/uzairansaruzi/robinhood-agent-skill/tree/main
Command: npx skills add https://github.com/uzairansaruzi/robinhood-agent-skill --skill robinhood

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires robin_stocks, pyotp, PyYAML, and includes scripts (resource) components.

What problem does it solve?

Robinhood users need a secure, read-only way to access and monitor their portfolio data (positions, quotes, fundamentals, news, earnings, analyst ratings, dividends, and options) from MCP-enabled agents without exposing credentials or allowing trades.

Core Features & Use Cases

  • Live MCP-based access to portfolio data including positions, quotes, fundamentals, news, earnings, ratings, dividends, and options.
  • Smart caching with a local, persistent cache to minimize API calls and speed up responses.
  • Optional Obsidian vault integration for per-ticker research pages and delta-driven summaries.
  • Pre-built MCP templates for Hermes and other agents to simplify setup.

Quick Start

Install the skill into your agent and run the one-click installer to configure MCP and credentials.

Frequently Asked Questions about robinhood

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I view my Robinhood portfolio data in Claude Code or other MCP-enabled agents?

You can view Robinhood portfolio data in MCP-enabled agents by installing this Skill to expose positions, quotes, fundamentals, and options read-only. It supports Hermes, Claude Code, Codex CLI, and OpenCode through pre-built MCP templates.

Can I execute trades on Robinhood through an MCP client?

No, you cannot execute trades through this MCP client because it enforces a strict read-only design. It exclusively retrieves portfolio data like positions, dividends, and earnings to ensure credentials remain secure and prevent unauthorized transactions.

How do I securely configure Robinhood credentials for an MCP server?

You secure Robinhood credentials for the MCP server using local credential handling enforced by the Skill. The one-click installer configures MCP and credentials locally, utilizing robin_stocks and pyotp dependencies without exposing your login details externally.

Does this Robinhood MCP Skill support options data and analyst ratings?

Yes, this Robinhood MCP Skill supports options data and analyst ratings alongside positions, fundamentals, news, and earnings. It uses a cache-first strategy with a local persistent cache to minimize API calls and speed up data retrieval.

How do I save Robinhood research history to an Obsidian vault?

You save Robinhood research history to an Obsidian vault using the optional integration feature. It generates per-ticker research pages and delta-driven summaries, preserving your portfolio analysis history directly within your notes.

What are the limitations of using a read-only Robinhood MCP integration?

The limitation of a read-only Robinhood MCP integration is the inability to place trades or modify positions. It is designed strictly for monitoring data like quotes and earnings, ensuring credentials stay safe without offering portfolio management actions.