← Back to Plugins
MCP Server MCP

VibeVO

github By github 👁 4 views ▲ 0 votes

Use VibeVO API tools for campaigns, analytics, posts, creators, wallets, and factories.

Homepage Verified source GitHub

Install

npx -y @vibevo/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@vibevo/mcp",
      "version": "0.1.2",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "VibeVO Public API key (vibevo_live_...). Mint it in the VibeVO cabinet with the scopes the agent needs.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "VIBEVO_API_KEY"
        },
        {
          "description": "Base URL of the VibeVO API. Optional; defaults to https://api.vibevo.io.",
          "format": "string",
          "default": "https://api.vibevo.io",
          "name": "VIBEVO_API_BASE_URL"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...