4399 Open Platform Connector for AI agents.
9 live capabilities
Manage Chinese game distribution and player data from your AI agent.
Waiting for input…
Why people use 4399 Open Platform
4399 Open Platform for Automated Payment Tracking
With this Connector, you can just ask your AI agent to do the heavy lifting. It pulls the status of a transaction or validates a login session in seconds. You get a unified way to handle 4399 data without the tab-switching fatigue.
What Vinkius changes
You get a direct bridge between your AI and the 4399 game distribution backend.
Use it from Claude, ChatGPT, Cursor or another AI client you already have.
One account · 5,900+ Connectors
- Real-world use case 01
Verifying failed purchases
A support agent needs to know why a user's 50 CNY purchase failed.
- Real-world use case 02
Monitoring tournament winners
A live ops manager wants to see who's winning the weekly tournament.
- Real-world use case 03
Syncing game clocks
A developer needs to sync game events with the platform's internal clock.
Complete set · 9capabilities
The complete 4399 Open Platform capability set.
These are the exact actions your AI can choose when you ask it to work with 4399 Open Platform.
01—03
3 capabilities in this set.
Part of 9 available through 4399 Open Platform.
- 01 Capability
Query order
Check the status of a payment order to see if a recharge went through. Use this to automate transaction tracking.
- 02 Capability
Get game status
See if your game is currently operational on the platform. This helps you monitor live uptime.
- 03 Capability
List friends
Get a list of friends for a 4399 user to power social features. This is great for building social networks.
04—06
3 capabilities in this set.
Part of 9 available through 4399 Open Platform.
- 04 Capability
Submit score
Push a new player record to a leaderboard for real-time competition. This is perfect for updating high scores.
- 05 Capability
Validate login
Verify a user's login session to ensure they're authorized to play. Use this for secure session management.
- 06 Capability
Check sensitive words
Filter out prohibited terms from role names or chat messages. Use this to keep your community safe.
07—09
3 capabilities in this set.
Part of 9 available through 4399 Open Platform.
- 07 Capability
Get leaderboard
Fetch the top players from a specific leaderboard. Use this to display competitive rankings.
- 08 Capability
Get server time
Grab the current 4399 timestamp for syncing game events. It ensures your client and the platform stay in sync.
- 09 Capability
Get user info
Pull basic profile details for a specific user ID. Use this to quickly fetch registration metadata.
Set up in minutes
One URL. Then ask 4399 Open Platform to work.
Claude and ChatGPT only need the Connector URL. Copy it once, add it in settings, and use 4399 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_OF1Kjeu7X4rl6Ls5boYXlX0GCsPYgIZMPQVxqotc/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 4399 Open Platform, and paste the URL above.
- Step 03
Turn it on in chat
Select +, open Connectors, and enable 4399 Open Platform for the conversation.
ChatGPT · Web + desktop
Connector URL · ready to paste
Streamable HTTPhttps://edge.vinkius.com/vk_preview_OF1Kjeu7X4rl6Ls5boYXlX0GCsPYgIZMPQVxqotc/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 4399 Open Platform URL.
- Step 03
Save and start
Save the connection and enable 4399 Open Platform in your conversation. Desktop may ask you to restart once.
Cursor · IDE configuration
Advanced setup
{
"mcpServers": {
"4399-open-platform": {
"url": "https://edge.vinkius.com/vk_preview_OF1Kjeu7X4rl6Ls5boYXlX0GCsPYgIZMPQVxqotc/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 4399 Open Platform
Open Agent mode in chat and ask: "Using 4399 Open Platform, help me...". 9 tools available
VS Code Copilot · IDE configuration
Advanced setup
{
"mcpServers": {
"4399-open-platform": {
"url": "https://edge.vinkius.com/vk_preview_OF1Kjeu7X4rl6Ls5boYXlX0GCsPYgIZMPQVxqotc/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 4399 Open Platform
Ask Copilot: "Using 4399 Open Platform, help me...". 9 tools available
Windsurf · IDE configuration
Advanced setup
{
"mcpServers": {
"4399-open-platform": {
"url": "https://edge.vinkius.com/vk_preview_OF1Kjeu7X4rl6Ls5boYXlX0GCsPYgIZMPQVxqotc/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 4399 Open Platform
Open Cascade and ask: "Using 4399 Open Platform, help me...". 9 tools available
Cline · IDE configuration
Advanced setup
{
"mcpServers": {
"4399-open-platform": {
"url": "https://edge.vinkius.com/vk_preview_OF1Kjeu7X4rl6Ls5boYXlX0GCsPYgIZMPQVxqotc/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 4399 Open Platform
Ask Cline: "Using 4399 Open Platform, help me...". 9 tools available
Claude Code · Terminal command
Advanced setup
claude mcp add 4399-open-platform --transport http "https://edge.vinkius.com/vk_preview_OF1Kjeu7X4rl6Ls5boYXlX0GCsPYgIZMPQVxqotc/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 4399 Open Platform
Ask Claude: "Using 4399 Open Platform, show me...". 9 tools are ready
Where the request belongs
Work 4399 Open Platform can move forward.
This is for game developers and live ops managers who need to automate the tedious parts of managing a game on the 4399 platform, like checking payments or cleaning up chat logs.
Game Developer
Automates server-to-server validation and payment reconciliation to save hours of manual checking.
Live Ops Manager
Monitors leaderboard integrity and social trends to keep the community healthy and engaged.
Backend Engineer
Integrates 4399 platform features into custom management dashboards without building new APIs from scratch.
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.
Vivo Game Open Platform
Manage Vivo Game Open Platform distribution. validate logins, query orders, and report game data directly from any AI agent.
NetEase Cloud Gaming
Manage NetEase Cloud Gaming sessions. orchestrate server instances, monitor user quotas, and scaling capacity directly from any AI agent.
Heybox
Access Heybox (小黑盒) gamer database. track Steam/PUBG/CS2 statistics and monitor community trends directly from any AI agent.
AccelByte
Manage game backend services via AccelByte. handle users, achievements, leaderboards, and orders directly from your AI agent.
Kuaishou Mini-Game
Kuaishou mini-game developer API. manage cloud storage, leaderboards, analytics, and content moderation for casual games.
Bring your own AI
Change the model, client or framework. Keep 4399 Open Platform 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 4399 Open Platform.
The practical details behind the request, access and result.
What is the 4399 Open Platform MCP for?
It connects your AI agent to the 4399 game distribution platform. This allows your agent to perform tasks like checking payments, validating user logins, and managing leaderboards for games on that platform.
Can I use the 4399 Open Platform MCP to check payments?
Yes. You can ask your agent to check the status of any payment order. It will retrieve the real-time status and transaction details directly from the platform.
How do I use the 4399 Open Platform MCP for leaderboards?
Your AI agent can use it to submit new scores for players and fetch the current top players list. This makes it easy to manage competitive rankings without manual entry.
Does the 4399 Open Platform MCP work for H5 games?
Yes, it is designed to support both H5 and mobile games distributed on the 4399 platform, covering auth, payments, and social features.
Can I use the 4399 Open Platform MCP to filter bad words?
Yes. The Connector includes a capability to check text against the platform's sensitive word policy. This helps you keep your game's chat and usernames clean.
Is the 4399 Open Platform MCP good for live ops?
It's a great capability for live ops because it automates repetitive tasks like monitoring social trends, checking user profiles, and managing leaderboard integrity.
How do I validate a user login token from my backend?
Use the validate_login capability with the user's uid and the access_token provided by the 4399 SDK. The agent will confirm if the session is legitimate and return the authentication code.
Can I check the status of a specific payment order?
Yes! Use the query_order capability with the 4399 order ID. Your agent will retrieve the transaction status, amount, and timestamp from the payment gateway.
Does it support high score submission?
Yes! The submit_score capability allows your agent to update the high score for a specific user ID on the configured 4399 leaderboard.
One connection away
Give your agent a direct line to 4399 Open Platform.
Connect 4399 Open Platform once. Keep it beside 5,900+ managed Connectors when the next task needs more.
Explore every Connector No credit card required · Free tier available