Every tool, every strategy, every Claude prompt. Connect your Alpaca account and start automating in 5 minutes.
You need three things: Alpaca account, Claude subscription, and the FloorPricer MCP.
Go to app.alpaca.markets/signup — free forever for paper trading. Get your APCA-API-KEY-ID and APCA-API-SECRET-KEY from the dashboard under API Keys.
Clone or install via npm. Set your Alpaca keys as environment variables:
ALPACA_KEY_ID=your_key ALPACA_SECRET_KEY=your_secret ALPACA_PAPER=true
Add the MCP server to ~/.claude/claude_desktop_config.json or your Claude Code settings. See the config block below.
Open Claude and say: "Connect my FloorPricer and show me my dashboard" — Claude will call dashboard and you'll see your $100K paper account balance live.
Add this to your Claude Desktop or Claude Code MCP config:
{
"mcpServers": {
"floorpricer": {
"command": "node",
"args": ["/path/to/floorpricer-mcp/dist/index.js"],
"env": {
"ALPACA_KEY_ID": "your_alpaca_key_id",
"ALPACA_SECRET_KEY": "your_alpaca_secret",
"ALPACA_PAPER": "true"
}
}
}
}
Set ALPACA_PAPER to false when you're ready for live trading with real money.
Click any tool to see parameters and copy-paste Claude prompts.
Copy these multi-step prompts directly into Claude.