Featured

Deploy OpenClaw in 60 seconds β€” 20% off logoDeploy OpenClaw in 60 seconds β€” 20% off

Launch OpenClaw on Hostinger in about 60 seconds and keep your agent live 24/7. Our referral link gives you 20% off, no coupon code needed.

Launch on Hostinger β†’
Run your Hermes agent on Hostinger, fully managed logoRun your Hermes agent on Hostinger, fully managed

Launch Hermes on Hostinger in one click, fully managed, no VPS knowledge needed. Use code ZACAARON10 for 10% off.

Launch on Hostinger β†’
Crawl and scrape any site into clean data, 10% off logoCrawl and scrape any site into clean data, 10% off

Firecrawl crawls and scrapes any site into clean markdown for your agent. Get 1,000 free credits, and new users get 10% off their first purchase.

Try Firecrawl free β†’
6,000+ web scrapers for your AI agent, start free logo6,000+ web scrapers for your AI agent, start free

Apify gives your agent live web data: 6,000+ prebuilt scrapers and actors, MCP-ready. Sign up free with $5 in usage credits.

Try Apify free β†’
One API to scrape, enrich, and extract the internet. logoOne API to scrape, enrich, and extract the internet.

Context.dev gives your agents a single API to scrape, enrich, and extract live web data β€” no proxies, no parsers, no maintenance.

Start building free β†’
SetupClaw: done-for-you OpenClaw for founders & exec teams logoSetupClaw: done-for-you OpenClaw for founders & exec teams

White-glove OpenClaw for founders and exec teams (4–50+ employees): we install, harden, integrate your tools, and maintain it β€” secured from day one.

Get it set up for you β†’
SEO data APIs for your agent, $1 free credit logoSEO data APIs for your agent, $1 free credit

DataForSEO gives your agent live access to SERP results, keyword data, backlinks, and on-page SEO data through one API. New accounts get a $1 credit, good for up to 20,000 keyword or backlink lookups.

Try DataForSEO free β†’
Reach 48,000+ AI builders

A flat monthly placement in front of developers actively installing AI tools. No lock-in, cancel anytime.

Advertise here β†’

Works with

Claude CodeClaude DesktopCursorVS CodeClineCodex CLIOpenClaw+ any MCP client

Install to Claude Code

This server doesn't publish a one-line install command. Follow the setup in the source repository.

Summary

makeev/alphai-mcp MCP server](https://glama.ai/mcp/servers/makeev/alphai-mcp/badges/score.svg)](https://glama.ai/mcp/servers/makeev/alphai-mcp) πŸŽ–οΈ 🐍 ☁️ - Real-time, AI-enriched financial news for trading agents: full-text & ticker search, trending and...

README.md

AlphaAI MCP server

![License: MIT](https://opensource.org/licenses/MIT) ![Official MCP Registry](https://registry.modelcontextprotocol.io/v0/servers/io.github.makeev%2Falphai-mcp/versions/latest) ![Smithery](https://smithery.ai/servers/mihail-makeev/alphai-news) ![mcp.so](https://mcp.so/server/alphai-news/makeev) ![Glama](https://glama.ai/mcp/servers/makeev/alphai-mcp) ![Mentioned in Awesome MCP Servers](https://github.com/punkpeye/awesome-mcp-servers)

Real-time, AI-enriched financial news for AI agents and trading bots β€” over the Model Context Protocol. Hosted at mcp.alphai.io, no install, OAuth (no API key to paste), free tier 100 calls/day.

Every story is enriched with per-ticker analysis, a category (14 buckets), and a 1–10 relevance score, so an agent can filter to what actually matters before spending a reasoning token.

This repo is the public home + server.json manifest of the hosted AlphaAI MCP server (the listing on Smithery, Glama, mcp.so, the MCP Registry and Awesome MCP Servers). The product is AlphaAI β€” a financial-news platform built for AI agents. There is nothing to self-host: to use it, just connect to https://mcp.alphai.io/mcp.

Connect

The server speaks Streamable HTTP at https://mcp.alphai.io/mcp. Add it to any OAuth-capable MCP client. Claude Code:

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

Connecting opens a browser for OAuth 2.1 (DCR + PKCE) β€” a login, no key to copy-paste. ChatGPT, Claude Desktop / claude.ai, Cursor, VS Code, Windsurf and Gemini connect the same way. Or use the one-click listing on Smithery.

Other clients

| Client | Config | |---|---| | Claude Desktop / claude.ai | Settings β†’ Connectors β†’ Add custom connector β†’ https://mcp.alphai.io/mcp | | Cursor | ~/.cursor/mcp.json β†’ { "mcpServers": { "alphai": { "type": "http", "url": "https://mcp.alphai.io/mcp" } } } | | VS Code Copilot | .vscode/mcp.json β†’ { "servers": { "alphai": { "type": "http", "url": "https://mcp.alphai.io/mcp" } } } | | Generic | Streamable HTTP, URL https://mcp.alphai.io/mcp, OAuth 2.1 |

Tools (11)

| Tool | What it does | |---|---| | alphai_news_search | Full-text + filtered news search (query, tickers, category, dates, relevance) | | alphai_ticker_news | Latest news for one ticker (optionally incl. insider) | | alphai_trending | Biggest stories of the last 48h by relevance | | alphai_actionable_now | Breaking, decision-grade news (actionability + novelty gate) | | alphai_insider_news | SEC Form 4 insider trades + 13F ownership moves as news | | alphai_pair_analysis | Two-ticker read-across (news naming both companies) | | alphai_article | Fetch a single article by uid | | alphai_tickers | Discover supported tickers β€” US stocks, ETFs, crypto & foreign listings | | alphai_alerts_list / _subscribe / _unsubscribe | Manage your own ticker alert subscriptions (Basic/Pro) |

All tools are read-only except the alphai_alerts_* writes, which only ever touch the caller's own subscriptions. Full schemas, params and defaults are advertised by the server (annotations included) and documented at alphai.io/mcp.

Tiers

| | Free | Basic | Pro | |---|---|---|---| | Price | $0 (no card) | $2.99/mo | $9.99/mo | | Rate limit β€” burst | 20 / min | 60 / min | 300 / min | | Rate limit β€” daily | 100 / day | 10,000 / day | 100,000 / day | | Alert tools | β€” | βœ“ | βœ“ | | Page size | 10 | 10 | up to 50 (bulk) |

Authentication

OAuth 2.1 with Dynamic Client Registration (RFC 7591) and PKCE per the MCP authorization spec. Compatible clients discover the OAuth metadata automatically β€” no manual API key setup. Tool discovery (tools/list) is open; calling a tool requires the OAuth login.

Ready-made Claude Code skills

Drop-in skills that drive these tools (stock brief, market pulse, insider radar, peer read-across, manage alerts): makeev/alphai-claude-skills.

Links

  • Playground & docs β€” https://alphai.io/mcp
  • REST API & SDKs (Python + TypeScript) β€” https://alphai.io/developers
  • Smithery listing β€” https://smithery.ai/servers/mihail-makeev/alphai-news
  • Glama connector β€” https://glama.ai/mcp/connectors/io.github.makeev/alphai-mcp
  • MCP Registry β€” io.github.makeev/alphai-mcp
  • Changelog β€” https://alphai.io/changelog

Notes

  • This is a hosted server β€” to use it, connect to https://mcp.alphai.io/mcp; there

is nothing to self-host. This repo is the catalog home + server.json manifest.

  • News, not advice. The tools summarize reporting; they don't give buy/sell calls.
  • raw_text (full article bodies) is never served β€” copyright. Responses carry titles,

AI summaries, per-ticker analysis, categories and relevance scores.

MIT licensed. Built by AlphaAI.

See related servers & alternatives β†’

Related MCP servers

Browse all β†’

Related guides

Hand-picked reading to help you choose and use Search servers.