
by Alpaca
No reviews yetAlpaca-branded SaaS short trader with MCP-native execution: scores AI disruption risk, builds capped short baskets, and tracks paper/live PnL in SerenDB.
+54.6%
Annual Return
AI estimate
+9.8%
Monthly Return %
AI estimate
Autonomous strategy agent for shorting SaaS names under AI-driven multiple compression.
Default backend is MCP-native:
mcp__seren-mcp__call_publishermcp__seren-mcp__run_sql / mcp__seren-mcp__run_sql_transactionmcp__seren-mcp__list_* / create_*Legacy Python/API scripts remain available as fallback, not default.
scripts/dry_run_prompt.txt - single copy/paste MCP-native run prompt (default)scripts/dry_run_checklist.md - MCP-native readiness checklistscripts/mcp_native_runbook.md - canonical MCP execution contractscripts/strategy_engine.py - core scan/monitor/post-close enginescripts/serendb_storage.py - persistence layerscripts/seren_client.py - publisher gateway clientscripts/self_learning.py - learning loopscripts/run_agent_server.py - authenticated webhook runner for seren-cronscripts/setup_cron.py - create/update cron jobsscripts/setup_serendb.py - apply base + learning schemaspaper - plan and store paper orderspaper-sim - simulate fills/PnL only (default)live - real broker execution path (requires explicit user approval)alpaca-short-traderalpaca_short_botserendb_schema.sql and self_learning_schema.sql are applied via MCP SQL.alpacasec-filings-intelligencegoogle-trendsperplexity (fallback: exa)Use scripts/dry_run_prompt.txt for one-copy/paste execution.
15 8 * * 1-5 (08:15 ET)15 10-15 * * 1-5 (hourly, 10:15-15:15 ET)20 16 * * 1-5 (16:20 ET)35 16 * * 1-5 (MCP SQL upsert)30 9 * * 60 7 * * 1cd alpaca/saas-short-trader
python3 -m pip install -r requirements.txt
cp .env.example .env
cp config.example.json config.json
python3 scripts/setup_serendb.py --api-key "$SEREN_API_KEY"
python3 scripts/strategy_engine.py --api-key "$SEREN_API_KEY" --run-type scan --mode paper-sim
python3 scripts/strategy_engine.py --api-key "$SEREN_API_KEY" --run-type monitor --mode paper-sim
python3 scripts/strategy_engine.py --api-key "$SEREN_API_KEY" --run-type post-close --mode paper-sim
python3 scripts/self_learning.py --api-key "$SEREN_API_KEY" --action full --mode paper-sim
SEREN_API_KEY="$SEREN_API_KEY" SAAS_SHORT_TRADER_WEBHOOK_SECRET="$SAAS_SHORT_TRADER_WEBHOOK_SECRET" \
python3 scripts/run_agent_server.py --host 0.0.0.0 --port 8787
python3 scripts/setup_cron.py \
--runner-url "https://YOUR_PUBLIC_RUNNER_URL" \
--webhook-secret "$SAAS_SHORT_TRADER_WEBHOOK_SECRET"
Free
npx skills add serenorg/seren-skillsSelect “SaaS Short Trader” when prompted
Alpaca
Added March 1, 2026