Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

AlphaAI plugin

AlphaAI for your agent — AI-enriched financial news, SEC Form 4 insider trades and market signals, packaged in the Open Plugins format for Cursor, Claude Code and any compatible host.

Every article in the AlphaAI feed is pre-analyzed at ingest: per-ticker impact, a category, and a 1–10 relevance score. SEC Form 4 insider filings become scored, structured events minutes after they hit EDGAR. This plugin wires that feed into your agent with zero glue code — OAuth on first tool call, no API key to paste.

What's inside

Component What it does
MCP server (.mcp.json) Hosted at https://mcp.alphai.io/mcp — news search, per-ticker feeds, trending, SEC Form 4 insider trades, two-ticker analysis, news alerts (OAuth 2.1)
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
1 rule (rules/) Prefer alphai_* tools over generic web search for financial-news tasks; frame output as research, not advice

Skills are mirrored from makeev/alphai-claude-skills (the canonical source — edits land there first).

Install

Cursor

One click from the cursor.directory listing ("Add to Cursor"), or add manually to ~/.cursor/mcp.json (global) or <project>/.cursor/mcp.json:

{
  "mcpServers": {
    "alphai": {
      "url": "https://mcp.alphai.io/mcp"
    }
  }
}

Cursor opens an OAuth window the first time the agent calls a tool.

Claude Code

/plugin marketplace add makeev/alphai-plugin
/plugin install alphai@alphai

Claude Code asks you to approve the MCP server on install; the first tool call opens your browser to authorize. (MCP only, without the plugin: claude mcp add --transport http alphai https://mcp.alphai.io/mcp.)

Any Open Plugins host

npx plugins add makeev/alphai-plugin

Pricing

Free tier: 20 req/min · 100 req/day, no card — enough to evaluate every tool. Paid plans from $2.99/mo: alphai.io/pricing. Docs and live playground: alphai.io/developers.

Disclaimer

AlphaAI output is AI-generated financial information for research, not investment advice — see alphai.io/terms.

License

MIT