Skip to main content
Glama
OdellMoreno

Uber APK Signer MCP Server

by OdellMoreno

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
MCP_TCP_HOSTNoTCP host for tcp transportlocalhost
MCP_TCP_PORTNoTCP port for tcp transport3000
MCP_TRANSPORTNoTransport type: stdio or tcpstdio
MCP_SERVER_NAMENoServer nameuber-apk-signer-mcp
MCP_MAX_FILE_SIZENoMax file size in bytes104857600
MCP_ALLOW_INSECURENoAllow insecure connectionsfalse
MCP_SERVER_VERSIONNoServer version1.0.0
UBER_APK_SIGNER_PATHYesPath to your uber-apk-signer tool
UBER_APK_SIGNER_TIMEOUTNoTimeout for signing operations in milliseconds300000
UBER_APK_SIGNER_LOG_LEVELNoLog level: debug, info, warn, errorinfo

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
sign_apkA

Sign an APK file using Uber APK Signer. Only apkPath is required - other parameters can use defaults or be configured.

verify_apk_signatureB

Verify the signature of an APK file

list_keystoresB

List available keystores in a directory

create_keystoreC

Create a new keystore for APK signing

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: creating, listing, signing, and verifying. No overlap, and descriptions reinforce the differences.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern with lowercase and underscores (create_keystore, list_keystores, sign_apk, verify_apk_signature).

Tool Count5/5

With 4 tools, the server covers the essential operations for APK signing without unnecessary extras, perfectly scoped for its purpose.

Completeness4/5

Core workflow (create keystore, sign, verify, list) is covered, but missing a delete/update keystore tool is a minor gap.

Maintenance

ActivityInactive
ResponsivenessNo issues