Leiting Games Connector for AI agents.
10 live capabilities
Manage game publishing and compliance for the Chinese market.
Waiting for input…
Why people use Leiting Games
Leiting Games for Chinese Game Publishing Compliance
With this Connector, that manual cycle disappears. You can just ask your agent to check the compliance status of your titles or pull your latest marketing metrics. It turns a thirty-minute data gathering session into a five-second conversation, giving you back time to focus on the actual game.
What Vinkius changes
You get a direct line to your Chinese publishing dashboard without the manual clicking.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Quick compliance checks
A publishing manager asks, 'Is my new title compliant with anti-addiction rules?
- Real-world use case 02
Marketing performance review
A business dev asks for last month's user acquisition numbers, and the agent pulls the data using get_marketing_data.
- Real-world use case 03
Rapid title submission
An indie dev wants to submit a new RPG.
Complete set · 10capabilities
The complete Leiting Games capability set.
These are the exact actions your AI can choose when you ask it to work with Leiting Games.
01—04
4 capabilities in this set.
Part of 10 available through Leiting Games.
- 01 Capability
Get developer profile
Get your developer profile info. Use this to see your current account details and credentials.
- 02 Capability
Get game status
Get the specific publishing status for a game. This tells you if a title is live or still in review.
- 03 Capability
List sdk releases
List the latest SDK releases. This ensures your team is using the most recent integration versions.
- 04 Capability
Submit game
Submit a new game for review. You can provide the title and genre directly through your agent.
05—07
3 capabilities in this set.
Part of 10 available through Leiting Games.
- 05 Capability
Get marketing data
Pull marketing analytics and user acquisition metrics. Use this to see how your marketing spend is performing.
- 06 Capability
Get partner stats
Get a summary of your partner statistics. This gives you a high-level view of your account standing.
- 07 Capability
Get audit logs
Get your account audit logs. This is useful for tracking administrative changes and history.
08—10
3 capabilities in this set.
Part of 10 available through Leiting Games.
- 08 Capability
Get compliance status
Check your game's compliance status. It verifies things like real-name auth and anti-addiction scores.
- 09 Capability
List collaborations
List all your active collaborations. This helps you keep track of current business partnerships.
- 10 Capability
List games
List all your published games. Use this to see your entire active portfolio in one place.
Set up in minutes
One URL. Then ask Leiting Games to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use Leiting Games 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_SDS9Vts6GnG0LwnLBGqCOnaR77bXZ6cHI5FmNS2k/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 Leiting Games, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable Leiting Games for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_SDS9Vts6GnG0LwnLBGqCOnaR77bXZ6cHI5FmNS2k/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 Leiting Games URL.
- Step 03
Save and start
Save the connection and enable Leiting Games in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"leiting-games": {
"url": "https://edge.vinkius.com/vk_preview_SDS9Vts6GnG0LwnLBGqCOnaR77bXZ6cHI5FmNS2k/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 Leiting Games
Open Agent mode in chat and ask: "Using Leiting Games, help me...". 10 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"leiting-games": {
"url": "https://edge.vinkius.com/vk_preview_SDS9Vts6GnG0LwnLBGqCOnaR77bXZ6cHI5FmNS2k/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 Leiting Games
Ask Copilot: "Using Leiting Games, help me...". 10 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"leiting-games": {
"url": "https://edge.vinkius.com/vk_preview_SDS9Vts6GnG0LwnLBGqCOnaR77bXZ6cHI5FmNS2k/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 Leiting Games
Open Cascade and ask: "Using Leiting Games, help me...". 10 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"leiting-games": {
"url": "https://edge.vinkius.com/vk_preview_SDS9Vts6GnG0LwnLBGqCOnaR77bXZ6cHI5FmNS2k/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 Leiting Games
Ask Cline: "Using Leiting Games, help me...". 10 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add leiting-games --transport http "https://edge.vinkius.com/vk_preview_SDS9Vts6GnG0LwnLBGqCOnaR77bXZ6cHI5FmNS2k/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 Leiting Games
Ask Claude: "Using Leiting Games, show me...". 10 tools are ready
Where the request belongs
Work Leiting Games can move forward.
This is for developers and publishers who need to navigate the specific requirements of the Chinese gaming market without the headache of manual portal management.
Indie Game Developer
Checks your game's compliance score and submission status while you're busy coding new features.
Publishing Manager
Monitors the operational status of a large portfolio of titles across the Chinese region.
Business Developer
Pulls marketing analytics and partner stats to prepare weekly performance reports.
Technical Integrator
Tracks the latest SDK releases to ensure game integrations stay up to date.
Build the capability set
Add more capabilities.
Each Connector adds new actions and data without changing how you work.
Browse ConnectorsMobyGames
Search 100,000+ video games. find games by title, platform, genre, developer and get credits, reviews and scores.
RAWG Video Games Database
Universal video game intelligence. search 500,000+ games, platforms, and ratings via AI.
IGDB Global Gaming Database
The world's most comprehensive gaming database. audit titles, platforms, age ratings, and more via AI.
Kuaishou Mini-Game
Kuaishou mini-game developer API. manage cloud storage, leaderboards, analytics, and content moderation for casual games.
4399 Open Platform
Manage 4399 Open Platform game distribution. validate logins, query orders, and handle leaderboards directly from any AI agent.
FreeToGame
Explore thousands of free-to-play games. list titles, filter by genre or platform, and inspect system requirements directly via AI.
Bring your own AI
Change the model, client or framework. Keep Leiting Games 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 Leiting Games.
The practical details behind the request, access and result.
What can I do with the Leiting Games MCP?
You can use your AI agent to manage your entire game publishing workflow in China. This includes submitting new titles, checking your game's compliance scores, pulling marketing data, and tracking your account's audit logs.
Does the Leiting Games MCP help with anti-addiction compliance?
Yes. It can specifically check your game's compliance status, including real-name authentication and anti-addiction modules, so you can ensure your titles meet regional requirements.
How do I get marketing data using the Leiting Games MCP?
Your agent can pull marketing analytics and user acquisition metrics directly. This allows you to see how your games are performing in the Chinese market without leaving your workspace.
Can I use the Leiting Games MCP to submit new games?
Yes. You can tell your agent to submit a new game title and its genre for review. The agent will handle the submission process through the platform for you.
Is the Leiting Games MCP for all game platforms?
No, this Connector is specifically for the Leiting Games publishing platform. It is designed for developers and publishers who use Leiting to reach the Chinese market.
How does the Leiting Games MCP help with SDK updates?
It allows your agent to list the latest SDK releases. This helps your technical team stay on top of the latest versions and ensure your game integrations remain up to date.
How do I obtain a Leiting Partner Token?
You must register as a developer or publisher on the Leiting Games cooperation platform. Once your application is reviewed and approved, you can generate your Partner Token in the dashboard.
Can I submit a new game for review through the agent?
Yes! Use the submit_game capability. You will need to provide the title and genre. This initiates the review process with the Leiting publishing team.
How does the compliance audit capability work?
The get_compliance_status capability checks if your game is correctly integrated with China's mandatory real-name authentication and anti-addiction systems, providing a safety score.
One connection away
Give your agent a direct line to Leiting Games.
Connect Leiting Games once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available