How to Use the GeTui / 个推 MCP in Cursor
Write code that triggers GeTui / 个推 push notifications and tracks delivery metrics directly inside Cursor's Agent mode.
Works with every AI agent you already use
…and any MCP-compatible client
Connect GeTui / 个推 MCP to Cursor
Create your Vinkius account to connect GeTui / 个推 to Cursor and route execution through our secure gateway. The platform manages server hosting, runtime updates, and security layers. Configuration requires no manual server provisioning.
Generate Push Logic with this MCP Server
`bind_user_alias` links your database user IDs to GeTui Client IDs while you write your backend code in Cursor. In Cursor, the AI agent uses this tool to test live alias bindings, ensuring your production code matches the real API behavior. Query your mappings using `query_user_alias` to verify that your registration endpoints are writing the correct entries. Cursor checks the live response from GeTui to write precise error-handling logic for invalid or expired device tokens.
Test Real Push Payloads Directly in Cursor
`push_to_single` sends actual notifications to your test devices while you write code in Cursor. Instead of mocking the GeTui API, Cursor calls this tool to fire a real push, letting you verify that your payload structure renders correctly on Chinese Android ROMs. Testing batch push structures is straightforward with `push_to_list` and `push_to_all`. Cursor uses these tools to inspect the returned task IDs, allowing you to write accurate status-polling routines based on real API responses.
Write Reporting Code with Live GeTui Data
`get_daily_push_report` fetches live performance metrics so Cursor can write custom dashboard widgets with real data. This MCP server ensures you don't have to guess the JSON structure of GeTui's reporting API because the agent inspects the actual tool output. Verify how your application processes delivery rates using `get_push_status` and `get_app_user_stats`. By running `get_cid_status` and `get_user_tags`, Cursor helps you build conditional logic that checks device states before sending high-priority alerts.
Set up GeTui / 个推 MCP in Cursor
Prerequisites
- Cursor installed (macOS, Windows, or Linux)
- Active Vinkius subscription with a valid endpoint token
- 1
Open MCP Settings
Go to Cursor Settings → MCP or open the Command Palette (
Cmd+Shift+P/Ctrl+Shift+P) and search for "MCP: Add Server". - 2
Add the GeTui / 个推 MCP
Cursor will create or open
.cursor/mcp.jsonin your project root. Paste the JSON snippet on the right. Replace[YOUR_TOKEN_HERE]with your endpoint token from cloud.vinkius.com. - 3
Enable Agent mode
Open Composer (
Cmd+I/Ctrl+I) and switch to Agent mode using the dropdown at the top. MCP tools are only available in Agent mode. - 4
Verify the connection
Ask Cursor something like "List my recent GeTui / 个推 transactions." If the MCP tools are loaded correctly, Cursor will call the GeTui / 个推 tools automatically. You can also check Settings → MCP for a green status indicator.
{
"mcpServers": {
"getui-mcp": {
"url": "https://edge.vinkius.com/[YOUR_TOKEN_HERE]/mcp"
}
}
} Independent Platform Disclaimer: Vinkius is an independent platform and is not affiliated with, endorsed by, sponsored by, verified by, or otherwise authorized by GeTui / 个推. All third-party trademarks, logos, and brand names are the property of their respective owners. Their use on this website is strictly for informational purposes to identify service compatibility and interoperability.
Why Choose Vinkius
Vinkius connects your tools to AI with real-time monitoring and automatic cost savings — all from one dashboard.
Real-time monitoring
Live
visibility into every interaction
Connect your favorite tools to your AI and see exactly what's happening — every request, every response, in real time.
Built-in savings
60%
lower AI costs
Vinkius compresses data between your apps and your AI automatically. Lower bills every month — no configuration required.
Single dashboard
One
place for every integration
Every tool your AI connects to, managed from a single screen. One account, complete control.
Common questions about GeTui / 个推 MCP in Cursor
Use it with your favorite AI tools
Connect this server to Cursor, Claude, VS Code, and more.
Start using the GeTui / 个推 MCP today
We host it, we monitor it, we maintain it. You just paste one token.