.fyi
SkillsMCPPluginsSubagents

Browse by category

DevOps & CI/CD SkillsProductivity & Workflow SkillsOther SkillsProduct & Project Management SkillsDocumentation & Knowledge SkillsCode Review & Refactor SkillsBackend & APIs SkillsAgent Meta & Communication SkillsResearch SkillsSecurity SkillsUX UI & Design SkillsTesting & QA SkillsSee all →

Every Claude Code skill, MCP server, plugin and subagent in one directory. Searchable, comparable, and one command from installed. Live stats from GitHub, npm and PyPI.

We're on Product HuntYour agent's app storeCheck it out →
Agent SkillsMCP ServersPluginsSubagentsCoding Agents
CollectionsOfficial publishersGlossaryFAQBlogSearchSavedFeedback
PrivacyTermsllms.txtSitemap

made with ♥ · © 2026 aaaa.fyi

Independent project · real data from public registries

…/alpacahq/alpaca-mcp-server
home/mcp-servers/alpacahq/alpaca-mcp-server
alpacahq avatar

alpaca-mcp-server

byalpacahq· 1 MCP server

Installs

43k

Stars

891

Forks

261

Category

Finance & Trading

View on GitHub

TL;DR

</div>

How to install alpaca-mcp-server?

alpacahq/alpaca-mcp-server
$git clone https://github.com/alpacahq/alpaca-mcp-server

Installs into the current project.

›Prefer a prompt? Paste this to your agent

Install & use

Install alpaca-mcp-server by running `git clone https://github.com/alpacahq/alpaca-mcp-server`, then use it for the current task and follow its documentation at https://github.com/alpacahq/alpaca-mcp-server.

Files · 1

View on GitHub
README.md
1<p align="center">
2 <img src="https://raw.githubusercontent.com/alpacahq/alpaca-mcp-server/main/assets/01-primary-alpaca-logo.png" alt="Alpaca logo" width="220">
3</p>
4 
5<div align="center">
6 
7<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>
8<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>
9<a href="https://alpaca.markets/slack" target="_blank"><img src="https://img.shields.io/badge/Slack-DCDCDC?logo=slack&logoColor=000" alt="Slack"></a>
10<a href="https://www.linkedin.com/company/alpacamarkets/" target="_blank"><img src="https://img.shields.io/badge/LinkedIn-DCDCDC" alt="LinkedIn"></a>
11<a href="https://forum.alpaca.markets/" target="_blank"><img src="https://img.shields.io/badge/Forum-DCDCDC?logo=discourse&logoColor=000" alt="Forum"></a>
12<a href="https://docs.alpaca.markets/docs/getting-started" target="_blank"><img src="https://img.shields.io/badge/Docs-DCDCDC" alt="Docs"></a>
13<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>
14 
15</div>
16 
17<p align="center">
18 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.
19</p>
20 
21> **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.
22 
23## Table of Contents
24 
25- [Upgrading from V1](#upgrading-from-v1)
26- [Prerequisites](#prerequisites)
27- [Getting Your API Keys](#getting-your-api-keys)
28- [Setup](#setup)
29- [Configuration](#configuration)
30- [Features](#features)
31- [Example Prompts](#example-prompts)
32- [Available Tools](#available-tools)
33- [Testing](#testing)
34- [Project Structure](#project-structure)
35- [Troubleshooting](#troubleshooting)
36- [Disclosure](#disclosure)
37 
38---
39 
40## Upgrading from V1
41 
42V2 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.
43 
44### What changes
45 
46 
47| Aspect | V1 | V2 |
48| ------------------ | -------------------------------------- | -------------------------------------------------------------------------------------------- |
49| **Tool names** | Hand-crafted (e.g. `get_account_info`) | Spec-derived with overrides (e.g. `get_account_info` — names may overlap but schemas differ) |
50| **Parameters** | Custom schemas | Aligned with Alpaca API specs |
51| **Configuration** | `.env` + `init` command | Env vars in MCP client config only |
52| **Tool filtering** | Not supported | `ALPACA_TOOLSETS` env var |
53| **Whitelisting** | Not supported | Use `ALPACA_TOOLSETS` to restrict tools |
54 
55 
56### How to avoid V1-style usage in V2
57 
58MCP 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:
59 
601. **Do not reuse V1 config** — Treat V2 as a new server. Update your MCP client confi

Preview

alpacahq/alpaca-mcp-serveralpacahq/alpaca-mcp-server
Repoalpacahq/alpaca-mcp-server
TypeMCP Servers
CategoryFinance & Trading
UpdatedJul 2026
LicenseMIT
First seenJul 26, 2026

Tags

MCPai-tradingalgorithmic-trading

Related

6 picks
Type
  1. jerbouma avatarfinancetoolkit200+ transparent financial metrics calculated from raw statements, not third-party endpoints.MCP ServersJul 202661k5.2k
  2. financial-datasets avatarmcp-serverAn MCP server for interacting with the Financial Datasets stock market API.MCP ServersJun 202556k2.2k
  3. quantconnect avatarmcp-serverPython MCP server for local interactions with the QuantConnect API.MCP ServersMay 202656k78
  4. getnable avatarfinopsmcpSee where your cloud and AI bills go, and spend less. Local-first, in your terminal or editor.MCP ServersJul 202616k14
  5. xeroapi avatarxero-mcp-serverMCP server implementation for Xero integrationMCP ServersJun 202614k342
  6. ariadng avatarmetatrader-mcp-serverModel Context Protocol (MCP) server built with Python to enable AI LLMs to trade using MetaTrader platform.MCP ServersMar 202611k667