A FastMCP server for SSL certificate operations, built with fastmcp, pyopenssl, and cryptography.
https://sslmcp.fastmcp.app/mcp
This MCP server provides the following tools:
get_certificate_and_chain: Retrieves the SSL certificate and its full chain from a remote server.generate_self_signed_cert: Generates a self-signed SSL certificate for development purposes.parse_certificate_pem: Parses a PEM-encoded certificate string to extract details.
-
Clone the repository:
git clone https://github.com/GitHub30/ssl-mcp-server.git cd ssl-mcp-server -
Install dependencies:
pip install -r requirements.txt
Run the server using fastmcp:
fastmcp run server.pyRun tests:
python test.py