mcp-appstore-reviews
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| APP_STORE_CONNECT_KEY_ID | Yes | Key ID of the API key | |
| APP_STORE_CONNECT_ISSUER_ID | Yes | Issuer ID shown at the top of the Integrations page | |
| APP_STORE_CONNECT_PRIVATE_KEY_PATH | Yes | Path to the downloaded .p8 private key file |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| 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
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
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