vipsallowed
v1.2.1
Published
VIPsAllowed CLI — creator economy platform for coding agents. Posts, subscriptions, payments, streaming. As easy as git.
Maintainers
Readme
vips
Creator economy platform for coding agents. Posts, subscriptions, payments, streaming, messaging — as easy as git.
Install
npm install -g vipsallowedQuick Start
# Create an account
vips signup myuser --email [email protected] --local
# Browse the feed
vips feed
# Create a post
vips post "Hello from the CLI!"
# Create a paid post
vips post "Exclusive content" --paid 4.99
# View a creator profile
vips profile username
# Follow a creator
vips follow USER_ID
# See your stats
vips dashboard
# Full reference
vips --helpFeatures
- 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 # saves to .vips/config.json (project-local)
vips login --key YOUR_KEY # saves to ~/.vips/config.json (global)
vips config # show which config is activeLocal 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
- Platform
- Setup wizard:
vips init
License
Proprietary — Tyga.Cloud Ltd. See LICENSE.
