Back to Home
manishgadhock-monotype icon

monotype-mcp

Verified Safe

by 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

Run Command
node src/server.js

Environment 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

Stats

Interest Score0
Security Score8
Cost ClassMedium
Avg Tokens250
Stars0
Forks0
Last Update2025-12-11

Tags

Monotype APIUser ManagementMCP ServerPluginTooling