Skip to content
Back to search
100
MCP live v1.0.0 MCP 2025-03-26 streamable-http

Android Security Analyzer

io.github.ako2345/android-security-analyzer

MCP server for static security analysis of Android source code

Uptime
100.0%
1 direct probes · 30d
Response
145ms
last probe
Tools
4
callable
Resources
0
readable
Prompts
0
available

Tools · 4

analyze_android_project

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 re…

list_android_security_checks

Returns the list of all implemented security checks/rules with their IDs, categories, severity levels, and descriptions.

explain_finding

Explains a specific security finding by its rule ID. Returns why it is a risk, how to fix it, and false positive considerations.

health

Returns the server health status, version, and rule engine statistics.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "android_security_analyzer": {
      "url": "https://android-security-analyzer.ako-labs.workers.dev/mcp",
      "transport": "streamable-http"
    }
  }
}