Skip to main content
Glama
qalvinahmad

App Store Publisher MCP

by qalvinahmad

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
HUAWEI_API_KEYNoHuawei public API key (optional)
SAMSUNG_PRIVATE_KEYNoSamsung private key
APPGALLERY_CLIENT_IDNoHuawei AppGallery Connect API client ID
APPGALLERY_CLIENT_SECRETNoHuawei AppGallery Connect API client secret
HUAWEI_SERVICE_ACCOUNT_KEYNoHuawei service-account key JSON (optional)
SAMSUNG_SERVICE_ACCOUNT_IDNoSamsung service account ID

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
samsung_get_access_tokenB

Generate/refresh Samsung Seller API access token

samsung_get_app_detailsC

View Seller's App Details (GET /seller/contentInfo)

samsung_api_requestC

Make a request to the Samsung Galaxy Store Developer API

samsung_iap_verify_receiptC

Verify Samsung IAP receipt JWT using configured public key

appgallery_get_access_tokenA

Generate/refresh AppGallery Connect API access token (client_credentials — required for the Publish API)

huawei_get_access_tokenD

Alias of appgallery_get_access_token (kept from the old huawei-appgallery-connect MCP)

appgallery_api_requestB

Make a request to AppGallery Connect API using the client OAuth token (use this for /api/publish/v2/* endpoints)

huawei_api_requestD

Alias of appgallery_api_request (kept from the old huawei-appgallery-connect MCP)

huawei_get_service_account_tokenA

Generate/refresh a Huawei service-account token (JWT RS256 jwt-bearer, key file from Console > Credentials > Service account keys). NOT accepted by the Publish API — use appgallery_api_request for publishing.

huawei_sa_api_requestB

Make a request to a Huawei/AGC service API using the service-account Bearer token (for APIs that accept service-account auth; the Publish API does not)

huawei_public_api_requestC

Make a request to a Huawei public API using the configured API key (sent as the key query parameter)

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/qalvinahmad/app-store-publisher-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server