Agent Plugins Marketplace
All plugins

vonage

v1.0.0-ghast.1

Use Vonage’s official MCP for account balances, phone numbers, communication reports, SMS, WhatsApp, RCS and voice workflows.

Agent Plugins1 Skill1 MCP serverstdio

By Ghast AILicense: MIT0 GitHub starsUpdated 2 weeks ago

Directory evidence

Runtimes
Agent Plugins
Parsed components
2 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/vonage/.

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

Plugin files

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

Included Skills1

vonageskills/vonage/SKILL.md

Use Vonage in Ghast. Use Vonage’s official MCP for account balances, phone numbers, communication reports, SMS, WhatsApp, RCS and voice workflows. 通过 Vonage 官方 MCP 查询账户余额、电话号码与通信报表,并处理短信、WhatsApp、RCS 和语音业务。

MCP servers1

vonagestdio
command
npx
args
-y @vonage/[email protected]
cwd
${PLUGIN_DATA}

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/vonage/plugin.json
{
  "$schema": "https://agent-plugins.org/schemas/1.0.0/plugin.schema.json",
  "name": "vonage",
  "version": "1.0.0-ghast.1",
  "description": "Use Vonage’s official MCP for account balances, phone numbers, communication reports, SMS, WhatsApp, RCS and voice workflows.",
  "author": {
    "name": "Ghast AI",
    "url": "https://ghast.trapezohe.ai"
  },
  "homepage": "https://developer.vonage.com/en/mcp-server/how-to-guides/install-tooling-mcp-server",
  "license": "MIT",
  "extensions": {
    "ai.trapezohe.ghast": {
      "officialConnectorSource": "https://developer.vonage.com/en/mcp-server/how-to-guides/install-tooling-mcp-server",
      "connectorPublisher": "Vonage",
      "category": "communication",
      "icon": "./assets/icon.png",
      "displayName": "Vonage",
      "descriptions": {
        "en": "Use Vonage’s official MCP for account balances, phone numbers, communication reports, SMS, WhatsApp, RCS and voice workflows.",
        "zh-CN": "通过 Vonage 官方 MCP 查询账户余额、电话号码与通信报表,并处理短信、WhatsApp、RCS 和语音业务。"
      },
      "mcpServerExtensions": {
        "vonage": {
          "credentialEnv": {
            "VONAGE_API_KEY": "$VAULT:vonage-api-key",
            "VONAGE_API_SECRET": "$VAULT:vonage-api-secret",
            "VONAGE_APPLICATION_ID": "$VAULT:vonage-application-id",
            "VONAGE_PRIVATE_KEY64": "$VAULT:vonage-private-key-base64",
            "VONAGE_VIRTUAL_NUMBER": "$VAULT:vonage-virtual-number",
            "VONAGE_WHATSAPP_NUMBER": "$VAULT:vonage-whatsapp-number",
            "RCS_SENDER_ID": "$VAULT:vonage-rcs-sender-id"
          },
          "optionalCredentials": [
            "vonage-application-id",
            "vonage-private-key-base64",
            "vonage-virtual-number",
            "vonage-whatsapp-number",
            "vonage-rcs-sender-id"
          ]
        }
      }
    }
  }
}

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

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