Vivo Game Open Platform

Vivo Game Open Platform MCP Connector for Claude

A+

Manage Vivo Game Open Platform distribution — validate logins, query orders, and report game data directly from any AI agent.

9 tools Official Updated Jun 28, 2026 Official Vinkius Partner

Connect your AI agents to the Vivo Game Open Platform (vivo 开放平台), the primary ecosystem for game distribution on Vivo mobile devices. This MCP provides 9 tools to automate server-to-server validation, payment tracking, and player data reporting for high-performance mobile and mini-games.

What you can do

  • Authentication — Validate user tokens and retrieve unique openid identifiers from the Vivo account service
  • Payment Orchestration — Query real-time status for payment orders and reconcile transactions programmatically
  • Game Analytics — Report player progress, high scores, and level data to the Vivo Game Center rankings
  • Role Management — Update character/role information including names, levels, and server assignments
  • App Configuration — Fetch current application settings and list active game servers from the developer console

How it works

  1. Subscribe to this server
  2. Log in to the Vivo Developer Console
  3. Navigate to Game Management and select your active project
  4. Copy your AppID, AppKey, and AppSecret from the basic information page
  5. Insert your credentials into the fields below to start managing your Vivo gaming distribution backend.

Who is this for?

  • Mobile Game Developers — automate server-side login verification and payment delivery logic
  • Live Operations Teams — monitor order statuses and player ranking integrity in the Vivo ecosystem
  • Backend Engineers — integrate Vivo platform features into centralized game management dashboards
vivo-gamesmobile-distributiongame-centerauth-validationpayment-trackingplayer-data

9 tools expose this connector's capabilities to your AI agent.

get_app_config

Retrieve application configuration from Vivo platform

get_server_time

Synchronize with Vivo platform server time

get_user_info

Retrieve basic profile data for a Vivo user

list_game_servers

Query the list of game servers

list_items

Query available virtual items for the app

query_order

Check the status of a specific payment order

report_game_data

Submit player progress and scores to Vivo Game Center

report_role_info

Report character or role information

validate_login

Verify a user login token from Vivo SDK

See how to talk to your AI agent using Vivo Game Open Platform.

Check the status of Vivo order ID 'cp_order_555666'.

Connecting to Vivo payment servers... I've retrieved the details for order 'cp_order_555666'. The current status is 'success' for an amount of 10.00 CNY. The transaction is ready for virtual item delivery.

Validate the login token 'tok_vivo_abc' from the client.

Requesting validation from Vivo Auth... Success! The token is valid and corresponds to OpenID: `user_888999`. You can now proceed with the user's game session.

List all active game servers configured in the Vivo console.

Retrieving server list... I found 3 active servers: 1. Asia-East (ID: srv_1), 2. Global-South (ID: srv_2), 3. Test-Net (ID: srv_3). All are currently 'online'.

Use the `validate_login` tool 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.

Related Connectors