ssl-mcp-server
Verified Safeby GitHub30
Overview
Provides an MCP server for performing SSL certificate operations like retrieval, generation, and parsing.
Installation
fastmcp run server.pySecurity Notes
The server's tools, particularly `get_certificate_and_chain` (which makes outbound network requests to arbitrary hostnames and ports) and `generate_self_signed_cert` (which generates private keys), should be deployed with careful consideration of access control. While the implementation uses secure libraries (`cryptography`, `pyopenssl`) and does not show signs of direct vulnerabilities like `eval` or command injection, the nature of the functions means that if exposed publicly without authentication, they could be misused (e.g., for port scanning, or generating sensitive key material for unauthorized parties). The `readOnlyHint: True` annotation for `generate_self_signed_cert` might be misleading as it generates new, sensitive data (private key).
Similar Servers
google-tag-manager-mcp-server
This server acts as a middleware proxy for Model Context Protocol (MCP) clients to interact with the Google Tag Manager API, enabling AI agents to manage GTM accounts, containers, workspaces, and various resources like tags, triggers, and variables securely via Google OAuth.
toolhive-studio
Facilitates discovery, deployment, and management of Model Context Protocol (MCP) servers in isolated containers on a desktop environment, enabling secure integration with AI agents and clients.
mcp-safe-run
Securely launch Model Context Protocol (MCP) servers by injecting sensitive credentials from various sources (environment, files, OS keychain) without modifying server configurations.
mcp_tools_server
An MCP server that empowers an LLM to act as a comprehensive, multi-platform AI assistant capable of managing files, system processes, web browsing, personal organization, and media control on a local device.