{
  "markdown": "# AlphaAI plugin\n\n[AlphaAI](https://alphai.io) for your agent — AI-enriched financial news, SEC\nForm 4 insider trades and market signals, packaged in the\n[Open Plugins](https://open-plugins.com) format for Cursor, Claude Code and any\ncompatible host.\n\nEvery article in the AlphaAI feed is pre-analyzed at ingest: per-ticker impact,\na category, and a 1–10 relevance score. SEC Form 4 insider filings become\nscored, structured events minutes after they hit EDGAR. This plugin wires that\nfeed into your agent with zero glue code — OAuth on connect, no API key\nto paste.\n\n## What's inside\n\n| Component | What it does |\n|---|---|\n| **MCP server** (`.mcp.json`) | Hosted at `https://mcp.alphai.io/mcp` — news search, per-ticker feeds, trending, SEC Form 4 insider trades, earnings reads, macro tape/calendar, two-ticker analysis, news alerts (OAuth 2.1) |\n| **5 skills** (`skills/`) | `stock-brief` · `market-pulse` · `insider-radar` · `peer-readacross` · `manage-alerts` — finance workflows that teach the agent when and how to use the tools |\n| **1 rule** (`rules/`) | Prefer `alphai_*` tools over generic web search for financial-news tasks; frame output as research, not advice |\n\nSkills are mirrored from\n[makeev/alphai-claude-skills](https://github.com/makeev/alphai-claude-skills)\n(the canonical source — edits land there first).\n\n## Install\n\n### Cursor\n\nOne click from the [cursor.directory listing](https://cursor.directory/plugins/alphai)\n(\"Add to Cursor\"), or add manually to `~/.cursor/mcp.json` (global) or\n`<project>/.cursor/mcp.json`:\n\n```json\n{\n  \"mcpServers\": {\n    \"alphai\": {\n      \"url\": \"https://mcp.alphai.io/mcp\"\n    }\n  }\n}\n```\n\nCursor flags the server \"Needs login\" as soon as it's added — click it and\napprove in the browser.\n\n### Claude Code\n\n```\n/plugin marketplace add makeev/alphai-plugin\n/plugin install alphai@alphai\n```\n\nClaude Code asks you to approve the MCP server on install and prompts for\nOAuth on connect — your browser opens to authorize (re-authenticate any time\nwith `/mcp`). (MCP only, without the plugin:\n`claude mcp add --transport http alphai https://mcp.alphai.io/mcp`.)\n\n### Headless (n8n, bots, CI)\n\nNo browser on the box? The same `ak_live_` API keys that call the AlphaAI\nREST API also authenticate the MCP server. Send one as a static Bearer\nheader and skip OAuth entirely:\n\n```json\n{\n  \"mcpServers\": {\n    \"alphai\": {\n      \"url\": \"https://mcp.alphai.io/mcp\",\n      \"headers\": { \"Authorization\": \"Bearer ak_live_YOUR_KEY\" }\n    }\n  }\n}\n```\n\nCreate a key at [alphai.io/account](https://alphai.io/account); ready-made\nrecipes for n8n, Claude Code, and the SDKs are on\n[alphai.io/mcp](https://alphai.io/mcp).\n\n### Any Open Plugins host\n\n```\nnpx plugins add makeev/alphai-plugin\n```\n\n## Pricing\n\nFree tier: **20 req/min · 100 req/day, no card** — enough to evaluate every\ntool. Paid plans from $2.99/mo: [alphai.io/pricing](https://alphai.io/pricing).\nDocs and live playground: [alphai.io/developers](https://alphai.io/developers).\n\n## Disclaimer\n\nAlphaAI output is AI-generated financial information for **research, not\ninvestment advice** — see [alphai.io/terms](https://alphai.io/terms).\n\n## License\n\n[MIT](LICENSE)\n",
  "bytes": 3163,
  "sha": "192e8164f686145b30c7f385193694ca80ca987ab926bd579d238ebd415fd05a",
  "repo_slug": "makeev/alphai-plugin",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/plg_makeev_alphai_plugin_383f9057/readme"
}