diff --git a/servers/alpaca/server.yaml b/servers/alpaca/server.yaml new file mode 100644 index 000000000..6e9de621c --- /dev/null +++ b/servers/alpaca/server.yaml @@ -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: + - name: alpaca.ALPACA_SECRET_KEY + env: ALPACA_SECRET_KEY + example: + env: + - name: ALPACA_PAPER_TRADE + example: true + value: "{{alpaca.alpaca_paper_trade}}" + parameters: + type: object + properties: + alpaca_paper_trade: + type: boolean + default: true