Agent Plugins Marketplace
All plugins

alpaca

v0.1.0-ghast.1

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.

Agent Plugins1 Skill3 MCP serversStreamable HTTP

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-plugins

Clone 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

plugins/alpaca/
├── plugin.json
├── skills/alpaca/SKILL.md
└── mcp.json

Included Skills1

alpacaskills/alpaca/SKILL.md

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

alpaca-market-dataStreamable HTTP
url
https://data.alpaca.markets/mcp
alpaca-tradingStreamable HTTP
url
https://api.alpaca.markets/mcp
alpaca-trading-paperStreamable HTTP
url
https://paper-api.alpaca.markets/mcp

Plugin manifests1

plugins/alpaca/plugin.json
{
  "$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"
          }
        }
      }
    }
  }
}

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)