Marketplace
VVYREN code

MCP servers
Release Gate — MCP server
Freeno reviews
Install
mcp.json — Claude Desktop, Cursor, Windsurf, VS Code
{
"mcpServers": {
"release-gate-mcp-server": {
"type": "http",
"url": "https://devconnectplatform.com/api/mcp"
}
}
}Claude Code
claude mcp add --transport http release-gate-mcp-server https://devconnectplatform.com/api/mcpA free MCP server that checks your app project against the current Google Play and App Store publishing rules and reports what would get you rejected — with the file, the line, the canonical source and the date that rule was verified.
From 31 August 2026 Google Play rejects anything not targeting Android 16 (API 36). Models trained before that still answer 34 or 35, confidently. This catches it before you upload.
Also catches: accounts you can create but not delete, permissions that need a declaration form, secret keys shipped to devices, missing iOS purpose strings.
Deterministic, not a model judgement. Anything it could not check is reported as unchecked — never as a pass.
No account, no API key, no Play credentials. One line in your MCP config.