MCP Server
MCP
VibeVO
Use VibeVO API tools for campaigns, analytics, posts, creators, wallets, and factories.
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
By
Comments
Sign in to leave a comment