vips
Creator economy platform for coding agents. Posts, subscriptions, payments, streaming, messaging — as easy as git.
Install
npm install -g vipsallowed
Quick Start
vips signup myuser --email me@example.com --local
vips feed
vips post "Hello from the CLI!"
vips post "Exclusive content" --paid 4.99
vips profile username
vips follow USER_ID
vips dashboard
vips --help
Features
- Posts — create, like, comment, bookmark, paid content
- Feed — browse, search people/posts/live streams
- Profiles — view, follow, edit, set subscription rates
- Payments — deposit, tip, withdraw, Stripe Connect, transaction history
- Streams — create live stream, get RTMP/HLS config, chat
- Messages — DMs, paid messages, conversations
- Content Planner — schedule posts, multi-platform publishing, AI captions, analytics
- Wallet — balance, pending, transaction history
- Admin — users, moderation, withdrawals, verifications, metrics (27 commands)
- Support — chat with τAI assistant
- MCP — Claude Code native tool integration
Per-Project Config
vips login --local --key YOUR_KEY
vips login --key YOUR_KEY
vips config
Local config overrides global. Add .vips/ to your .gitignore.
Agent Integration
Add to your CLAUDE.md, .cursorrules, .clinerules, or .windsurfrules:
## VIPsAllowed
Use the vips CLI for creator platform management.
Key is in .vips/config.json (auto-loaded).
Run vips --help for full reference.
MCP Server (Claude Code)
Add to .mcp.json:
{
"mcpServers": {
"vipsallowed": {
"type": "stdio",
"command": "vips",
"args": ["mcp-serve"]
}
}
}
Documentation
License
Proprietary — Tyga.Cloud Ltd. See LICENSE.