Top AI Repos — open-source AI, indexed and scored
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Top AI Repos tracks AI repositories on GitHub and answers two different questions about each one: is it moving right now, and would you bet a product on it.
Alpaca’s official MCP Server lets you trade stocks, ETFs, crypto, and options, run data analysis, and build strategies in plain English directly from your favorite LLM tools and IDEs
| Date | Stars |
|---|---|
| 2026-07-24 | 886 |
| 2026-07-25 | 886 |
| 2026-07-28 | 886 |
| 2026-07-30 | 886 |
| 2026-07-31 | 893 |
| 2026-08-06 | 893 |
Today
— stars today
This week
+7 stars this week
This month
— stars this month
Momentum
7.0
growth rate 0.79%/day
<p align="center"> <img src="https://raw.githubusercontent.com/alpacahq/alpaca-mcp-server/main/assets/01-primary-alpaca-logo.png" alt="Alpaca logo" width="220"> </p> <div align="center"> <a href="https://x.com/alpacahq?lang=en" target="_blank"><img src="https://img.shields.io/badge/X-DCDCDC?logo=x&logoColor=000" alt="X"></a> <a href="https://www.reddit.com/r/alpacamarkets/" target="_blank"><img src="https://img.shields.io/badge/Reddit-DCDCDC?logo=reddit&logoColor=000" alt="Reddit"></a> <a href="https://alpaca.markets/slack" target="_blank"><img src="https://img.shields.io/badge/Slack-DCDCDC?logo=slack&logoColor=000" alt="Slack"></a> <a href="https://www.linkedin.com/company/alpacamarkets/" target="_blank"><img src="https://img.shields.io/badge/LinkedIn-DCDCDC" alt="LinkedIn"></a> <a href="https://forum.alpaca.markets/" target="_blank"><img src="https://img.shields.io/badge/Forum-DCDCDC?logo=discourse&logoColor=000" alt="Forum"></a> <a href="https://docs.alpaca.markets/docs/getting-started" target="_blank"><img src="https://img.shields.io/badge/Docs-DCDCDC" alt="Docs"></a> <a href="https://alpaca.markets/sdks/python/" target="_blank"><img src="https://img.shields.io/badge/Python_SDK-DCDCDC?logo=python&logoColor=000" alt="Python SDK"></a> </div> <p align="center"> A comprehensive Model Context Protocol (MCP) server for Alpaca's Trading API. Enable natural language trading operations through AI assistants like Claude, Cursor, and VS Code. Supports stocks, options, crypto, portfolio management, and real-time market data. </p> > **Alpaca MCP Server v2 is here.** This version is a complete rewrite built with FastMCP and OpenAPI. If you're upgrading from v1, please read the [Upgrade Guide](#upgrading-from-v1) — tool names, parameters, and configuration have changed. ## Table of Contents - [Upgrading from V1](#upgrading-from-v1) - [Prerequisites](#prerequisites) - [Getting Your API Keys](#getting-your-api-keys) - [Setup](#setup) - [Configuration](#configuration) - [Features](#features) - [Example Prompts](#example-prompts) - [Available Tools](#available-tools) - [Testing](#testing) - [Project Structure](#project-structure) - [Troubleshooting](#troubleshooting) - [Disclosure](#disclosure) --- ## Upgrading from V1 V2 is a **complete rewrite** built with FastMCP and OpenAPI. **None of the V1 tools exist in V2** — tool names, parameters, and schemas have changed. You cannot use V2 as a drop-in replacement if your setup depends on specific V1 tool names or parameters. ### What changes | Aspect | V1 | V2 | | ------------------ | -------------------------------------- | -------------------------------------------------------------------------------------------- | | **Tool names** | Hand-crafted (e.g. `get_account_info`) | Spec-derived with overrides (e.g. `get_account_info` — names may overlap but schemas differ) | | **Parameters** | Custom schemas | Aligned with Alpaca API specs | | **Configuration** | `.env` + `init` command | Env vars in MCP client config only | | **Tool filtering** | Not supported | `ALPACA_TOOLSETS` env var | | **Whitelisting** | Not supported | Use `ALPACA_TOOLSETS` to restrict tools | ### How to avoid V1-style usage in V2 MCP clients discover tools dynamically from the server. There is no config file where you "whitelist" tool names — the client gets whatever tools the server exposes. To avoid your client or AI assistant using V2 incorrectly: 1. **Do not reuse V1 config** — Treat V2 as a new server. Update your MCP client confi
Excerpt of 31,581 characters
Read on GitHub134
14
2
2
1
1
1
Chandler · @SaphiraAI
1
1
1
1
1
1
Mark Zhang · United States
1
1
1
Would you bet a product on this? Bounded 0–100 and slow moving.
matched fp:b6030d108da498d4, topic:mcp, topic:mcp-server, readme:model context protocol