← devconnectplatform.com

INDIVIDUAL MCP TOOL

search_answers

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

devconnectplatform.comnone authenticationAvailability not checked

LIVE ENDPOINT

https://devconnectplatform.com/api/mcp

No auth detected

Connect to this endpoint to inspect the live schema for search_answers and invoke it with your own arguments.

Indexed input schema

{}

Risk classification

Potential side effects detected · medium confidence · heuristic, not a guarantee.

  • A tool name or description suggests a financial action.

Parent server

devconnectplatform.com

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

  • 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.
  • rules_changed_since — Lists every store-rule change that took effect after a given date.
  • 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.