Vivo Game Open Platform Connector for AI agents.
9 live capabilities
Manage mobile game distribution and payments on Vivo devices.
Waiting for input…
Why people use Vivo Game Open Platform
Vivo Game Open Platform for Mobile Game Distribution Management
This Connector changes that by letting your AI agent do the heavy lifting. You can just tell your agent to check an order or update a player's level, and it handles the API calls for you. You get a unified way to manage your game's backend without the manual overhead.
What Vinkius changes
You get a direct command line for your Vivo game backend via your AI agent.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Resolving Failed Payments
A player claims they paid but didn't get their items.
- Real-world use case 02
Verifying Login Tokens
A user can't get into the game.
- Real-world use case 03
Syncing Player Instances
You need to move a group of players to a new instance.
Complete set · 9capabilities
The complete Vivo Game Open Platform capability set.
These are the exact actions your AI can choose when you ask it to work with Vivo Game Open Platform.
01—03
3 capabilities in this set.
Part of 9 available through Vivo Game Open Platform.
- 01 Capability
Report game data
Submit player progress and scores to the Vivo Game Center. This keeps your rankings up to date.
- 02 Capability
Report role info
Report character or role information. Use this to update player levels and names in the ecosystem.
- 03 Capability
Get app config
Retrieve your current application settings from the Vivo platform. This helps you keep your configuration in sync.
04—06
3 capabilities in this set.
Part of 9 available through Vivo Game Open Platform.
- 04 Capability
Get server time
Synchronize your local system with the official Vivo platform time. This ensures your timestamps are always accurate.
- 05 Capability
Get user info
Retrieve basic profile data for a Vivo user. Use this to pull account details for your game logic.
- 06 Capability
List game servers
Query the list of active game instances. It helps you see what's online at a glance.
07—09
3 capabilities in this set.
Part of 9 available through Vivo Game Open Platform.
- 07 Capability
List items
Query available virtual items for your app. Use this to check your current inventory offerings.
- 08 Capability
Query order
Check the status of a specific payment order. This is useful for reconciling transactions and deliveries.
- 09 Capability
Validate login
Verify a user login token from the Vivo SDK. This helps you authorize users quickly and securely.
Set up in minutes
One URL. Then ask Vivo Game Open Platform to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Vivo Game Open Platform from the conversation.
Choose your client
Live previewAdvanced clients IDE · CLI
Claude · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_MWkezW2B4z9SRyOM67YZLmu3UQ3POaWDnthBAw3G/mcp - Step 01
Open Connectors
In Claude Web or Claude Desktop, open Settings and choose Connectors.
- Step 02
Add the URL
Choose Add custom connector, name it Vivo Game Open Platform, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Vivo Game Open Platform for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_MWkezW2B4z9SRyOM67YZLmu3UQ3POaWDnthBAw3G/mcp - Step 01
Open MCP settings
On desktop, open Settings and MCP servers. On web, open your workspace app or connector settings.
- Step 02
Add the URL
Choose Add server with Streamable HTTP, or create a custom MCP app, then paste the Vivo Game Open Platform URL.
- Step 03
Save and start
Save the connection and enable Vivo Game Open Platform in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"vivo-game-open-platform": {
"url": "https://edge.vinkius.com/vk_preview_MWkezW2B4z9SRyOM67YZLmu3UQ3POaWDnthBAw3G/mcp"
}
}
} - Step 01
Open MCP Settings
Press Cmd+Shift+P (macOS) or Ctrl+Shift+P (Windows/Linux) → search "MCP Settings"
- Step 02
Add the server config
Paste the JSON configuration above into the mcp.json file that opens
- Step 03
Save the file
Cursor will automatically detect the new Connector
- Step 04
Start using Vivo Game Open Platform
Open Agent mode in chat and ask: "Using Vivo Game Open Platform, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"vivo-game-open-platform": {
"url": "https://edge.vinkius.com/vk_preview_MWkezW2B4z9SRyOM67YZLmu3UQ3POaWDnthBAw3G/mcp"
}
}
} - Step 01
Create MCP config
Create a .vscode/mcp.json file in your project root
- Step 02
Add the server config
Paste the JSON configuration above
- Step 03
Enable Agent mode
Open GitHub Copilot Chat and switch to Agent mode using the dropdown
- Step 04
Start using Vivo Game Open Platform
Ask Copilot: "Using Vivo Game Open Platform, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"vivo-game-open-platform": {
"url": "https://edge.vinkius.com/vk_preview_MWkezW2B4z9SRyOM67YZLmu3UQ3POaWDnthBAw3G/mcp"
}
}
} - Step 01
Open MCP Settings
Go to Settings → MCP Configuration or press Cmd+Shift+P and search "MCP"
- Step 02
Add the server
Paste the JSON configuration above into mcp_config.json
- Step 03
Save and reload
Windsurf will detect the new server automatically
- Step 04
Start using Vivo Game Open Platform
Open Cascade and ask: "Using Vivo Game Open Platform, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"vivo-game-open-platform": {
"url": "https://edge.vinkius.com/vk_preview_MWkezW2B4z9SRyOM67YZLmu3UQ3POaWDnthBAw3G/mcp"
}
}
} - Step 01
Open Cline MCP Settings
Click the Connectors icon in the Cline sidebar panel
- Step 02
Add remote server
Click "Add Connector" and paste the configuration above
- Step 03
Enable the server
Toggle the server switch to ON
- Step 04
Start using Vivo Game Open Platform
Ask Cline: "Using Vivo Game Open Platform, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add vivo-game-open-platform --transport http "https://edge.vinkius.com/vk_preview_MWkezW2B4z9SRyOM67YZLmu3UQ3POaWDnthBAw3G/mcp" - Step 01
Install Claude Code
Run npm install -g @anthropic-ai/claude-code if not already installed
- Step 02
Add the Connector
Run the command above in your terminal
- Step 03
Verify the connection
Run claude mcp to list connected servers, or type /mcp inside a session
- Step 04
Start using Vivo Game Open Platform
Ask Claude: "Using Vivo Game Open Platform, show me...". 9 tools are ready
Where the request belongs
Work Vivo Game can move forward.
This is for the live ops manager tired of manual data entry, the backend engineer syncing roles across instances, and the game dev who needs to verify auth flows quickly.
Live Operations Manager
Checks if a specific payment order failed and updates the player's virtual items manually during a peak event.
Backend Engineer
Writes scripts to sync player roles and levels across different game instances without manual database edits.
Game Developer
Validates login flows and checks infrastructure status during a high-traffic launch to ensure a smooth user experience.
Data Analyst
Pulls active instance lists and app configs to monitor regional performance and configuration accuracy.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsOppo Game Open Platform
Manage Oppo Game Open Platform distribution. validate logins, query orders, and report game data directly from any AI agent.
4399 Open Platform
Manage 4399 Open Platform game distribution. validate logins, query orders, and handle leaderboards directly from any AI agent.
Kuaishou Mini-Game
Kuaishou mini-game developer API. manage cloud storage, leaderboards, analytics, and content moderation for casual games.
Google Play Developer
Manage your Android apps - respond to reviews and check subscriptions via AI.
Xsolla
Manage game commerce via Xsolla. handle payments, search transactions, and manage virtual item catalogs directly from any AI agent.
Besitos Corp
Integrate mobile gaming and rewards via Besitos. list games, track user activity, and manage offers directly from any AI agent.
Bring your own AI
Change the model, client or framework. Keep Vivo Game connected.
-
Claude -
ChatGPT -
Gemini -
Cursor -
VS Code -
Windsurf -
ZCode -
Cline -
Zed -
Continue -
Kiro -
Roo Code -
Zencoder -
Goose -
Void -
Augment Code -
Amp -
Qodo -
Tabnine -
Pieces -
Sourcegraph Cody -
JetBrains -
Warp -
Amazon Q -
Antigravity -
BoltAI -
Raycast -
Jan -
LM Studio -
AnythingLLM -
Open WebUI -
Msty -
Cherry Studio -
LibreChat -
TypingMind -
Chorus -
5ire -
n8n -
LangChain -
LlamaIndex -
CrewAI -
Vercel AI SDK
Before you connect
Questions about Vivo Game.
The practical details behind the request, access and result.
Can I use the Vivo Game Open Platform MCP to check my game's payment history?
Yes, you can use it to check specific order statuses in real-time. Your AI agent can look up an order ID and tell you if the payment was successful or is still pending.
How do I manage player roles using the Vivo Game Open Platform MCP?
You can use it to update character information like names, levels, and instance assignments. Your agent can push these updates directly to the Vivo ecosystem.
Is the Vivo Game Open Platform MCP good for live operations?
It's built for it. It helps you monitor instance status, validate logins, and report player data to the Game Center, which are all core live ops tasks.
Can I use the Vivo Game Open Platform MCP to see my app configuration?
Yes, your agent can pull the current settings from your developer console. This is great for verifying that your app is configured correctly for different regions.
Does the Vivo Game Open Platform MCP handle user authentication?
It lets your agent validate login tokens from the Vivo SDK. This helps you confirm a user's identity before starting their game session.
How does the Vivo Game Open Platform MCP help with game rankings?
You can use it to report player scores and progress directly to the Vivo Game Center. This keeps your rankings accurate and up to date.
How do I validate a Vivo login token from my backend?
Use the validate_login capability with the user's token provided by the Vivo SDK. The agent will connect to the Vivo verification server and return the openid if the session is legitimate.
Can I automatically query the status of a specific order?
Yes! Use the query_order capability with your CP Order ID. Your agent will retrieve the payment status, amount, and internal transaction reference directly from the Vivo gateway.
How do I report character role information to the platform?
Use the report_role_info capability with a JSON string containing the character details (name, level, server). This is essential for compliance and social features within the Vivo ecosystem.
One connection away
Give your agent a direct line to Vivo Game.
Connect Vivo Game once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available