Agent Plugins Marketplace
All plugins

paddle

v1.0.0-ghast.1

Use official Paddle tools for billing, subscriptions and revenue workflows, with separate live, sandbox and documentation connections.

Agent Plugins1 Skill3 MCP serversStreamable HTTP

By Ghast AILicense: MIT0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
4 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/paddle/.

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

Plugin files

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

Included Skills1

paddleskills/paddle/SKILL.md

Use Paddle in Ghast. Use official Paddle tools for billing, subscriptions and revenue workflows, with separate live, sandbox and documentation connections. 通过 Paddle 官方工具处理计费、订阅与收入运营,分别连接生产环境、沙盒和开发文档。

MCP servers3

paddleStreamable HTTP
url
https://mcp.paddle.com/mcp
paddle-docsStreamable HTTP
url
https://paddlehq.mcp.kapa.ai
paddle-sandboxStreamable HTTP
url
https://sandbox-mcp.paddle.com/mcp

Plugin manifests1

plugins/paddle/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "paddle",
  "version": "1.0.0-ghast.1",
  "description": "Use official Paddle tools for billing, subscriptions and revenue workflows, with separate live, sandbox and documentation connections.",
  "author": {
    "name": "Ghast AI",
    "url": "https://ghast.trapezohe.ai"
  },
  "homepage": "https://developer.paddle.com/sdks/ai/paddle-mcp/",
  "license": "MIT",
  "extensions": {
    "ai.trapezohe.ghast": {
      "officialConnectorSource": "https://developer.paddle.com/sdks/ai/paddle-mcp/",
      "connectorPublisher": "Paddle",
      "category": "finance",
      "icon": "./assets/icon.png",
      "displayName": "Paddle",
      "descriptions": {
        "en": "Use official Paddle tools for billing, subscriptions and revenue workflows, with separate live, sandbox and documentation connections.",
        "zh-CN": "通过 Paddle 官方工具处理计费、订阅与收入运营,分别连接生产环境、沙盒和开发文档。"
      },
      "mcpServerExtensions": {
        "paddle-sandbox": {
          "credentialHeaders": {
            "Authorization": "Bearer $VAULT:paddle-sandbox-token"
          }
        }
      }
    }
  }
}

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

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