Server Details
MCP server for static security analysis of Android source code
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- ako2345/android-security-analyzer
- GitHub Stars
- 0
See and control every tool call
Available Tools
4 toolsanalyze_android_projectInspect
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.
| Name | Required | Description | Default |
|---|---|---|---|
| files | Yes | Array of project files to analyze | |
| options | No | Analysis options | |
| projectName | Yes | Name of the Android project being analyzed |
explain_findingInspect
Explains a specific security finding by its rule ID. Returns why it is a risk, how to fix it, and false positive considerations.
| Name | Required | Description | Default |
|---|---|---|---|
| findingId | Yes | The rule/finding ID (e.g., MAN-001, SRC-003, SEC-002) |
healthInspect
Returns the server health status, version, and rule engine statistics.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
list_android_security_checksInspect
Returns the list of all implemented security checks/rules with their IDs, categories, severity levels, and descriptions.
| Name | Required | Description | Default |
|---|---|---|---|
| category | No | Filter rules by category (manifest, gradle, source, xml-config, secret). Leave empty for all rules. |
Verify Ownership
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.
Last verification attempt failed.
Sign in to verify ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.