Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
35 changes: 35 additions & 0 deletions servers/alpaca/server.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
name: alpaca
image: mcp/alpaca
type: server
meta:
category: finance
tags:
- finance
- trading
- alpaca
about:
title: Alpaca
description: 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
icon: https://avatars.githubusercontent.com/u/30398729?v=4
source:
project: https://github.com/alpacahq/alpaca-mcp-server
commit: bc58ce6a4effa280de44fac3b48e6650fba69499
config:
description: Configure the connection to Alpaca MCP Server
secrets:
- name: alpaca.ALPACA_API_KEY
env: ALPACA_API_KEY
example: <ALPACA_API_KEY>
- name: alpaca.ALPACA_SECRET_KEY
env: ALPACA_SECRET_KEY
example: <ALPACA_SECRET_KEY>
env:
- name: ALPACA_PAPER_TRADE
example: true
value: "{{alpaca.alpaca_paper_trade}}"
parameters:
type: object
properties:
alpaca_paper_trade:
type: boolean
default: true