Agent Plugins Marketplace
All plugins

alphai

v1.0.0

AI-enriched financial news, SEC Form 4 insider trades & market signals for your agent — hosted AlphaAI MCP + ready-made skills

Claude Code5 Skills1 MCP serverStreamable HTTP

By Mikhail MakeevLicense: MIT945 GitHub starsUpdated last month

Directory evidence

Runtimes
Claude Code
Parsed components
6 skill or MCP entries
Source updated
Aug 12, 2026
Manifest status
Canonical path parsed

The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology

Install alphai for Claude Code

Installs for the current user
claude plugin marketplace add IchenDEV/agent-plugin-mkt
claude plugin marketplace update agent-plugin-marketplace
claude plugin install alphai@agent-plugin-marketplace

Paste and run these commands in a terminal with Claude Code. They add and refresh the PluginsMP catalog, then install this plugin.

The installer fetches third-party code from the source repository shown on this page. This directory validates manifest structure and source location, but does not perform a security audit; review the manifest, components, and source before installing.

Get the source manually
git clone https://github.com/ccplugins/awesome-claude-code-plugins

Clone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/alphai/.

Plugin files

plugins/alphai/
├── .claude-plugin/plugin.json
├── skills/insider-radar/SKILL.md
├── skills/manage-alerts/SKILL.md
├── skills/market-pulse/SKILL.md
├── skills/peer-readacross/SKILL.md
├── skills/stock-brief/SKILL.md
└── .mcp.json

Included Skills5

insider-radarskills/insider-radar/SKILL.md

Scan SEC Form 4 insider trades and 13F ownership moves for a ticker or a watchlist using the AlphaAI MCP. Use when the user asks about "insider buying", "insider selling", "Form 4 activity", "who's buying <ticker>", "institutional ownership changes", or wants an insider-activity sweep.

manage-alertsskills/manage-alerts/SKILL.md

List, add, or remove the user's ticker news-alert subscriptions through the AlphaAI MCP. Use when the user asks to "alert me on <ticker>", "subscribe me to <ticker> earnings news", "what alerts do I have?", "stop alerts for <ticker>", or to manage their AlphaAI alert inventory. Requires a paid (Basic/Pro) AlphaAI plan.

market-pulseskills/market-pulse/SKILL.md

Summarize what's moving in the market right now using the AlphaAI MCP. Use when the user asks "what's moving?", "what's the big story today?", "anything breaking?", "market pulse", or wants a fast read on the current tape rather than one specific ticker.

peer-readacrossskills/peer-readacross/SKILL.md

Compare two tickers and surface the cross-read between them using the AlphaAI MCP. Use when the user asks to "compare X and Y", "NVDA vs AMD", "what does <peer>'s news mean for <ticker>", or wants the read-across between two related names (competitors, supplier/customer, same theme).

stock-briefskills/stock-brief/SKILL.md

Produce a situational brief on a single stock/ticker — its recent high-relevance news, insider activity, and what to watch next — using the AlphaAI MCP. Use when the user asks to "brief me on <ticker>", "what's going on with <company>", "catch me up on NVDA", or wants a quick read on one name.

MCP servers1

alphaiStreamable HTTP
url
https://mcp.alphai.io/mcp

Plugin manifests1

plugins/alphai/.claude-plugin/plugin.json
{
  "name": "alphai",
  "version": "1.0.0",
  "description": "AI-enriched financial news, SEC Form 4 insider trades & market signals for your agent — hosted AlphaAI MCP + ready-made skills",
  "author": {
    "name": "Mikhail Makeev",
    "url": "https://alphai.io"
  },
  "homepage": "https://alphai.io/developers",
  "repository": "https://github.com/makeev/alphai-plugin",
  "license": "MIT",
  "keywords": [
    "financial-news",
    "stock-market",
    "mcp",
    "ai-agents",
    "trading",
    "sec-filings",
    "insider-trading",
    "fintech"
  ],
  "logo": "assets/icon.png"
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[alphai on Agent Plugins Marketplace](https://pluginsmp.com/plugins/alphai)