Alpaca Trading MCP Server
@laukikk
关于 Alpaca Trading MCP Server
MCP for the Alpaca trading API to manage stock and crypto portfolios, place trades, and access market data
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"alpaca-mcp": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@laukikk/alpaca-mcp",
"--client",
"claude"
]
}
}
}工具
8Get current account information
Place a market order to buy or sell a stock
Place a limit order to buy or sell a stock at a specified price
Place a stop order to buy or sell a stock when it reaches a specified price
Place a stop-limit order combining stop and limit order features
Cancel an open order by its ID
Close an open position for a specific symbol
Get a comprehensive summary of the portfolio
概览
What is Alpaca Trading MCP Server?
The Alpaca Trading MCP Server is a Model Context Protocol (MCP) server that provides an interface to the Alpaca trading API. It allows users to manage their stock and crypto portfolio, place trades, and access market data via MCP-compatible clients.
How to use Alpaca Trading MCP Server?
Install the server via Smithery using npx -y @smithery/cli install @laukikk/alpaca-mcp --client claude or manually by cloning the repository and installing dependencies with pip install -e . or uv pip install -e .. Configure your Alpaca Paper Trading API key and secret in a .env file, then run python src/server.py to start the server. For Claude Desktop, add the server configuration to claude_desktop_config.json.
Key features of Alpaca Trading MCP Server
- Account Management: view account details, balances, and portfolio status.
- Trading: place market, limit, stop, and stop-limit orders.
- Portfolio Management: view positions, calculate performance, close positions.
- Market Data: access real-time quotes and historical price data.
- Asset Information:
金融与商务 分类下的更多 MCP 服务器
Awesome Crypto MCP Servers
badkkA collection of crypto MCP servers.
中国股票数据
elsejj这是一个为大模型提供 A 股数据的的 MCP(Model Content Protocol) 服务。
kospi-kosdaq-stock-server
dragon1086An MCP server that provides KOSPI/KOSDAQ stock data using FastMCP
Crypto Price & Market Analysis MCP Server
truss44A Model Context Protocol (MCP) server that provides real-time cryptocurrency analysis via CoinCap's API. Enables Claude and other MCP clients to fetch crypto prices, analyze market trends, and track historical data.
Binance MCP Server 🚀
AnalyticAceUnofficial tools and server implementation for Binance's Model Context Protocol (MCP). Designed to support developers building crypto trading AI Agents.
评论