Aave's official MCP server: live V3 and V4 markets, wallet positions and health factor, DAO governance, and unsigned transactions your own wallet signs.
Alpaca MCP Server
Summary
Alpaca's official MCP server for trading stocks, options and crypto, plus market data and portfolio analysis, in plain language.
Features
- Place and cancel stock, options and crypto orders from natural language
- Portfolio history, balances, margin detail and account activity
- Market data: bars, quotes, trades, snapshots, options Greeks and implied volatility
- News, dividends, splits, market calendar and asset/contract lookup
- Paper trading enabled by default (ALPACA_PAPER_TRADE)
- ALPACA_TOOLSETS filters which tool categories are exposed
Installation
Set up this MCP server in your favorite AI agent — copy a ready-made configuration below.
Description
Alpaca's official Model Context Protocol server puts the broker's Trading and Market Data APIs behind MCP tools, so an assistant like Claude, Cursor or VS Code Copilot can check a portfolio, pull historical bars and place orders through conversation instead of through hand-written API calls.
The tool surface is unusually broad for a finance MCP server. Account and portfolio tools cover balances, margin, account configuration, portfolio history and activity logs. Order tools place and cancel equity, crypto and options orders and read back their status. Position tools list, close and liquidate holdings and exercise options contracts. On the data side there are bars, quotes, trades and snapshots for stocks, crypto and options — including Greeks and implied volatility — alongside news articles, corporate-action announcements such as dividends and splits, the market calendar, asset and option-contract lookup, watchlist management, fixed-income bond quotes and short-sale locate requests. A documentation toolset even lets the agent search Alpaca's own API reference while it works.
It runs on Python 3.10+ via uvx alpaca-mcp-server and authenticates with ALPACA_API_KEY and ALPACA_SECRET_KEY. The setting that matters most is ALPACA_PAPER_TRADE, which defaults to true: out of the box the server trades against a free paper account, and moving to real money is a deliberate change rather than an accident. ALPACA_TOOLSETS narrows the exposed tools to the categories you want, which is a sensible way to keep order placement out of a read-only research setup.
MIT licensed, currently at version 2.3.1. Treat it as what it is — software that can move real money — and keep it on paper trading until you have watched how your agent behaves.
Related MCP Servers
Official Xero MCP server that lets an agent read and write a real accounting ledger — invoices, contacts, payments, payroll timesheets and financial reports — over the Xero API.
X's official remote MCP server for advertisers — 23 tools to read campaign data, run analytics and create or activate campaigns from any MCP client.
Modern Treasury's official MCP server, built on Code Mode: the agent writes TypeScript against the payments SDK and runs it in a sandbox instead of calling one tool per endpoint.