← Registry

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.

1 endpoint5 known toolsFirst detected September 10, 2026Last detected September 10, 2026

ENDPOINT 1

https://devconnectplatform.com/api/mcp

No auth detected

MCP server metadata

Name
devconnect
Version
1.0.0
Capabilities
tools

Known tools 5

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.

Inferred read-only
rules_changed_since

Lists every store-rule change that took effect after a given date.

Inferred read-only
search_answers

Searches DevConnect's verified answer corpus on app testing, store rules, building with AI tools, open source and developer pay.

Potential side effects
get_answer

Fetches one answer page in full, with all its sources and its verification date.

Inferred read-only
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.

Inferred read-only

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.

TRUST AND VERIFICATION EVIDENCE

Loading Trust v2 evidence…

Checking the associated registrable domain. The BuiltWith key remains server-side.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.