Back to MCP Servers
Alpaca
An MCP Server for the Alpaca trading API to manage stock and crypto portfolios, place trades, and access market data.
finance-fintechapi
By laukikk
Installation
npx -y alpaca-mcpConfiguration
{
"mcpServers": {
"alpaca-mcp": {
"command": "npx",
"args": ["-y", "alpaca-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes