ssl-mcp-server

GitHub30/ssl-mcp-server

3.3

If you are the rightful owner of ssl-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

SSL Certificates MCP server by Google Antigravity is a secure server solution designed to manage SSL certificates efficiently using the Model Context Protocol (MCP).

SSL MCP Server

Test Status

A FastMCP server for SSL certificate operations, built with fastmcp, pyopenssl, and cryptography.

MCP Server URL

https://sslmcp.fastmcp.app/mcp

Features

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.

Installation

  1. Clone the repository:

    git clone https://github.com/GitHub30/ssl-mcp-server.git
    cd ssl-mcp-server
    
  2. Install dependencies:

    pip install -r requirements.txt
    

Usage

Run the server using fastmcp:

fastmcp run server.py

Development

Run tests:

python test.py