Alpaca Skill

Financial

Domain knowledge for your AI assistant — workflow patterns, data model concepts, and gotchas for Alpaca tools.

7 tools
SKILL.md

Alpaca
SKILL.md

Domain knowledge for Alpaca — broker API, accounts, assets, trading, documents

Alpaca

Alpaca Broker API provides trading and market data. Accounts hold positions; activities log trades; assets/calendar/clock are reference data.

Data Model

  • Accounts are brokerage accounts. Documents (statements, etc.) are account-scoped — need acc_id.
  • Activities are account events (trades, transfers). Assets are tradable securities.
  • Calendar returns market days. Clock returns market open/close status.
  • Country info supports compliance. Documents require account id.

Gotchas

  • acc_id required: Account-scoped tools (documents, activities) need account id from listing accounts.
  • Market hours: Use clock to check if market is open before trading operations.

Use with Alpaca Bundle

This skill teaches your AI assistant domain knowledge. To actually execute Alpaca API calls, enable the MCP bundle — the skill and bundle work together.

Ready to use Alpaca?

Install the skill for domain knowledge, enable the bundle for authenticated tool access

What is a Skill?

Alpaca Skill - SKILL.md for Claude Code, Cursor & More