Developer Tools
devconnectplatform.com
An MCP server for app developers that checks Google Play and App Store release readiness, tracks store rule changes, searches verified answers, and finds beta testers.
ENDPOINT 1
https://devconnectplatform.com/api/mcp
MCP server metadata
- Name
- devconnect
- Version
- 1.0.0
Known tools 5
check_release_readinessChecks 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.
Inferred read-onlyrules_changed_sinceLists every store-rule change that took effect after a given date.
Inferred read-onlysearch_answersSearches DevConnect's verified answer corpus on app testing, store rules, building with AI tools, open source and developer pay.
Potential side effectsget_answerFetches one answer page in full, with all its sources and its verification date.
Inferred read-onlyfind_testersReports how many developers on DevConnect are currently looking for testers for their Google Play closed test, and are therefore available to test in return.
Inferred read-onlyCONNECT 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.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.