Help us improve
Share bugs, ideas, or general feedback.
Financial analysis, trading, and brokerage tools for Claude Code
npx claudepluginhub ferdousbhai/investor-pluginsFinancial research MCP server — Yahoo Finance quotes, historical prices, options, market movers, earnings, fear & greed, and technical indicators
TastyTrade brokerage integration for account management and trading
Alpaca Markets integration for stocks, ETFs, crypto, and options trading
Interactive Brokers integration - trading, market data, portfolio management
Claude Code marketplace entries for the plugin-safe Antigravity Awesome Skills library and its compatible editorial bundles.
No description available.
Directory of popular Claude Code extensions including development tools, productivity plugins, and MCP integrations
Share bugs, ideas, or general feedback.
A Claude Code plugin marketplace for financial analysis and trading.
# Add the marketplace
/plugin marketplace add ferdousbhai/investor-plugins
# Install plugins
/plugin install investor@investor-plugins # Market data & research (codemode)
/plugin install tasty@investor-plugins # TastyTrade brokerage
/plugin install alpaca@investor-plugins # Alpaca Markets
/plugin install ibkr@investor-plugins # Interactive Brokers
| Plugin | Version | Description | Source |
|---|---|---|---|
investor | 2.0.0 | Financial research via codemode on Cloudflare Workers | investor-agent |
tasty | 3.3.2 | TastyTrade brokerage integration | tasty-agent |
alpaca | 1.0.0 | Alpaca Markets trading API | alpaca-mcp-server |
ibkr | 1.0.0 | Interactive Brokers trading | interactive-brokers-mcp |
Public MCP server — no setup needed. The plugin connects to https://investor.ferdousbhai.com/mcp automatically.
export ALPACA_API_KEY="your-key"
export ALPACA_API_SECRET="your-secret"
Requires Node.js 18+. On first run, browser opens for OAuth authentication.
See tasty-agent README for authentication setup.
MIT