Skip to main content
Glama

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

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

4 tools
analyze_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.

ParametersJSON Schema
NameRequiredDescriptionDefault
filesYesArray of project files to analyze
optionsNoAnalysis options
projectNameYesName 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
findingIdYesThe rule/finding ID (e.g., MAN-001, SRC-003, SEC-002)
healthInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

list_android_security_checksInspect

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

ParametersJSON Schema
NameRequiredDescriptionDefault
categoryNoFilter 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 ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.