Back to directory
mardiantos/alpaca-mcp-server

mardiantos/alpaca-mcp-server

@MardiantoS

A Model Context Protocol (MCP) server implementation for Alpaca trading that enables Large Language Models (LLMs) like Anthropic Claude to interact with Alpaca's trading API.

tradingalpacamcpllmclaudefinanceapibroker

Installation & Configuration

{
  "mcpServers": {
    "alpaca": {
      "command": "/ABSOLUTE/PATH/TO/uv",
      "args": [
        "--directory",
        "/ABSOLUTE/PATH/TO/PARENT/FOLDER/alpaca-mcp-server",
        "run",
        "alpaca_mcp_server.py"
      ]
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/13
Updated
2026/6/13