Skip to main content
Glama
ForgeHQ-Agents

mcp-appstore-reviews

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
APP_STORE_CONNECT_KEY_IDYesKey ID of the API key
APP_STORE_CONNECT_ISSUER_IDYesIssuer ID shown at the top of the Integrations page
APP_STORE_CONNECT_PRIVATE_KEY_PATHYesPath to the downloaded .p8 private key file

Capabilities

Features and capabilities supported by this server

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
list_reviewsA

List customer reviews for an app, newest first by default. Each review includes its id, star rating, title, body, reviewer nickname, territory, date, and the existing developer response (with its id) if one exists. Use the response id with delete_review_response.

respond_to_reviewA

Publish a public developer response to a customer review. One response per review — if the review already has a response, delete it first with delete_review_response, then respond again.

delete_review_responseA

Delete an existing developer response. Takes the response id (the response.id field surfaced by list_reviews), not the review id.

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/ForgeHQ-Agents/mcp-appstore-reviews'

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