alpaca
v0.1.0-ghast.1Research stocks, options, crypto, fixed income, indices, news, and corporate actions through Alpaca's official market-data MCP, with separately authorized paper and live trading servers for account, order, position, portfolio, and watchlist workflows.
By AlpacaLicense: MIT0 GitHub starsUpdated 3 hours ago
Directory evidence
- Runtimes
- Agent Plugins
- Parsed components
- 4 skill or MCP entries
- Source updated
- Aug 30, 2026
- Manifest status
- Canonical path parsed
The directory validates manifest shape and source location. It does not execute the plugin or provide a security endorsement. Review the indexing methodology →
Get the plugin
git clone https://github.com/Trapezohe/ghast-pluginsClone the source repository, then follow its setup instructions to add the plugin to a compatible client. The plugin root is plugins/alpaca/.
This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.
Plugin files
├── plugin.json├── skills/alpaca/SKILL.md└── mcp.json
Included Skills1
Use Alpaca's official hosted MCP servers for stock, options, crypto, fixed income, index, news, corporate-action, account, portfolio, watchlist, order, and position workflows. Default to the market-data server for research. Use paper or live trading only when the user explicitly requests the corresponding account or transaction.
MCP servers3
- url
- https://data.alpaca.markets/mcp
- url
- https://api.alpaca.markets/mcp
- url
- https://paper-api.alpaca.markets/mcp
Plugin manifests1
{
"$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
"name": "alpaca",
"version": "0.1.0-ghast.1",
"description": "Research stocks, options, crypto, fixed income, indices, news, and corporate actions through Alpaca's official market-data MCP, with separately authorized paper and live trading servers for account, order, position, portfolio, and watchlist workflows.",
"author": {
"name": "Alpaca",
"email": "[email protected]"
},
"homepage": "https://github.com/alpacahq/agentic",
"repository": "https://github.com/alpacahq/agentic",
"license": "MIT",
"extensions": {
"ai.trapezohe.ghast": {
"category": "finance",
"upstreamRevision": "a97b49ecdf47b6b46d8fc1027139c475296dc696",
"upstreamPath": "plugins/alpaca-trading",
"icon": "./assets/icon.svg",
"mcpServerExtensions": {
"alpaca-trading": {
"oauth": {
"client_id": "PCIEJZTPCQEBUBAINMQOGDHF7I"
}
},
"alpaca-trading-paper": {
"oauth": {
"client_id": "PCIEJZTPCQEBUBAINMQOGDHF7I"
}
},
"alpaca-market-data": {
"oauth": {
"client_id": "PCIEJZTPCQEBUBAINMQOGDHF7I"
}
}
}
}
}
}For maintainers
If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.
[alpaca on Agent Plugins Marketplace](https://pluginsmp.com/plugins/alpaca-2)