Agent Tools
Back to MCP servers
● healthy

skills: {'id': 'analyze_android_project', 'name': 'analyze_android_project', 'description': "Analyzes an Android project's source code for security vulnerabilities. Accepts project files (AndroidManifest.xml, build.gradle, Java/Kotlin sources, XML configs) and returns a structured security report with findings, severity scores, and recommendations.", 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'list_android_security_checks', 'name': 'list_android_security_checks', 'description': 'Returns the list of all implemented security checks/rules with their IDs, categories, severity levels, and descriptions.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'explain_finding', 'name': 'explain_finding', 'description': 'Explains a specific security finding by its rule ID. Returns why it is a risk, how to fix it, and false positive considerations.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}, {'id': 'health', 'name': 'health', 'description': 'Returns the server health status, version, and rule engine statistics.', 'tags': [], 'examples': None, 'input_modes': None, 'output_modes': None}; uptime_30d 1.0%; p95 173.2ms; conformance: pass

Transport
streamable-http
Auth
Cost

How to connect

MCP endpoint (streamable-http)
https://android-security-analyzer.ako-labs.workers.dev/mcp
JSON-RPC initialize probe
curl -X POST https://android-security-analyzer.ako-labs.workers.dev/mcp \
  -H 'Content-Type: application/json' \
  -H 'Accept: application/json, text/event-stream' \
  -d '{"jsonrpc":"2.0","id":1,"method":"initialize","params":{}}'
Homepage
https://android-security-analyzer.ako-labs.workers.dev/mcp
Listed at (chiark)
https://chiark.ai/agents/5f672dc7-0604-44ba-a70b-d0c3d5968a4a