MCP.so
Sign In
Servers

Alpaca MCP Server

@tedlikeskix

Model Context Protocol (MCP) server for Alpaca trading API

Add this server to your MCP-compatible client using the configuration below.

{
  "mcpServers": {
    "alpaca-mcp-server": {
      "command": "python",
      "args": [
        "alpaca_mcp_server.py"
      ]
    }
  }
}

More from Other