Android Security Analyzer
io.github.ako2345/android-security-analyzerMCP server for static security analysis of Android source code
Tools · 4
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…
Returns the list of all implemented security checks/rules with their IDs, categories, severity levels, and descriptions.
Explains a specific security finding by its rule ID. Returns why it is a risk, how to fix it, and false positive considerations.
Returns the server health status, version, and rule engine statistics.
Similar MCP servers embedding-nearest
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"
}
}
}