送信

AlphaAI News

@makeev

Real-time, AI-enriched financial news for AI agents and trading bots. Full-text and ticker search, trending and "actionable-now" feeds, SEC Form 4 insider transactions, and two-ticker read-across — every story carries per-ticker analysis and a 1–10 relevance score. Hosted at mcp.alphai.io over Streamable HTTP; connect with OAuth (no API key to paste), free tier 100 calls/hour.
概要

AlphaAI MCP server

Real-time, AI-enriched financial news for AI agents and trading bots. Every story is enriched with per-ticker analysis, a category, and a 1–10 relevance score — so an agent can filter to what matters before spending a reasoning token.

Connect

Hosted at mcp.alphai.io over Streamable HTTP. No install, OAuth 2.1 (a browser login, no API key to paste), free tier 100 calls/hour.

Claude Code:

claude mcp add --transport http alphai https://mcp.alphai.io/mcp

ChatGPT, Claude Desktop / claude.ai, Cursor, VS Code, Windsurf and Gemini connect the same way via the URL https://mcp.alphai.io/mcp.

Tools (11)

  • alphai_news_search — full-text + filtered news search
  • alphai_ticker_news — latest news for one ticker
  • alphai_trending — biggest stories of the last 48h
  • alphai_actionable_now — breaking, decision-grade news
  • alphai_insider_news — SEC Form 4 insider trades + 13F moves
  • alphai_pair_analysis — two-ticker read-across
  • alphai_article — fetch a single article by uid
  • alphai_tickers — discover supported tickers
  • alphai_alerts_list / _subscribe / _unsubscribe — manage your own alert subscriptions (Basic/Pro)

All read-only except the alert tools, which only touch the caller's own subscriptions.

Tiers

  • Free — 100 calls/hour, no card
  • Basic ($2.99/mo) — 1,000/hour + alerts
  • Pro ($9.99/mo) — 10,000/hour, larger pages, alerts

サーバー設定

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