monotype-mcp
Verified Safeby manishgadhock-monotype
Overview
The Monotype MCP Server integrates Monotype API for user and team management, acting as a plugin to extend the capabilities of AI chat agents.
Installation
node src/server.jsEnvironment Variables
- MONOTYPE_TOKEN
Security Notes
The server uses `process.env.MONOTYPE_TOKEN` for API authentication, which is good practice. The decryption keys and IVs for `decryptCookie.js` and `decryptFontBridge.js` are hardcoded. While these appear to be integral to decrypting Monotype's proprietary token format rather than user-specific secrets, hardcoding cryptographic material is generally discouraged for broader security best practices. However, no `eval` or arbitrary code execution vulnerabilities were found. The tool invocation is restricted to predefined functions, limiting attack surface.
Similar Servers
mcp-discord
Enables AI assistants to interact with the Discord platform by providing a set of Discord-related functionalities via the Model Context Protocol (MCP).
mcp-servers
An MCP server for managing files in Google Cloud Storage, supporting CRUD operations (save, get, search, delete) and exposing files as resources.
typingmind-mcp
A server for managing and integrating Model Context Protocol (MCP) servers with TypingMind, enabling custom AI model connections.
keycloak-mcp
Manages Keycloak users, realms, clients, roles, and groups through a standardized Model Context Protocol (MCP) interface for AI agents.