Agent Plugins Marketplace
All plugins

bybit

v1.0.0-ghast.1

Use Bybit’s official MCP for market data and authorized account, trading and asset workflows. Availability depends on regional access.

Agent Plugins1 Skill2 MCP serversstdio

By Ghast AILicense: MIT0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
3 skill or MCP entries
Source updated
Sep 8, 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/bybit/.

This listing currently publishes only the generic Agent Plugins format. Automatic install commands for other clients are not generated yet.

Plugin files

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

Included Skills1

bybitskills/bybit/SKILL.md

Use Bybit in Ghast. Use Bybit’s official MCP for market data and authorized account, trading and asset workflows. Availability depends on regional access. 通过 Bybit 官方 MCP 查询行情并处理已授权的账号、交易与资产业务;服务可用性受地区限制。

MCP servers2

bybitstdio
command
npx
args
-y [email protected]
cwd
${PLUGIN_DATA}
env.BYBIT_TESTNET
false
env.BYBIT_API_PRIVATE_KEY_PATH
bybit-publicstdio
command
npx
args
-y [email protected]
cwd
${PLUGIN_DATA}
env.BYBIT_TESTNET
false
env.BYBIT_API_PRIVATE_KEY_PATH
env.BYBIT_API_KEY
env.BYBIT_API_SECRET

MCP configuration uses runtime-provided plugin path placeholders such as ${PLUGIN_ROOT} or ${CLAUDE_PLUGIN_ROOT}. Review the manifest for the runtime-specific expansion rules.

Plugin manifests1

plugins/bybit/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "bybit",
  "version": "1.0.0-ghast.1",
  "description": "Use Bybit’s official MCP for market data and authorized account, trading and asset workflows. Availability depends on regional access.",
  "author": {
    "name": "Ghast AI",
    "url": "https://ghast.trapezohe.ai"
  },
  "homepage": "https://github.com/bybit-exchange/trading-mcp",
  "license": "MIT",
  "extensions": {
    "ai.trapezohe.ghast": {
      "officialConnectorSource": "https://github.com/bybit-exchange/trading-mcp",
      "connectorPublisher": "Bybit",
      "category": "finance",
      "icon": "./assets/icon.png",
      "displayName": "Bybit",
      "descriptions": {
        "en": "Use Bybit’s official MCP for market data and authorized account, trading and asset workflows. Availability depends on regional access.",
        "zh-CN": "通过 Bybit 官方 MCP 查询行情并处理已授权的账号、交易与资产业务;服务可用性受地区限制。"
      },
      "mcpServerExtensions": {
        "bybit": {
          "credentialEnv": {
            "BYBIT_API_KEY": "$VAULT:bybit-api-key",
            "BYBIT_API_SECRET": "$VAULT:bybit-api-secret"
          }
        }
      }
    }
  }
}

If you maintain this plugin, link to this source-backed listing from your README so users can review its manifest and indexed components.

[bybit on Agent Plugins Marketplace](https://pluginsmp.com/plugins/bybit)