
Android Security Analyzer
Run static security analysis on Android app source from your coding agent before release.
Overview
Android Security Analyzer is a Ship-phase MCP server that performs static security analysis on Android source code through a remote HTTP MCP endpoint.
What is this MCP server?
- Remote streamable-http MCP—no local server install required
- Focused on Android source static security analysis
- Pairs with agent-driven code review in mobile repos
- Version 1.0.0 with published MCP schema metadata
- Hosted endpoint at android-security-analyzer.ako-labs.workers.dev
- MCP server version 1.0.0
- Transport: remote streamable-http (no stdio package in manifest)
- Repository: github.com/ako2345/android-security-analyzer
Community signal: 2 GitHub stars.
What problem does it solve?
Solo mobile builders rarely have time to run consistent static security passes across every Android change before shipping.
Who is it for?
Indie Android developers who want agent-accessible SAST without maintaining a local analysis stack.
Skip if: Teams that need on-prem-only analysis, iOS-only projects, or full dynamic/runtime mobile pentesting.
What do I get? / Deliverables
After you add the remote MCP server, your agent can invoke Android static security analysis from the same session where you edit and review code.
- Agent-invokable static security analysis for Android source
- Integrated security feedback inside your coding session
Recommended MCP Servers
Journey fit
How it compares
Remote security-analysis MCP, not a general Android build or Gradle skill.
Common Questions / FAQ
Who is Android Security Analyzer for?
Solo and small-team Android builders using Claude Code, Cursor, or other MCP clients who want static security checks from the editor.
When should I use Android Security Analyzer?
Use it during Ship—before store submission or production rollout—when you want automated static review of Android source in your agent workflow.
How do I add Android Security Analyzer to my agent?
Register the remote MCP URL https://android-security-analyzer.ako-labs.workers.dev/mcp as a streamable-http server in your agent’s MCP configuration.