INDIVIDUAL MCP TOOL
check_release_readiness
Checks a real app project against the current Google Play and App Store publishing rules and reports what would cause a REJECTION, with the file, the line, the canonical source and the date that rule was verified.
LIVE ENDPOINT
https://devconnectplatform.com/api/mcp
Connect to this endpoint to inspect the live schema for check_release_readiness and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Inferred read-only · medium confidence · heuristic, not a guarantee.
- No write-capable action terms were found; this is not proof that invocation has no side effects.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.devconnect]
url = "https://devconnectplatform.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"devconnect": {
"type": "http",
"url": "https://devconnectplatform.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: devconnect
Remote MCP URL: https://devconnectplatform.com/api/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"devconnect": {
"url": "https://devconnectplatform.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"devconnect": {
"type": "http",
"url": "https://devconnectplatform.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "devconnect",
"transport": "streamable-http",
"url": "https://devconnectplatform.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
rules_changed_since— Lists every store-rule change that took effect after a given date.search_answers— Searches DevConnect's verified answer corpus on app testing, store rules, building with AI tools, open source and developer pay.get_answer— Fetches one answer page in full, with all its sources and its verification date.find_testers— Reports how many developers on DevConnect are currently looking for testers for their Google Play closed test, and are therefore available to test in return.