pgyer-mcp-server
Verified Safeby PGYER
Overview
This server provides a Model Context Protocol (MCP) interface to interact with the PGYER platform for mobile application (IPA/APK) distribution, testing, and version management.
Installation
npx -y pgyer-mcp-serverEnvironment Variables
- PGYER_API_KEY
Security Notes
The server retrieves the PGYER API key from environment variables (PGYER_API_KEY), which is a secure practice. File paths for uploads are validated for existence and type. Network requests are made to the official PGYER API endpoints using HTTPS. There are no clear instances of eval, obfuscation, or hardcoded secrets other than what is expected for API communication via environment variables. The retry mechanism for upload results indicates robustness rather than a security flaw.
Similar Servers
mcpm.sh
MCPM is a command-line tool for managing Model Context Protocol (MCP) servers, enabling discovery, installation, execution, sharing, and integration with various MCP clients.
mmcp
Manages Model Context Protocol (MCP) server definitions in a central configuration and applies them to various AI agent tools.
pypi-query-mcp-server
A Model Context Protocol (MCP) server for querying PyPI package information, dependencies, and compatibility checking, assisting AI agents in Python development workflows.
toolhive-registry-server
The central metadata hub for enterprise Model Context Protocol (MCP) server governance and discovery, implementing the official MCP Registry API specification.